Browsing Tag
programming
796 posts
Testing in Production with Canary Deployments: A How-To Guide
Testing in production may not seem right, does it? 🤔 With feature flags, it’s possible. So what are…
7 JavaScript Quick Coding Tips ✨
Hey Developer, Welcome to my Javascript blog, My name is Md Taqui Imam i am a Full Stack…
Protecting sveltekit routes from unauthenticated users
While developing a SvelteKit app, I found myself contemplating the intricacies of authentication, specifically regarding the proper storage…
A counter that listen keyboard events 🕹️
How to make a dynamic number counter so that when you press the up arrow, a number is…
Git commands that every coder should know
Git commands that are really common and everyone should know: git init git clone git add git commit…
5 Docker Extensions to make your development life easier
Docker Extensions are fairly new to the tech domain, and many people haven’t explored this. I thought this…
Using Blueprint to Organize Flask Apps
Introduction Large applications can become complex and difficult to manage due to the presence of numerous components and…
Begineer: TypeScript Utility Types
STOP! You better not be individual that I catch using the any type in my projects. This is…
Ownership: 5 ways to Amplify Your Software Engineering Success
For software engineers at all levels, from beginners to seasoned veterans, taking ownership of your work is key…
How to get un-stuck while coding?
Here are some things which I do to get un-stuck: Keep the current task (which got you stuck…