Simon ChengforVaunt | Blogblog.vaunt.dev·8 hours agoCelebrate Your Developer Journey With Vaunt’s GitHub WrapAs we approach the end of the year, developers are reflecting on their contributions and achievements over the past 12 months. Whether it’s tackling bugs, launching new features, or maintaining open-source projects, your hard work deserves celebratio...Discusswrapup2024
Harsh Soniharshdevopss.hashnode.dev·11 hours agoStep-by-Step Guide to Simplifying CI/CD with Jenkins Declarative Pipeline and DockerTask 1 : Setting Up Jenkins with an Agent Node Create a new AWS EC2 Instance and connect it to the master (where Jenkins is installed) 💻 Created one more instance "Jenkins-agent". Now we have both "jenkins-master" node and "jenkins-worker" node. ...Discuss2Articles1Week
Harendra Barotharrybdevops.hashnode.dev·11 hours agoAutomating Django Deployment with Jenkins & Docker: A Step-by-Step Guide 🚀Introduction In this blog, I'll walk you through the process of automating the deployment of a Django-based Notes application using Jenkins and Docker. We’ll cover creating shared libraries for code reusability, configuring Jenkins files, enabling Co...DiscussJavaScript
John Millerjohnmillerus.hashnode.dev·16 hours agoHow to Integrate a Data Extraction API into Your Workflow: A Step-by-Step GuidePossessing access to accurate and real-time information is essential for developers, businesses, and analysts alike. Using a data extraction API is one of the most effective ways to collect data from databases, apps, or websites. The process of obtai...Discussdata extraction api
Vinay Tiladaembarking-on-my-devops-journey.hashnode.dev·17 hours agoWeek 1: Building the Basics – Starting with AWS Cloud EssentialsThis week, I explored the fundamentals of cloud computing and its essential benefits. Cloud computing provides scalable, flexible, and cost-effective resources compared to traditional on-premises infrastructure. AWS is a leading provider in this doma...DiscussDevops
Aakashi Jaiswalaakashi.hashnode.dev·Dec 2, 2024Why does scaling of any App or website matters?In today's digital landscape, the ability to scale applications and websites effectively is critical for success. Scalability refers to the capacity of an application or website to handle increasing amounts of work or its potential to accommodate gro...Shreyash Shukla and 1 other are discussing this2 people are discussing thisDiscuss·11 likesscalability
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·18 hours agoTop 10 Incident Response Management Tools for 2025In a world where a system failure can cost millions in seconds, incident response management tools are a must-have. These tools act as the first line of defense, streamlining alerts, enhancing collaboration, and ensuring minimal disruption. From the ...Discussincident response
Growth portalgrowthporatal.hashnode.dev·18 hours agoExploring Reverse Image Search APIs: Applications and Best PracticesReverse image search has revolutionized how developers and businesses handle visual data. With the rise of machine learning and advanced algorithms, tools like reverse image search APIs have become indispensable for developers working in domains such...Discussyandex reverse image search api
Ahmed Razaahmedrazadev.hashnode.dev·20 hours agoThe Origin of Algorithms and Their Creator: A Deep Dive into the Legacy of Al-KhwarizmiThe term "algorithm" is central to modern computer science and mathematics, yet its origins trace back to a name many may not recognize today: Al-Khwarizmi. His contributions laid the groundwork for the mathematical and computational methods we use t...DiscussDevops
seo2hexa-homee.hashnode.dev·Dec 2, 2024Understanding the JavaScript DOM: A Comprehensive GuideThe Document Object Model (DOM) is a crucial concept in web development, particularly when working with JavaScript. It represents the structure of a document, allowing developers to manipulate HTML and XML documents programmatically. In this guide, w...DiscussDeveloper