© 2023 Hashnode
#build
Every mobile app has certain components that are always present, two of these include an icon and splash screen. It's sort of the standard for most if not all mobile apps and Course Assist is no excep…
If you're a developer, you know how daunting it can be to deploy your projects. From configuring servers to ensuring that your app runs smoothly, deployment can be a time-consuming and stressful proce…
"When we’re redefining the experience, there’s no way you can just build an app on top of an existing thing” Dubugras Co-founder Brex" Dubugras's point is that if you want to succeed in today's compe…
This is the second article in our Makefile Basics series. Check out our first article if you haven't already, as it covers all the groundwork needed so far. All set? Let's go! So far we have set up a …
When GNU Make was first introduced to the world in 1976, it was named as such because it would Make you hate build systems. Today, Make remains a powerful yet hard-to-use build tool. In this first art…
If you are a developer, you must have come across this situation where your application build failed with errors. It can be really frustrating, especially when you are not sure about the root cause of the problem. In this article, we will d…
CI/CD, Continuous Integration, and Continuous Delivery is widely adopted and continue to gain traction as it facilitates faster delivery of products to the market before. As quick delivery is one of t…
In this article we will learn how to make a simple digital clock. Prerequisites HTML CSS JavaScript Basics and a little bit of DOM HTML Let us begin with the HTML part. So to display the time , l…
Definition: DevOps is a software development approach that combines the practices of software development (Dev) with IT operations (Ops). Goal: The goal of DevOps is to create a culture and environme…
Deploying software projects can be a challenging task, especially when it comes to ensuring that the process runs smoothly and efficiently. At PipeOps, we understand the importance of an efficient and…