Amit Jimiwal“thisValue” in Javascript array methodMost of the Javascript Developers are using array methods like map,filter,forEach ,etc. on day-to-day basis.Nov 23
Todd GilliesWhat is good/bad code? An illustrated example for non-programmersI once read a quote somewhere that basically had the following content:Feb 12, 202358
Chani BonnerA Beginner’s Guide to Null Pointer Dereference AttacksI get it. It’s hard to get nervous about null pointer dereference (NPD) attacks. What is a pointer exactly? Is dereferencing even a word…Feb 25Feb 25
Alyaa TalaatBuilding Better Code as a Software Engineer Part 2Guidelines for Readability, Predictability, Safety, Modularity, and Reusability in Software DevelopmentOct 25Oct 25
InRed BufferbyAhmad SachalPython: Production-Level Coding PracticesThis article focuses on the Production-Level Coding Practices in Python…Jul 5, 20217Jul 5, 20217
Amit Jimiwal“thisValue” in Javascript array methodMost of the Javascript Developers are using array methods like map,filter,forEach ,etc. on day-to-day basis.Nov 23
Todd GilliesWhat is good/bad code? An illustrated example for non-programmersI once read a quote somewhere that basically had the following content:Feb 12, 202358
Chani BonnerA Beginner’s Guide to Null Pointer Dereference AttacksI get it. It’s hard to get nervous about null pointer dereference (NPD) attacks. What is a pointer exactly? Is dereferencing even a word…Feb 25
Alyaa TalaatBuilding Better Code as a Software Engineer Part 2Guidelines for Readability, Predictability, Safety, Modularity, and Reusability in Software DevelopmentOct 25
InRed BufferbyAhmad SachalPython: Production-Level Coding PracticesThis article focuses on the Production-Level Coding Practices in Python…Jul 5, 20217
InPython in Plain EnglishbyFaarukMutable Default Arguments in Python — The MysterySeasoned to Novice, all Python programmers face this issue at least once and hopefully atmost once.Sep 20
MariodanteImplementing Strategy Pattern using AngularThe Strategy pattern is a behavioral design pattern that enables selecting an algorithm at runtime. In this article, I’m going to implement…Oct 25, 2023
Chirag DaveBest Practices in Software Development: Ensuring Code Quality and EfficiencyIn today’s fast-paced tech world, where software is at the core of almost every industry, maintaining high standards in coding practices is…Aug 27