Shah Nawas KhanMastering Controllers in Ruby on Rails 7: Controller, Routes, and ViewsIn Ruby on Rails, controllers and views work together to handle user requests and display information. Controllers handle the logic of the aAug 17, 2023Aug 17, 2023
Shah Nawas KhanMastering Models in Ruby on Rails 7: Generators, Migration, and CRUD Database QueryThe following lesson in this blog post is also available for FREE in the VS Code. Download the latest version of Code Zoomer from your VS…Aug 15, 2023Aug 15, 2023
Shah Nawas KhanHow to build a logo for your website in a few minutesI used to spend so many days building the perfect logo for my website. I used to think a perfect beautiful logo would turn visitors to my…Jul 4, 2023Jul 4, 2023
Shah Nawas KhanMastering Views in Ruby on Rails 7: DRY, Partials, Layouts, and Hotwire Stimulus UnleashedThe following lesson in this blog post is also available for FREE in the VS Code. Download the latest version of Code Zoomer from your VS…Jun 19, 2023Jun 19, 2023
Shah Nawas KhanSetting up Ruby on Rails developer's machineSetting up your machine to learn Ruby on Rails the first time should be easy. Yet, there are so many things that could go wrong that…Apr 20, 2023Apr 20, 2023
Shah Nawas KhanFix Command Line Errors Instantly with ChatGPT-Powered CLI ToolIt’s very common to face command line errors while coding. Sometimes we’re able to quickly fix them because we’re familiar with the issue…Apr 10, 2023Apr 10, 2023
Shah Nawas KhanUnlock the Power of Ruby on Rails: Learn and Code in VS Code Like a Pro!The number of new projects and startups being created around ChatGPT is crazy. Just look at the number of VS Code Extensions being built…Apr 5, 2023Apr 5, 2023
Shah Nawas KhanOptimizing SQL query to calculate averages from large data setsWe have a page to display the score report for students after they have taken an online exam. In the score report, we need to show not only…Dec 21, 2022Dec 21, 2022
Shah Nawas KhanData Structures — Various deletions scenarios in a Linked ListThe previous article Linked List, shows how to implement a basic linked list that has a head pointer. We also implemented the deletion of…May 9, 2021May 9, 2021