Tuanh.nettuanhnet.hashnode.dev·20 hours agoWhat and How to Configure Spring Profiles?Source: What and How to Configure Spring Profiles? 1. What are Spring Profiles? 1.1 Understanding Spring Profiles Spring Profiles provide a way to segregate parts of your application configuration and make it only available in certain env...DiscussSpring
Tuanh.nettuanhnet.hashnode.dev·Sep 12, 2024What is @Configuration Annotation in Spring?Source: What is @Configuration Annotation in Spring? 1. Understanding @Configuration Annotation The @Configuration annotation in Spring is used to indicate that a class declares one or more @Bean methods. These @Bean methods are then processed...DiscussSpring
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Sep 5, 2024DRY your Apache APISIX configDRY is an important principle in software development. This post will show you how to apply it to Apache APISIX configuration. The DRY principle "Don't repeat yourself" (DRY) is a principle of software development aimed at reducing repetition of inf...Discuss·30 likesconfiguration
HARSHAD DONGARDIVEharshaddongardive.hashnode.dev·Sep 3, 2024How to Deploy a React Project to GitHub Pages.1. Set Up Your React Project: Ensure your React project is ready and working locally. 2. Install GitHub Pages Package: Run the following command to install gh-pages: npm install --save-dev gh-pages 3. Configure vite.config.js: Update your Vite con...DiscussGitHub
yyounos shaikyoushaik.hashnode.dev·Sep 1, 2024Setting Up Your AWS Environment.This process enabled me to efficiently set up my AWS account and development environment, empowering me to interact with my AWS resources seamlessly. With this setup, I'm now able to programmatically provision, manage, and automate any resources I ne...DiscussAWS
Manjot Singh Bajwabajwamanjotsingh.hashnode.dev·Sep 1, 2024DevOps Week 4 : Configuration Management and AnsibleConfiguration Management in DevOps Configuration management is a cornerstone of DevOps practices, ensuring that software systems and infrastructure maintain consistency, reliability, and stability across environments. It plays a crucial role in autom...Discussansible
mahpara jabbarmahparajabbar.hashnode.dev·Aug 26, 2024Manually Configuring IAM Permissions for EC2 and VPC ResourcesThis will guide us through the steps required to create custom IAM policies and attach them to users or roles to control access to various AWS resources, including EC2 instances and VPC components. To create and configure AWS IAM policies and roles t...Discussec2
Gokay BURUCgbtech.hashnode.dev·Aug 24, 2024ZSH Config Ideas for GeeksIntroduction ZSH shell users often aim to personalize their systems with short edits on the .zshrc file, to provide faster access and to do multiple tasks with a single and short command. Below I am sharing a few ideas from my own .zshrc configuratio...DiscussBash
Tuanh.nettuanhnet.hashnode.dev·Aug 22, 2024Spring Cloud Config with Managing Application ConfigurationSource: Spring Cloud Config with Managing Application Configuration 1. What is Spring Cloud Config? Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With Spring Cloud Conf...Discussconfiguration
Debajyati Deydebajyatidey.hashnode.dev·Aug 8, 2024Create Your Custom WSL from any Linux Distribution (Part-1)Summary of the Content Prior to Reading the Article Ever wanted Arch or Void Linux as your WSL distro for Windows? Do you know that you can actually (YES ACTUALLY!!!) install any Linux distribution as your WSL distro? This guide covers how to import...Sam Maji and 5 others are discussing this6 people are discussing thisDiscuss·73 likes·176 readsLinuxLinuxWow it's looking very cool idea now I am thinking to try this step by step 25