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, 2024A response icon4Feb 19, 2024A response icon4
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, 2023A response icon6Nov 20, 2023A response icon6
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, 2023A response icon7Oct 20, 2023A response icon7
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, 2023A response icon38Sep 26, 2023A response icon38
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, 2023A response icon5Aug 21, 2023A response icon5
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, 2024A response icon1Oct 28, 2024A response icon1
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