Waleed Javedwaleed.hashnode.dev·Mar 27, 2024Pragmatically Transfer Codebase to new Git Account Repo without changing ownership of old Git Account RepoIf you want to transfer the repository and its code to another GitHub account programmatically, you can follow these steps: Clone the Repository: First, you need to clone the repository from your current account to your local machine using Git. git...GitHub For DevsGitHub
Waleed Javedwaleed.hashnode.dev·Mar 15, 2024A 100 technical API dev interview questions focused on Node, AWS and NoSQL databasesThese questions cover a wide range of topics relevant to API development with Node.js, AWS, and NoSQL databases, including fundamental concepts, best practices, security, scalability, performance, deployment, and DevOps. Answering these questions dem...interview
Waleed Javedwaleed.hashnode.dev·Jan 29, 2024Crafting Exceptional User Experiences: A Comprehensive Guide to Designing Product FunctionalityIn the ever-evolving landscape of digital products, the key to success lies in creating exceptional user experiences. A crucial aspect of this process is designing robust and user-centric product functionalities. In this comprehensive guide, we will ...Product Design
Waleed Javedwaleed.hashnode.dev·Jan 25, 2024Creating Node.js CLI Tool That Generates Type Specific DataWe will walk through the process of creating a Node.js Command-Line Interface (CLI) tool that generates random data using the faker library. Additionally, we'll enhance the output using the chalk library to add color and style to the command-line int...36 readsfakerjs
Waleed Javedwaleed.hashnode.dev·Dec 15, 2023This is Why your Apps will Fall like Rome🤖Choosing the right database model is crucial for the success of any application. The vast array of database technologies available can be overwhelming, but understanding the strengths and weaknesses of each can help you make an informed decision. In ...Databases
Waleed Javedwaleed.hashnode.dev·Dec 11, 2023Battle's of SQL: PostgreSQL VS MSSQLUse-case examples, Benchmarks, Differences & likeabilities. PostgreSQL (Postgres) and Microsoft SQL Server (MSSQL) are both relational database management systems (RDBMS) that serve the purpose of storing and managing data, but they have some key dif...54 readsDatabases
Waleed Javedwaleed.hashnode.dev·Dec 4, 2023Dockerization: Incorporate Container ChangesIf you are reading this, it means you already have a docker container that you wish to alter so, we're going to do that! To update a Docker container with the latest file changes, you typically have a few options. The approach you choose depends on t...CI/CDDocker
Waleed Javedwaleed.hashnode.dev·Nov 30, 2023Mastering Docker: Optimizing App Images from 1.2GB to 300MB for Seamless DeploymentIn the ever-evolving landscape of web development, Docker has emerged as a game-changer, providing a standardized and efficient way to package, distribute, and deploy applications. Today, we'll explore not only the fundamental steps but also unveil a...38 readsCI/CD#waleedJaved