Erzhan TorokulovinTowards Dev3 simple ways to set up autocompletion in the terminalWe often use quite complex commands in our terminals. We usually either search for them over and over again, save them somewhere to refer…Jun 28, 20211Jun 28, 20211
Erzhan TorokulovinJavaScript in Plain EnglishUnderstanding Function Composition in JavaScriptAn integral part of Functional Programming — Function Composition is a method of assembling multiple functions to create a new one.May 14, 2021May 14, 2021
Erzhan TorokulovinJavaScript in Plain EnglishThe Simplest Intro to Currying in JavaScriptPerhaps the oldest yet powerful technique of Functional Programming — Currying, which is basically the method of memoizing some…Mar 12, 2021Mar 12, 2021
Erzhan TorokulovinJavaScript in Plain EnglishBuilding a customizable Modal Component with ReactIn this example, we will be creating a customizable Modal component with React.Oct 22, 20201Oct 22, 20201
Erzhan TorokulovinAnalytics VidhyaIntroduction to Neural NetworksLearning Neural Network seems difficult due to lots of math & terminologies. However, to get started it is better to learn basic concepts..May 23, 20201May 23, 20201
Erzhan TorokulovinTowards DevUsing CSS Modules with ReactA quick overview of what is CSS Modules, how it works, how it’s used together with React, plus some useful tips.Apr 20, 2020Apr 20, 2020
Erzhan TorokulovinTowards DevSpeeding up your Git Workflow with AliasesWhen working with Git CLI we usually type lots of verbose and boilerplate commands. However, Git has alias support that might become…Apr 3, 2020Apr 3, 2020
Erzhan TorokulovinJavaScript in Plain EnglishBuilding a JavaScript Monorepo with LernaIf your project consists of multiple JavaScript repositories, consider moving them into a single/mono repository and control them with…Jan 6, 20194Jan 6, 20194
Erzhan TorokulovinTowards DevUsing Docker for local Node.js developmentThis article shows how to create a simple Node.js app and setup Docker for running the app locally in watch mode inside a container.Dec 16, 2018Dec 16, 2018