shelley.hashnode.devGetting Started with .NET and Docker TutorialIn today’s development landscape, Docker has become an essential tool for containerizing applications. It allows developers to create, deploy, and run applications in isolated environments, ensuring consistency across different stages of development ...Dec 18, 2024·5 min read
shelley.hashnode.devDocker Run vs Docker StartDocker has revolutionized the way we build, ship, and run applications, offering developers an efficient way to manage containerized environments. Among the numerous Docker commands, docker run and docker start are two of the most commonly used, yet ...Dec 11, 2024·4 min read
shelley.hashnode.devDealing with LayoffsDealing with layoffs is an unfortunate reality in the tech industry, where shifting market demands, economic pressures, and organizational restructuring can lead to workforce reductions. If you’ve recently been laid off or know someone who has, it’s ...Dec 4, 2024·5 min read
shelley.hashnode.devWhat is a Container Registry?What is a container registry? In this article, we’ll dive into what a container registry is, how it differs from a repository, and why both are essential for containerized applications. We'll also cover how to use public and private repositories on D...Nov 11, 2024·6 min read
shelley.hashnode.devScrum 101: A Beginner's Guide to Agile Project ManagementScrum is a lightweight methodology that allows teams to deliver valuable results quickly and effectively. It's based on the Agile principles of flexibility, collaboration, and continuous improvement. The Scrum framework consists of a set of practices...Nov 4, 2024·4 min read