Getting 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
How To Overcome Imposter Syndrome In The WorkplaceImposter syndrome can be a common challenge for Junior Developers. It's the feeling that you don't belong, that you're not good enough, and that any day now, someone will find out that you're a fraud. These thoughts can be demotivating and can hold y...Jun 17, 2023·3 min read
How To Create a GitHub PortfolioLearning how to create a GitHub portfolio is a great way to showcase your work as a Junior Developer and make it easy for potential employers or collaborators to see what you can do. In this step-by-step guide, we'll walk you through the process of c...Jun 10, 2023·3 min read
What Is a Dockerfile?When you’re getting started with Docker, it is important to understand what is a Dockerfile. You will work with Dockerfiles in every project you work on regardless of the operating system you’re using in your image. If you want to follow along with t...May 12, 2023·4 min read
Docker Image vs. ContainerDevelopers need to quickly spin up any development environment without having to install all of the software and tools necessary on their local machine. This is accomplished using images and containers but what does that mean? Today, I’m going to exp...May 3, 2023·3 min read
Top 4 Soft Skills for EngineersIn the past, the requirements for engineers and developers focused solely on technical skills including development, technical architecture, and DevOps. The tech industry has changed over the years and now more importance is placed on soft skills suc...Jan 14, 2023·4 min read