PinnedPublished inJavaScript in Plain EnglishThe Way That React Team Wants Us To Fetch DataAs coders, our job is to write a code that works. It’s fine, but it’s not enough.Feb 19, 20244Feb 19, 20244
PinnedPublished inJavaScript in Plain English5 Programming concepts that change my coder life5 Functional Programming Concepts (Pure Function, Immutability, High-Order Function, Curriying and Recursive Function)Nov 20, 20236Nov 20, 20236
PinnedPublished inJavaScript in Plain EnglishStop Using ForEach and Use This InsteadStop Always Using ForEach to Handle Array Elements, Use Those JavaScript Methods Instead.Oct 20, 20237Oct 20, 20237
PinnedPublished inJavaScript in Plain EnglishStop Using Try Catch and Use this InsteadAs coders, our job is to write a code that works. It’s fine, but it’s not enough.Sep 26, 202339Sep 26, 202339
PinnedPublished inStackademicStop Writing Multi-Branch Code with Nested if-else’s and Try This InsteadWrite a code that it is easy to read and maintain.Aug 21, 20235Aug 21, 20235
Published inStackademicClean Code : Ch. 1 — Meaningful Names (with examples)As coders, our job is to write code that works. It’s fine, but it’s not enough.Oct 28, 20241Oct 28, 20241
Published inJavaScript in Plain EnglishSimple Implementation of Pub/Sub PatternThe Pub/Sub pattern, short for Publish/Subscribe, is a behavioral design pattern.Apr 23, 2024Apr 23, 2024
Published inStackademicBoost Your Development with DevOps And AgileIn software development, DevOps has emerged as a crucial methodology for streamlining the process of software delivery. By joining…Apr 2, 2024Apr 2, 2024
Published inStackademicStop Use “var” and use “const” and “let” insteadJavaScript offers to its developers two new ways to declare variables : let and const, which offer more predictable scoping and immutabilityMar 26, 2024Mar 26, 2024
Published inJavaScript in Plain EnglishGoodbye Thunk, Redux Observable Is Much BetterLet me show you how to use Redux Observable to deal with asynch code with ease.Mar 7, 2024Mar 7, 2024