Effortless Database Seeding with Snaplet18 June 2024·535 words·3 minsIn this article, we are going to learn how to seed a relational database with Snaplet.
Turn your NextJS 14 app into a Progressive Web App(PWA)14 June 2024·489 words·3 minsProgressive Web Apps (PWAs) combine the best of web and mobile apps, offering users a seamless and fast experience.
Binary Search Tree - Insert, Lookup and Remove13 March 2023·1294 words·7 minsA Binary Search Tree (BST) is a binary tree data structure that follows the property of the binary search algorithm.
A Quick Introduction To Types In Typescript11 March 2023·608 words·3 minsTypescript is a superset of JavaScript that adds static typing to the language.
Networking: Definition, Importance and Types7 March 2023·788 words·4 minsNetworking is a crucial aspect of our daily lives.
Fears of an unemployed Software Engineer and Fresh Graduate7 March 2023·1382 words·7 minsIn the world of technology, the demand for software engineers is high.
Becoming a Vim Poweruser19 August 2022·1931 words·10 minsVim is a clone of the vi text editor, designed for use both from a command line interface and as a standalone application.
Caesar Cipher Algorithm in Python24 March 2022·434 words·3 minsThe Caesar Cipher can also be called Shift Cipher, Substitution Cipher, Caesar’s Code, or Caesar’s Shift.
Understanding the Basics of Stack Data Structure8 February 2022·635 words·3 minsStack data structure is one of the most common and most used data structure in computer science.
Understanding the Basics of Linked List13 January 2022·1229 words·6 minsIn the world of technology, there is no computer or software that operates without data.