Kody SamarooDysfunctional Directories: 5 tips for organizing a directoryAs a young dev, I was once given the daunting task of building out a new implementation to a code base that consisted of 1 file with over…Jul 10, 2022Jul 10, 2022
Kody SamarooReact deploying frontend on NetlifyWrapping up the blog I posted and the series on creating a real-time chat application and then deploying the API to Heroku, I wanted to go…Aug 25, 2021Aug 25, 2021
Kody SamarooLearn Action Cable and React by building a real-time messaging applicationI spent many hours trying to connect subscribers with Action Cable, a technology in Rails that is capable of integrating Websockets in an…Aug 15, 2021Aug 15, 2021
Kody SamarooAccess URL paramsURL parameters or sometimes called query strings is a concept of structuring additional information in the URL. The parameters follow a “?”…Jul 26, 2021Jul 26, 2021
Kody SamarooJava — Access Modifiers — Public, Private, Protected & DefaultThe access modifier is the keyword that precedes all other keywords when creating a class, method or even a variable. There are four…Jun 25, 2021Jun 25, 2021
Kody SamarooBig O Notation: Calculate Time & Space ComplexityEfficiency in algorithms is very important when it comes to scaling and sizing. Total execution time and space required for an algorithm…Jun 19, 2021Jun 19, 2021
Kody SamarooReact — The beauty of styled componentsImporting styled components into your React applications can bring peace and mind to styling your front-end. Before styled components I…Jun 13, 2021Jun 13, 2021
Kody SamarooJavaScript: How to compare elements in an array?This blog will examine arrays in JavaScript and how to manipulate the elements inside and predict outcomes. In order to illustrate this we…May 25, 2021May 25, 2021