Shanmukhablog.memsranga.com·Sep 7, 2024Solving LinkedIn Queens Game using backtrackingAs a weekend project I thought of solving LinkedIn’s Queens game programmatically. (Well idea was to make it solve using ChatGPT, but too many un-knows and thought of solving using classic, vanilla backtracking) For those of you who haven't played (o...DiscussLinkedIn Queens
ADELEKE OLUWAFUNMILAYOafunmex.hashnode.dev·Sep 7, 2024Serverless workflow1.An organization wants to implement a serverless workflow to solve a business problem. one of the requirements is the solution needs to use a designer-first (declarative)development model. Which of the choices below meet the requirement? For an orga...Discussazure certified
ADELEKE OLUWAFUNMILAYOafunmex.hashnode.dev·Sep 6, 2024Deployment slotsWhat is Deployment slots? Deployment slots are a feature in cloud services, such as Azure App Service, that allow you to create multiple live environments for your web application. Each slot is essentially a separate instance of your application with...Discuss·1 likeWomenWhoTech
thevenkatapplelens.hashnode.dev·Sep 4, 2024Empowering Apple Developers: A Deep Dive into the Ecosystem of iPhone, iPad, Mac, and Vision ProI’m excited to embark on this journey with you, exploring the endless possibilities within Apple’s ecosystem. Whether you’re a developer, startup founder, or tech enthusiast, there’s something here for everyone. Follow my blog for more deep dives, an...DiscussiOS
ADELEKE OLUWAFUNMILAYOafunmex.hashnode.dev·Sep 3, 2024How Do You Achive High Availability In Azure-Achieving high availability in Azure involves several strategies and best practices to ensure your applications and services remain operational even during failures. Here are some key approaches: Availability Zones: These are physically separate lo...Discuss·1 likeMicrosoft
Armaancode-better.hashnode.dev·Aug 31, 2024#012 | I found a repositoryYesterday, I was surfing on LinkedIn and I found a really cool repo that caught my attention. The team behind it had participated in a hackathon, and the way they organized and explained the project was nothing short of incredible. From the structure...DiscussGitHub
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Aug 29, 2024Mastering Infrastructure as Code: A Comprehensive Guide to Terraform on AWSNote: Terraform is more compatible with Linux than Windows. There are two ways to create this : You can create this either by using an EC2 instance on AWS or by using a local Linux installation on your PC. i will demonstrate using ec2 instance First,...Discuss·1 likeTerraform
Davidtechsimplified.hashnode.dev·Aug 25, 2024Open Graph Meta TagsMy experience with open graph meta tags has been an interesting one. The image below captures what initially sparked my curiosity about their purpose. I first noticed the impact of open graph when sharing links on WhatsApp; it consistently displayed ...Discuss·1 likeHTML tags
Rakshita Belwalbelwalrakshita08.hashnode.dev·Aug 23, 2024Day 14 Task: Create a Linux & Git-GitHub Cheat SheetLINUX COMMANDS CHEAT SHEET Directory Navigation ls = list files and directories in current directory ls -a = list all files and directories including hidden files. ls -l = list files and directories in long format. pwd = shows the present working...Discuss#90daysofdevops
Rakshita Belwalbelwalrakshita08.hashnode.dev·Aug 21, 2024Day 12 Task: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git is a Version Control System (VCS), which helps to keep track of the versions of a file. It is a free and open-source Version Control System used to handle small to very large projects efficiently. We can swit...Discuss#90daysofdevops