Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.18 KB

File metadata and controls

13 lines (10 loc) · 3.18 KB

Blogs

Sr. No. Title Gist Read, react and comment it on
01 Relationships of RDBMS Take a detailed look at RDBMS relations consisting of One-to-one, One-to-many, Many-to-many, and Self-referencing(Recursive) relations along with ER diagrams and notations with side-by-side development of the database for a Blog Site. GitHub / Medium
02 ORM: Bridging Code and DBMS Explore the world of Object-Relational Mapping (ORM) in programming. This blog demystifies ORM, compares it to SQL queries, delves into its mechanics, and explores popular ORM patterns by implementing Node.js, Python, and Java ORM for developing a Content Management System, making it a valuable resource for developers of all levels. GitHub / Medium
03 Git: Mastering the Essentials Ultimate Git guide for beginners, includes basic terminologies,Git workflow, file status lifecycle, practical usage of commands, diving deep into each command functionality and its flag, .gitignore files, Commit Message Convention, and shell script for simulation with visualization of each step. GitHub / Medium

Mini Blog

Sr. No. Title Gist Read, react and comment it on
01 Sorting Series Comprehensive exploration of sorting techniques in DSA with visualization of algorithm, it's pseudocode, and practical implementation in c++ language GitHub