Published in Geek Culture·Aug 5, 2021How to create scheduled jobs in rails using the sidekiq-cron gemFirst of all, we need to understand what a scheduled job is. Scheduled jobs are those which are written to run periodically at specific times or dates or certain intervals. They are also known as cron jobs. …Rails2 min read
Published in Nerd For Tech·May 19, 2021The Git Commands — The stepping stone in becoming a developer.Welcome to the second article in the Git and GitHub series. In my first article I have explained why Git and GitHub is important in the life of a software developer with a simple real life scenario. …Git8 min read
Published in Level Up Coding·May 16, 2021What is Git and GitHub and why is it important?Git and GitHub are the most important tools that a software developer must always carry in his toolkit. Before diving into the specifics of these two, let us understand the basic workflow of a software development firm. …Software Development4 min read