7 followers
A Software developer by day, and work with Batman at night😁, when am not writing codes, playing Call of Duty, you'll find me with Bruce Wayne hanging out☺️
Server Actions, introduced in Next.js version 14, are a convenient way to create functions that execute exclusively on the server side offering...
Introduction Authentication is one of the most important parts when writing backend projects, you can either spin up one yourself or make use of...
Introduction React Native has emerged as a powerful and efficient framework for building cross-platform apps. One critical aspect of any app's...
Expo is a powerful platform that simplifies the development process for building cross-platform mobile applications using React Native. It provides an...
Not too long ago I decided to write my backend authentication code for an application I was building. Authentication in NestJs is less of a hassle as...
Sending emails with Gmail API used to be much less of a hassle with the not-too-good old "enable less secure app access" of Google account settings...