Varchasv Hoonvarchasvh.hashnode.dev·May 15, 2024OpenAI Unveils GPT-4o: What You Should KnowOpenAI has just released GPT-4 Omni, a new flagship model that brings advanced AI capabilities to everyone, including free users. It showcases real-time conversational speech, vision capabilities, coding problem-solving, emotion detection, and real-t...10 likeschatgpt
Varchasv Hoonvarchasvh.hashnode.dev·May 3, 2024Backend Authentication: The Role of Access and Refresh TokensOAuth 2.0 is the industry standard for delivering sensitive authorization-related information across the web, typically in the form of a JSON Web Token(JWT). It uses two tokens—Access Token and Refresh Token. These tokens help securely manage access ...10 likesJavaScript
Varchasv Hoonvarchasvh.hashnode.dev·Mar 11, 202410 Best VS Code Themes to enhance your programming skills (2024)A decent theme can improve your mood while coding and give your more innovative ideas that you could implement in your code. In this blog, we are gonna look at 10 visually pleasing themes, that might just make your experience better. Best VS Code Th...10 likes·95 readsvarchasvh
Varchasv Hoonvarchasvh.hashnode.dev·Aug 27, 2023Designing a Three-Tier Architecture in AWSA Three-Tier Architecture is segmented into three parts: Presentation Layer (Front-End) - Acts as the UI and handles the user interaction. Application Layer (Back-End) - Responsible for Data processing and business logic. Data Layer (Database) - M...10 likesAWS DevOpsAWS
Varchasv Hoonvarchasvh.hashnode.dev·Aug 11, 2023Serverless Simplicity: Learning about AWS LambdaIntroduction AWS Lambda is a serverless computing service that allows you to run any application or backend services without provisioning or managing any servers and it also manages all the resources it needs to run the code on its own. It is an even...AWS DevOpsDevops
Varchasv Hoonvarchasvh.hashnode.dev·Jul 23, 2023Hosting a Static Website and maintaining it for a Café using S3 - AWS DevOps ProjectHello Folks, In this blog we will use Amazon Simple Storage Service (Amazon S3) to build a static website and implement architectural best practices to protect and manage our data. You can follow this blog and the GitHub repository as a tutorial to b...102 readsAWS DevOpsAWS
Varchasv Hoonvarchasvh.hashnode.dev·Jul 22, 2023AWS Cloud Architecture and Best Practices | Varchasv HoonHello everyone. In this blog, we are gonna cover AWS Cloud Architecture and its foundational concepts. We'll take a deep dive inside the AWS platform to learn how and why each service functions. What is Cloud Architecture? Cloud Architecture is the...AWS DevOpsAWS
Varchasv Hoonvarchasvh.hashnode.dev·Jul 3, 2023Deploying Jenkins on an AWS EC2 instanceWelcome back Folks, Today we will be deploying Jenkins on Cloud using AWS EC2 instances. I hope you guys find this blog helpful and intriguing. Introduction Before we jump to the Demo, we must first understand what exactly is EC2 AWS EC2 stands for ...10 likesAWS DevOpsJenkins
Varchasv Hoonvarchasvh.hashnode.dev·Jul 2, 2023Learning IAM in AWS with a DemoHey Folks, Are you learning about AWS but don't know what IAM is? This blog will hold your hand and guide you to the end with a demo at the end as well. So, if you like this blog please share it with your friends and colleagues. IAM ( Identity and A...AWS DevOpsAWS
Varchasv Hoonvarchasvh.hashnode.dev·Jun 25, 2023Kubectl Cheatsheet - Most commonly used kubectl commandsHey Folks, In this blog we are gonna talk about some Kubectl commands that are extensively used while working with Kubernetes. This is a sort of Cheat Sheet for anybody who just wants to revise Kubernetes components. What is Kubectl? Before we jump ...11 likes·45 readsDevOps CoreDevops