Okoye Ndidiamakaamikdigital.hashnode.dev·Sep 28, 2024Managing Workflows and Dependencies with npm, Yarn, and Other Package ManagersIn the fast-moving world of web development, the correct toolset is needed for optimization of workflows and management of dependencies. Package managers like npm or Node Package Manager and Yarn have become a staple in JavaScript development because...Npmvsyarn
Brian Kingsolodev.app·Apr 4, 2024Installing Docker Desktop.TL;DR. This post provides a simplified, step-by-step process for installing Docker Desktop on a Debian-based Linux distribution like Ubuntu. It covers prerequisites, system updates, downloading the Docker Desktop DEB package, installation through the...The Ops SeriesDocker Desktop Installation
Brian Kingsolodev.app·Mar 5, 2024Installing GitLab CE into Containers.TL;DR. This post provides a step-by-step guide to installing GitLab CE using Docker within an LXC (LinuX Container). I start by explaining the basics of LXD, LXC, and Docker, then move on to the installation processes for each utility. This guide als...29 readsThe Ops SeriesLinux Containers
Farhan Hasinfarhanhasindipro25.hashnode.dev·Feb 28, 2024A Comprehensive Look: Pros and Cons of Development Workflow in Frontend EngineeringTechnology Stack of the project NextJS Typescript TailwindCSS ESLint, Prettier, Husky, Lint-staged Problem In my last employment, I worked as a Team Leader for a comprehensive project. There were rules set by the Tech Lead that we need to maint...12 likes·61 readsdevelopment workflow
Namya Shahbigsmoke.hashnode.dev·Dec 22, 2023Django 101What is Django? Purpose: Django is used for building web applications, emphasizing reusability, rapid development, and the principle of DRY (Don't Repeat Yourself). Components: It includes an ORM (Object-Relational Mapping) layer, a template system...7 likesmtv architecture