6 followers
JavaScript & Python Enthusiast | Full Stack Developer | Blogger
In the fast-paced world of software engineering, where deadlines loom and code never sleeps, the importance of maintaining both mental and physical...
Oracle procedures are a powerful way to encapsulate complex logic and functionality. They can be used to perform a variety of tasks, such as data...
Are you a developer working with Git and looking to learn about Git cherry-pick? If yes, then you are in the right place. Git cherry-pick is a...
Hi 👋, today I'll share SQL query that is useful to get record from past hours, days or months. I think this is useful for someone who is new to SQL....
In this article, I write down a quick git commands cheat sheet. It will include commands that developers use everyday like git add, git commit, git...
Hi 👋! As a software developer we always need some platform to test and deploy our code, either it's front end app or a back end application. Today I...