My uptake on SDLC MethodologiesEvery developer early on in the career gets introduce to the term Software Development Life Cycle Methodology therefore I decided to look…Apr 18, 2021Apr 18, 2021
Understanding Closure in JavascriptAs you go along the way of learning javascript you hit the concept of closure. Unfortunately for me, it was in the beautiful learning…Apr 12, 2021Apr 12, 2021
Class Variables VS Instance VariablesThis a topic everybody runs into while learning to code and that sometimes bring some confusion into this process, but learning this can…Apr 4, 2021Apr 4, 2021
Ruby ModulesOne of the concepts that you find along the way to becoming a great Rubyist is the concept module. A module is a way to wrap methods…Mar 28, 2021Mar 28, 2021
Service Object in Rails Using SimpleCommand Gem.While continuing on working on my skills and developing applications on ruby I got introduce to the service object model. The service…Mar 21, 20212Mar 21, 20212
Using Chrome Developer’s Tools To Detect End-Points.I recently had the amazing opportunity to of being interview for a customer support engineer position where I met amazing people and had…Mar 13, 2021Mar 13, 2021
Rails Token Authentication with JWT and BCrypt GemsOne of the most popular ways of authentication use in rails 5 and higher is the token-based authentication, where a generated created when…Mar 8, 20211Mar 8, 20211
Web Scraping in PythonAs I advance in my knowledge of python I decided to apply to a data engineer position at a prestigious finance company. Luckily I was…Mar 1, 2021Mar 1, 2021
Ruby EnumeratorAn enumerator is a class in ruby that supports internal and external iteratoration, although it looks more like a function that behaves…Feb 21, 2021Feb 21, 2021
Emmet Tips and TricksEmmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow by using abbreviations. Abbreviations are the heart…Feb 12, 2021Feb 12, 2021