© 2023 Hashnode
#continuous-integration
Introduction to CI/CD CI/CD stands for Continuous Integration and Continuous Delivery. Somewhere CD is also Continuous Deployment. Continuous Integration It is a software developer best practice. We will continuously take a new code that we…
Hello, this is a big monthly update because I have mainly focused on one long Bootcamp module. I wanted to finish it before sharing an update. Additionally, my productivity was slower at the end of the year due to the holiday season. Learn…
Continuous Integration (CI) is a software engineering practice in which developers regularly merge their code changes into a central repository, and automated builds and tests are run on the code to d…
Introduction DevOps is a software development approach that aims to improve collaboration and communication between development and operation teams. It is designed to increase efficiency, speed up the…
As a developer, you are probably well aware of the importance of quality assurance (QA) in the software development process. QA professionals play a crucial role in ensuring that software products are reliable, user-friendly, and meet the n…
Continuous Integration (CI) is a software development practice that involves frequently integrating code changes into a shared code repository and automatically building and testing the code to detect…
Idea Recently I was working on a React project, following some tutorials and trying out new things. But the problem came around when I tried to deploy the application. I was familiar with static websi…
In some of my previous posts, I mentioned that I use SonarCloud to do code analysis. By integrating SonarCloud with GitHub Actions, you can easily set up a pipeline that automatically runs a code anal…
Intro I’ve recently been playing with Github Actions and have been able to now integrate it with Wrapper.js. This is super cool and opens up a load of exciting possibilities for speeding up deployment…
Below is a conversation I had with the OpenAi chat bot. about Continuous Coding and my attempts to get it to write the website for me. Did you learn from the AI? Did the AI give you more information than the prompt? Let me know in the comme…