Himanshu NikhareforSideQuirk Blogssidequirk.com·Oct 13, 2024Zettelkasten Method with ObsidianIntroduction The Zettelkasten method is a powerful system for managing knowledge, especially useful for complex fields like software development. By focusing on creating atomic notes—small, self-contained notes around single concepts—you can build a ...DiscussObsidian - Your Personal Knowledge Base and Note-Taking Applinking notes
Luis Gustavo Ganimiluisgustavoganimi.hashnode.dev·Aug 26, 2024Understanding Database Connections and Connection PoolingWhat is a Connection in Databases? A database connection is a communication channel between a database and its clients, such as an application or a tool like DataGrip or Prisma Client. This connection allows the client to send queries, update data, a...DiscussDatabases
Fatimah Olamiji Akeredoluolamiji.hashnode.dev·Aug 12, 2024A Gentle Reminder that We are HumanIn the hustle and bustle of our daily lives, it's easy to get caught up in the relentless pursuit of goals, success, and career advancement. We set targets, chase deadlines, and immerse ourselves in business strategies, often losing sight of the one ...Discusslife
dhirendradhirendrakumar.hashnode.dev·Jul 30, 2024Deployed a Reddit Clone App on Kubernetes clusterPrerequisite: First You have to install some Prerequisites for this deployment. Step -1 Install Prerequisite Create EC2 instance on AWS using root login you can also login using IAM policy. you required two ec2 instance first one is for CI server and...DiscussDevops
Saurabh Patilsaurabh9689.hashnode.dev·Jul 1, 2024Day 2: Basic Linux Commands - A Beginner's GuideEssential Linux commands that every beginner should know. These commands are categorized for better understanding and ease of use. Listing Commands 1. ls - List Directory Contents The ls command lists files and directories within the current director...Discuss·32 readsDevops
Efecan Gokceefecangokce.hashnode.dev·May 3, 2024Networking Like a Pro: Efecan Gokce’s Secrets to Building Meaningful ConnectionsIn today’s competitive world, building a strong professional network is no longer optional; it’s essential. Whether you’re seeking new job opportunities, aiming for a promotion, or simply want to expand your knowledge and influence, your network can ...Discussnetworking
dhirendradhirendrakumar.hashnode.dev·Apr 11, 2024Installation of ansible and How to write playbook.In this article, we have configured Ansible on the system step by step. Ansible is an open-source automation tool and it is also used for creating infrastructure or configuration management. Step -1 First, you have to create a server on your system u...DiscussTrainWithShubham
Péter Teszárypeterteszary.hashnode.dev·Mar 13, 2024#Day6 - ConnectionsToday I will restructure the site and link the elements. What I don't understand is that I started using UserControls instead of Pages, because I was told that they eliminate the navigation arrows in the top left corner. However, they still appear, s...Discuss#My100DaysC#
Dilip Kumardilip0709.hashnode.dev·Jan 27, 2024Basic Shell Scripting ProjectHere, I have added Project/Scripts in sequence which will be easy to understand to all. Section 1: Shell Scripting Basics Section 2: The If-Else Loop Section 3: When & For Loop Section 4: Case, Function, Shift & Sleep Section 5: Arguments & Parameter...Discuss·2 likes·53 reads#learnwithdilip0709
Akshay Nazirkar akshay25.hashnode.dev·Dec 24, 2023AWS VPC and VPC PeeringWhat is VPC A VPC (Virtual Private Cloud) is a virtual network in the cloud that allows you to launch and run Amazon Web Services (AWS) resources in a logically isolated environment. VPC is a virtual network dedicated to your AWS (Amazon Web Services...Discuss·84 readsAWS