Umair HafeezforUmair Hafeezumairhafeez.hashnode.net·Jan 9, 2021FeaturedDeveloping & Deploying a Google Chrome ExtensionGoogle Chrome is one of the most used web browsers for so many reasons, and extensions are one of those. Ever since I started using Google Chrome, I have been using so many useful extensions built by some amazing people. I always wanted to explore ho...Tapas Adhikary and 4 others are discussing this5 people are discussing thisDiscuss·117 likes·1.0K readschrome extension
Batuhan ApaydınforKubesimplifykubesimplify.hashnode.net·Apr 5, 2022FeaturedThe secret gems behind building container images, Enter: BuildKit & Docker BuildxAbstract Containers are a part of our life right now, and until recent years our knowledge is only limited to Docker itself. Because it handles everything for us, it provides a high-level language, Dockerfile, where you construct your image, and it c...Saiyam Pathak and 3 others are discussing this4 people are discussing thisDiscuss·102 likes·5.3K readsdocker images
Aditya TripathiforKubesimplifykubesimplify.hashnode.net·May 13, 2022Cloud native buildpacks conceptsOverview Cloud native buildpacks is a CNCF incubating project. It is a code to an image and run anywhere, so you take your code, and you have the build packs, and they will do the heavy lifting, and create the image OCI artifact for you that you can ...BUSHRA NAZISH and 3 others are discussing this4 people are discussing thisDiscuss·49 likes·358 readsbuild
Shruti PawarforShruti's Blogscriptsbyshruti.hashnode.net·Apr 10, 2023MAVEN- The Building ToolMaven is an automation and project management tool. It is developed by Apache Software Foundation. It is based on POM (Project Object Model). maven can build any number of projects into the desired outlook such as .Jar, .war and metadata. It is mostl...Discussmaven
TrantorianforBorn 2 Codeborn2code.hashnode.net·Apr 10, 2023Using Variables in GNU Make (Make series pt.2)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 very basic Makefile which we are using to compile ...Discuss·70 readsMakefile BasicsMakefile
TrantorianforBorn 2 Codeborn2code.hashnode.net·Apr 3, 2023A quick introduction to GNU Make (Make Series pt.1)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 article in a series on GNU Make, we will dive into th...Discuss·118 readsMakefile BasicsMakefile
Ravindra Sannidhifor!NoobDevravi19.hashnode.net·Mar 29, 2023React Native - Build Failed with 2 errorsIf 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 discuss one...Discuss·32 readsReact Native
Yogesh v. LaleforDevOpsyoglale12.hashnode.net·Mar 28, 20237 ways to run faster CI/CD buildsCI/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 the main benefits of using a CI/CD pipeline, it is ...DiscussDeveloper
Venkatesh K forVenky's Blogvenky17.hashnode.net·Mar 22, 2023How to build a simple digital clock using HTML, CSS and JavaScriptIn 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 , let us create a div and create four span elements t...DiscussJavaScript
Saurabh ShivdeforSaurabh Shivde saurabhshivde.hashnode.net·Mar 21, 2023Basic Understanding of DevOpsDefinition: 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 environment where software development and operations teams...DiscussDevops
Daniel AdeboyeforPipeOpspipeops.hashnode.net·Mar 2, 2023Tracking Project Progress with PipeOps Build Logs During DeploymentDeploying 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 reliable deployment process, which is why we have...Discuss·36 readsbuild
Birnadin ErickforFor Your Infobirnadine.hashnode.net·Feb 21, 2023Debugging the worst-case scenario: it's not your fault; & Windows-devs matter! ✊TLDR; I am using windows for other vital reasons(not gaming). I wanted to embed a rust crate which is supposedly cross-platform. But since windows development is overlooked, it was not easy as it sounds. Here's my write-up on debugging the hell out o...Discuss·10 likes·164 readsDebuggingFeb
Udom Iniobongforiniobongudom.hashnode.net·Feb 8, 2023Building a simple Calculator App with HTML, CSS, and JavaScriptA calculator, as we all know, is a simple machine that makes it easier to perform mathematical operations such as addition, subtraction, multiplication, and division. Using core web technologies such as HTML, CSS, and JavaScript, you can create a sim...Discuss·1 like·64 readscalculator