Jun 21How to code on Windows, but run dev tools on Linux?Sometimes you may face a project that is written in an exclusive way that supports only Linux (and Mac). It means that as Windows user you may be blocked from working on the project. One option is to fix project configuration to make it cross platform. Other way would be…Nodejs2 min read
Jun 16Summon The JSON status updateAs you may know for almost over two years I am working on a project called Summon The JSON. The project main goal is to create flashcards for programmers. It started as a fun way to memorize Javascript. I have found a manufacturer that can handle printing flashcards in small…Programming2 min read
May 23The thing I wished I knew when learning Node.jsIf you are new to the crazy world of 2022 software development, and wonder what the heck if Node.js, this article is for you! Especially if you have prior experience with things like PHP, Java, Apache etc. Because I will write from this perspective. So what is Node.js ? Is…Nodejs3 min read
May 12Shortcut Git CLIAs you may know from my previous essay “Two essential tricks of 10x Developer” I always strive to improve tools I use. You may also know that I wrote JIRA and Shortcut scripts to make it easier to copy branch and ticket name. Just to recall what such script does…Shortcut2 min read
May 4Git FlashcardsThis is the moment! Pre-sale of Git Flashcards Game has started! Head over to our website to reserve your epic deck at a great price! Git…Programming1 min readGit Flashcards----
Apr 30Typescript Flashcards Sneak PeekHer is a sneak peek on a Typescript Summon The JSON superhero card. What do you think?Typescript1 min readTypescript Flashcards Sneak PeekHer is a sneak peek on a Typescript Summon The JSON superhero card. What do you think?----
Apr 26Typescript FlashcardsHello. I am working on Typescript flashcards. Below is a visualization of the box. What do you think about it?Typescript1 min readTypescript Flashcards----
Apr 21When to quote JavaScript array keys?I have stumbled upon a question: when you should quote JavaScript associative array keys. From this article you will learn, when you should quote and when not. What are associative arrays in JavaScript? JavaScript has an associative array. The difference between it and associative arrays in other languages is that… it is not precisely an array…Java Script4 min read
Apr 19How To Write A Shopify App And Earn Money Part 2/2In the previous article: How To Write A Shopify App And Earn Money Part. I, I have covered everything about creating an app from the developer perspective. At this moment, you should: Set up a dev environment Have access to API Have your app working locally What we will explore…Shopify App Development9 min read