Kishor Tatekishor-tate-jenkins-setup.hashnode.dev·Dec 10, 2024Step-by-Step Guide: Installing Jenkins on AWS EC2 for CI/CDIntroduction Jenkins is one of the most popular tools for automating CI/CD processes, enabling seamless software development and deployment. If you're looking to set up Jenkins in a cloud environment, AWS EC2 is a fantastic choice due to its scalab...jenkins setup
IvoryPixivorypix.uk·Dec 5, 2024Dog Bathtub Svg Bundle🔍 Check out Dog Bathtub Svg Bundle now! Explore this 📁 printable illustrations and claim your 🆓 free download here. Let's start crafting together! 🚀 Welcome to my store! You will get SVG and PNG files. Best quality! SVG and PNG are universal file...area
LordOfDarknessdevtriet.hashnode.dev·Dec 3, 2024Kickstart Your SQL Journey: Setting Up Your SQLite Environment on Day 2If you’re just starting with SQL, SQLite is one of the best database systems to use. Its lightweight, serverless architecture makes it easy to set up and perfect for small-scale projects or learning SQL fundamentals. On Day 2 of your SQL journey, we’...5 likesSQL
Dannique de Klerkblog.dannique.me·Dec 3, 2024Setting Up a Local Environment for WordPress With XAMPPIf you’re diving into WordPress development, setting up a local environment is one of the easiest and most effective ways to get started. It lets you build and test your site safely and quickly on your own computer, away from the risks of a live serv...5 likesWordPress
Tedtedkhoa.hashnode.dev·Dec 1, 2024Thiết Lập Máy Mac Tối Ưu Cho Developer - Phần 2Setup máy Mac cho developer 2024 - Phần 02 Debugging và Monitoring Tools Performance Monitoring macOS cung cấp nhiều công cụ mạnh mẽ để debug và monitor ứng dụng. Dưới đây là một số công cụ essential: # Instruments - Công cụ profiling của Apple xcode...Mac setupmacOS
Akash Desardaimportidea.dev·Nov 28, 2024Streamlining Your Databricks Environment SetupI'm pretty sure that if you're using Databricks to run your PySpark job, these might be your typical steps: Design and develop business logic. A notebook that performs all the business logic. Running that notebook using Databricks Workflow. This...Express IdeasDatabricks
Shubham Sharmaarticles-shubham.hashnode.dev·Nov 20, 2024Setting Up Jenkins: Step-by-Step Guide for BeginnersIntroduction Jenkins is a powerful open-source tool that automates the software development process, specially tasks like building, testing and deploying applications. It is premier face of Continuous Integration (CI) and Continuous Delivery (CD) in ...Jenkins
Faria Karimfariakarim.hashnode.dev·Nov 1, 2024Ballerina Installation and Project Setup Simplified for BeginnersIntroduction Ballerina is an open-source, cloud-native programming language that makes it easy to create and deploy services with a focus on data handling and integration. Whether you’re building APIs, handling data streams, or creating complex appli...Installation
Amit Kumarenlightenwithamit.hashnode.dev·Oct 22, 2024Quick Fixes for Docker's Manifest Not Found Error👋Introduction I was working on setting up Sitecore Headless using Docker, and was using the following Sitecore version with Sitecore modules and the host machine: Sitecore VersionSitecore 10.3 Sitecore ModulesSitecore PowerShell Extension, Si...182 readsSitecore
Abhay Pratap Mauryaabhayapm.hashnode.dev·Oct 20, 2024How to Setup MySQL on Fedora systemStep 1: Install MySQL Server Open a terminal and run the following command to install MySQL: sudo dnf install mysql-server This will install the MySQL server and client packages. Step 2: Start and Enable MySQL Service Once MySQL is installed, you ne...1 likeDatabasesFedora