faun 2023-03-21 23:36 Cache handling in apache A cache is a mechanism for the temporary storage (caching) of web documents, such as HTML pages Js , Css files , flash files and images,... faun 2023-03-21 23:36 10 iptables features you must know Photo By Lewis Kang’ethe Ngugi, unsplash.com/@ngeshlewAny firewall has many functions you probably don’t know about. They are very... faun 2023-03-21 23:35 The Complete Guide To Backing Up Your EKS Clusters With Velero Are you tired of worrying about the safety of your EKS cluster and the... faun 2023-03-21 23:35 A Deep Dive into Node Draining and Eviction for Safe Node Removal and Workload Migration How to Gracefully Handle Node Removal and Workload Migrations in Kubernetes... faun 2023-03-21 23:35 AWS Elemental MediaConvert: advanced transcoding for streaming platforms IntroductionHave you ever wondered what is meant by transcoding?Have you ever... faun 2023-03-21 23:35 Unleash Your Coding Potential with Python! Hey, you! Yeah, you! Have you heard about Python? It’s the coolest programming language out there! Created by Guido van Rossum back in...
faun 2023-03-21 23:34 Shell: 4 Different Ways to Manipulate Strings You May Not Know About. Set the file variable: file=/dir1/dir2/dir3/my.file.txt1. ${ # */ } ${ ## } ${ % } ${ %% }${file#*/}:Delete the first "/" and the left string:dir1/dir2/dir3/my.file.txt${file##*/}:Delete the last...
faun 2023-03-21 23:33 Building Multi-Environment Infrastructure with Terragrunt A walkthrough in Terragrunt with a multi-environment exampleWhy Terragrunt?Terraform is a powerful tool for infrastructure as code, but it can be challenging to manage larger projects with multiple modules and...
faun 2023-03-21 23:32 Key Skills to Build a Successful Career in Java Development Java is a popular programming language used by developers all around the world. It’s a flexible language that can be used to create everything from enterprise-level systems to mobile apps and games. A successful...
faun 2023-03-21 23:32 The paradigm shift in system design patterns The tech industry has been experiencing a rough patch in recent quarters. The recent Silicon Valley Bank fiasco suggests that the situation may worsen. The economic crisis is not only impacting companies and individuals...
faun 2023-03-21 18:31 ChatGpt API for Developers: A Short Guide To Boost Your Coding GameHello there, everyone 😎If you’ll use this tutorial, consider buying me a coffee! 🚀 ⭐️ 😎In this guide, I’ll walk you through the process of generating content for your blog...
faun 2023-03-19 01:15 Passing the CKS exam: My Experience and Study Tips I passed the CKS exam on March 2023, and officially completed the triad (CKAD, CKA and CKS) of Kubernetes certification. Now it’s time to share my experience with the exam.CKS exam and its purposeThe CKS exam...
faun 2023-03-19 00:24 Making Decisions: How to Navigate Life’s Crossroads Learn How to Make Better Decisions by Identifying Your Core Values, Trusting Your Intuition, and Embracing Imperfection for Personal Development and Success.Photo by name_ gravity on UnsplashAshish Rajput...
faun 2023-03-17 14:34 Change Your Perspective, Change Your Life: How Your Perception Shapes Your Experience Understanding the Importance of Perspective and How to Transform Your Life Through a Shift in PerspectiveAshish Rajput | 17/03/23Photo by Katarzyna Grabowska on UnsplashOur perspective, or the way we view and...
faun 2023-03-11 22:26 Best ChatGpt Prompts to Use for Developers: Enhancing Productivity and Creativity If you’re not using it you’re missing outYou are constantly searching for methods to increase your creativity and efficiency as a web developer. The creation process can be difficult and time-consuming, but...
faun 2023-03-07 23:22 Angular Interview Questions & Answers to Ace Your Next Interview Angular is a highly popular JavaScript framework utilized for building web applications. This open-source development platform provides an array of comprehensive features and tools that facilitate the creation of...
faun 2023-03-03 15:57 Setup a CI/CD Pipeline for a Go Application Go is becoming increasingly popular amongst developers for its ability to simplify and secure the building of modern applications. The language was created by Google and has gained traction due to its open-source nature...
faun 2023-03-03 15:56 Backends For Frontends — My Take Backends For Frontends — My TakeWhat do you get when you have a lot of Microservices to fetch data from before displaying a result — Multiple network calls; add the need to display results based on the...
faun 2023-03-03 15:56 How to Build a Boto3 Development Environment Using Docker Before Docker was created, if a Developer built their code on their machine and sent it to a tester for testing, at times it wouldn’t work on their machine. The reason for this is the difference in computer...
faun 2023-03-01 13:41 Feature Highlight: Conditional Logging How to debug and solve user-specific issues using Lightrun in your IDE in real-time and without redeploying.Shifting Left ObservabilityThe more we rely on software, the more it becomes complex. Applications are becoming...
faun 2023-03-01 13:41 Ingress enabled Strimzi Kafka deployment on AWS EKS In this article, I will explain how to deploy strimzi Kafka in AWS EKS. It took several days to understand and make it works. So you will be saving at least a week from your life ;)Components:SSL Passthrough enabled...
faun 2023-02-28 23:44 How to Configure Kubernetes Probes in a Node.js Application Kubernetes is an open-source container orchestration platform that helps to manage and deploy applications in a cloud environment. It is used to automate the deployment, scaling, and management of containerized...
faun 2023-02-28 23:43 Design Patterns in Python: Mediator Pattern Mediator Design Pattern Explained.Photo by Miguel A Amutio on UnsplashThe Mediator Design Pattern is a behavioral design pattern that allows communication between objects in a system without them having to know about...
faun 2023-02-28 23:43 Do You Know How to Use Condition Judgment in Ansibe? This article summarizes the usage of conditional checks in Ansible.Most languages use “if” as the keyword for conditional checks, while in Ansible the keyword for conditional checks is “when”. Let’s look at a...
faun 2023-02-28 23:43 6 Easy Hashtag Strategies That Will Make You A Social Media Hero image source — FreepikFirst used in 2007, hashtags have emerged as highly impactful tools that can make or break social media numbers. Hashtags play a crucial role in determining the reach and engagement of a...