PinnedHELPFUL TIPS FROM AN EXPERIENCED SOFTWARE ENGINEERThe software engineering field is a fast-paced environment and I know that keeping up with trends in itself is a task but some engineers…Aug 11, 2022Aug 11, 2022
PinnedLayouts in Next.jsThere may be many approaches to handling layouts in Nextjs but mine is as easy as can be, and I can explain why. Nextjs is the React…Dec 15, 20205Dec 15, 20205
The Service Locator Pattern (Bonus: Implementation of an EventBus).The service locator pattern is a design pattern used in software development to encapsulate the processes involved in obtaining a service…Nov 17, 2020Nov 17, 2020
How to implement Logout due to Inactivity Functionality (Detect User Inactivity) in front-end…An overlooked vulnerability in most applications is user inactivity. The concept of what happens to your application when the user that…Nov 6, 2020Nov 6, 2020
Working with SSL as Env variables in Node js (Bonus: Connecting Mysql with SSL)To support one of the most secure connections to application instances like databases, you need to connect via SSL and that usually…Oct 14, 2020Oct 14, 2020
Published inThe StartupHow to Implement Refresh-Token Functionality (Front-End).Security in front-end applications differ based on requirements and as an engineer, your task is to meet those requirements while keeping…Sep 25, 20202Sep 25, 20202
Dockerize a Laravel Application with Nginx, Php-FPM, Node js (Bonus: Deploy to CloudRun)Docker is a marvel in the developer world because it is that perfect deployment solution that ensures that no matter the machine you…Sep 1, 20207Sep 1, 20207
My Modular Approach To Authentication in Nuxt (Implementation)If this is your first article in my modular authentication in nuxt series, I recommend taking a look at the link below before you proceed…Aug 27, 2020Aug 27, 2020
My Modular Approach to Authentication in Nuxt (Overview)Security is a must-have in any application no matter how basic it is. The concept of securing your app doesn’t only mean protecting…Jul 13, 2020Jul 13, 2020
Published inVue.js DevelopersMy Vue/Nuxt Architecture Part 2This is a continuation of my series that talks about my approach to writing Vue/Nuxt code. if you are new to my series you can begin here…May 15, 20202May 15, 20202