<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nikhil Kumar Gupta</title>
    <description>The latest articles on DEV Community by Nikhil Kumar Gupta (@maximalord).</description>
    <link>https://dev.to/maximalord</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1321242%2F9eeace7a-8926-4904-b846-03daa48cf3d9.png</url>
      <title>DEV Community: Nikhil Kumar Gupta</title>
      <link>https://dev.to/maximalord</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maximalord"/>
    <language>en</language>
    <item>
      <title>🚀 Excited to Share: My Journey into the World of Linux! 🐧</title>
      <dc:creator>Nikhil Kumar Gupta</dc:creator>
      <pubDate>Tue, 19 Mar 2024 06:26:22 +0000</pubDate>
      <link>https://dev.to/maximalord/excited-to-share-my-journey-into-the-world-of-linux-2dbb</link>
      <guid>https://dev.to/maximalord/excited-to-share-my-journey-into-the-world-of-linux-2dbb</guid>
      <description>&lt;p&gt;👋 Hey LinkedIn fam! I wanted to share a little about my recent journey diving into the fascinating world of Linux. 💻&lt;/p&gt;

&lt;p&gt;🌟 As someone relatively new to the Linux ecosystem, I must admit, I was both amazed and overwhelmed by the sheer power and flexibility it offers. From the moment I fired up my first terminal window, I knew I was embarking on a learning adventure unlike any other. The command line interface felt like a portal to a whole new dimension of computing magic!&lt;/p&gt;

&lt;p&gt;🤯 Initially, I'll admit, I was a bit overwhelmed by the myriad of commands, directories, and configurations. But with each ls, cd, and mkdir, I began to feel more at home navigating the Linux landscape. And let's not forget the thrill of discovering the man pages – talk about a treasure trove of knowledge at my fingertips! 💡&lt;/p&gt;

&lt;p&gt;🙌 Despite the occasional stumble and syntax error, I've been blown away by the Linux community's support and wealth of resources. Whether it's online forums, documentation, or helpful tutorials, there's always someone ready to lend a hand and guide me through the maze of commands and configurations.&lt;/p&gt;

&lt;p&gt;🎉 Now, as I continue to explore and expand my Linux skills, I'm filled with a sense of excitement and possibility. With each new command mastered and every challenge overcome, I'm reminded of the endless opportunities for growth and learning in the tech world.&lt;/p&gt;

&lt;p&gt;🚀 So here's to embracing the journey, pushing past our comfort zones, and diving headfirst into the wonderful world of Linux! Who's with me? Let's keep learning, exploring, and sharing our experiences along the way. Together, we'll unlock the full potential of this incredible operating system! 💪💻 #LinuxAdventures #TechJourney #LearningAndGrowing #ExcitedForTheFuture&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Building Your Cloud Resume on Azure: A Step-by-Step Guide</title>
      <dc:creator>Nikhil Kumar Gupta</dc:creator>
      <pubDate>Tue, 19 Mar 2024 06:12:28 +0000</pubDate>
      <link>https://dev.to/maximalord/building-your-cloud-resume-on-azure-a-step-by-step-guide-1031</link>
      <guid>https://dev.to/maximalord/building-your-cloud-resume-on-azure-a-step-by-step-guide-1031</guid>
      <description>&lt;p&gt;Are you ready to stand out in the competitive tech industry with your own Cloud Resume? Look no further! In this post, I'll guide you through creating your static hosted resume supported by Azure, following the footsteps of the ACloudGuru project video by GPS. Check out the &lt;a href="https://github.com/Maximalord/CloudResume"&gt;GitHub repository&lt;/a&gt; for detailed code examples and further instructions.&lt;/p&gt;

&lt;p&gt;Introduction:&lt;br&gt;
The Cloud Resume Challenge has become a popular way for aspiring tech professionals to showcase their skills and experience. By hosting your resume on the cloud, you not only demonstrate your proficiency with cloud technologies but also provide a dynamic and accessible platform for potential employers to explore.&lt;br&gt;
Pre-requisites:&lt;br&gt;
Before diving in, ensure you have an Azure account and a domain ready for your resume website. Additionally, managing extensions and dependencies efficiently can save you valuable time during the setup process.&lt;/p&gt;

&lt;p&gt;Structure:&lt;/p&gt;

&lt;p&gt;frontend/: This folder contains the core components of your website, including HTML, CSS, and JavaScript.&lt;br&gt;
main.js: Here resides the code for the visitor counter, a crucial feature to track engagement with your resume.&lt;br&gt;
api/: Housing the .NET API deployed on Azure Functions, this folder handles the backend logic.&lt;br&gt;
Counter.cs: Inside this file lies the code for the visitor counter, seamlessly integrated with Azure Functions.&lt;br&gt;
.github/workflows/: Explore this folder for CI/CD workflow configurations, streamlining the deployment process.&lt;br&gt;
Frontend:&lt;br&gt;
Crafted with HTML, CSS, and JavaScript, the frontend of your resume website provides a visually appealing interface for visitors. The inclusion of a visitor counter adds interactivity and engagement, setting your resume apart from the traditional static documents.&lt;/p&gt;

&lt;p&gt;Backend:&lt;br&gt;
Empowering your resume with dynamic functionality, the backend comprises HTTP triggered Azure Functions with Cosmos DB input and output binding. With each visitor, the Azure Function retrieves the Cosmos DB item, increments it by 1, and updates the database, ensuring real-time tracking of visitor traffic.&lt;/p&gt;

&lt;p&gt;Testing Resources:&lt;br&gt;
To ensure the reliability and functionality of your Cloud Resume, familiarize yourself with testing tools such as xUnit.net and resources for testing Azure Functions effectively. Thorough testing guarantees a seamless user experience and enhances the professionalism of your resume.&lt;/p&gt;

&lt;p&gt;CI/CD:&lt;br&gt;
Harness the power of Continuous Integration and Continuous Deployment (CI/CD) pipelines to automate the deployment process. By configuring GitHub Actions, you can effortlessly deploy your Azure Function to Azure, streamlining the development lifecycle and reducing manual intervention.&lt;/p&gt;

&lt;p&gt;Conclusion:&lt;br&gt;
Embark on your Cloud Resume journey today and elevate your professional profile with a dynamic and cloud-hosted resume on Azure. By following the steps outlined in this guide and leveraging the resources provided, you'll showcase your technical prowess and make a lasting impression on potential employers.&lt;/p&gt;

&lt;p&gt;Ready to get started? Check out the &lt;a href="https://www.youtube.com/watch?v=ieYrBWmkfno&amp;amp;ab_channel=ACloudGuru"&gt;ACloudGuru&lt;/a&gt; project video by GPS for comprehensive guidance, and begin crafting your Cloud Resume on Azure today!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>My Project: Implementing a Movie Info API with Azure Functions</title>
      <dc:creator>Nikhil Kumar Gupta</dc:creator>
      <pubDate>Thu, 14 Mar 2024 06:49:59 +0000</pubDate>
      <link>https://dev.to/maximalord/my-project-implementing-a-movie-info-api-with-azure-functions-gj5</link>
      <guid>https://dev.to/maximalord/my-project-implementing-a-movie-info-api-with-azure-functions-gj5</guid>
      <description>&lt;p&gt;As a student interested in cloud technology, I recently had the opportunity to work on a project inspired by Learn to Cloud and Gwyneth. The project involved implementing a Movie Info API using Azure Functions, Microsoft's serverless computing platform. Here's a brief overview of how I went about it:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Setting Up&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To begin, I set up my development environment with an Azure account and Visual Studio Code. With the Azure Functions extension installed, I was ready to start coding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Crafting Our Function&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Using Python and the OMDB API, I crafted an HTTP-triggered function that accepted movie titles as parameters and retrieved their details. Azure Functions provided a straightforward way to create and deploy the function without the need to manage infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Scaling to New Heights&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of the advantages of using Azure Functions was its built-in scalability. As the demand for the Movie Info API grew, Azure Functions automatically handled the scaling without any additional configuration on my part.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Monitoring and Optimization&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To ensure the performance and reliability of the API, I monitored its health and performance using Application Insights. This allowed me to identify any issues and optimize the API for better efficiency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Bringing My Vision to Life&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With the Movie Info API up and running, I had successfully implemented the project idea from Learn to Cloud. It was a rewarding experience to see the project come to fruition and to gain practical experience with Azure Functions.&lt;/p&gt;

&lt;p&gt;If you're interested in exploring the project further or trying it out yourself, you can find the code on &lt;a href="https://github.com/Maximalord/Serverlessapi"&gt;GitHub&lt;/a&gt;. Special thanks to ChatGPT for providing the foundational codes for this project. Let's continue learning and growing together on this journey into the world of cloud technology.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Exploring Cloud Technology: A BCom Graduate's Journey</title>
      <dc:creator>Nikhil Kumar Gupta</dc:creator>
      <pubDate>Thu, 14 Mar 2024 06:40:18 +0000</pubDate>
      <link>https://dev.to/maximalord/exploring-cloud-technology-a-bcom-graduates-journey-10e0</link>
      <guid>https://dev.to/maximalord/exploring-cloud-technology-a-bcom-graduates-journey-10e0</guid>
      <description>&lt;p&gt;As a recent BCom graduate with a keen interest in cloud technology, I find myself at the intersection of commerce and cutting-edge innovation. With a passion for leveraging technology to drive business success, I'm excited to embark on a new chapter in my career as an aspiring Junior System Administrator.&lt;/p&gt;

&lt;p&gt;Background and Interests&lt;/p&gt;

&lt;p&gt;My journey into the world of cloud computing began during my undergraduate studies, where I developed a fascination for the transformative power of technology in business. I was drawn to the seamless integration of cloud solutions into everyday operations, enabling organizations to scale, innovate, and thrive in today's digital economy.&lt;/p&gt;

&lt;p&gt;Driven by my curiosity and ambition, I immersed myself in learning about cloud platforms such as Microsoft Azure and AWS, exploring their capabilities and envisioning the endless possibilities they offer. From cloud architecture to data analytics, I eagerly absorbed knowledge from online courses, tutorials, and hands-on projects, honing my skills and deepening my understanding of cloud technology.&lt;/p&gt;

&lt;p&gt;Passion for Cloud Technology&lt;/p&gt;

&lt;p&gt;What excites me most about cloud technology is its ability to democratize access to powerful computing resources, empowering businesses of all sizes to compete on a level playing field. As a Junior System Administrator, I aspire to leverage cloud solutions to optimize infrastructure, enhance security, and streamline operations, driving tangible value for my organization and its stakeholders.&lt;/p&gt;

&lt;p&gt;My ultimate goal is to contribute to the digital transformation journey of businesses, helping them harness the full potential of the cloud to achieve their strategic objectives. With a strong foundation in commerce and a passion for technology, I'm eager to apply my unique skill set to make a meaningful impact in the ever-evolving world of cloud computing.&lt;/p&gt;

&lt;p&gt;Join Me on the Cloud Journey&lt;/p&gt;

&lt;p&gt;If you share my enthusiasm for cloud technology and are eager to explore its endless possibilities, I invite you to join me on this exciting journey. Together, we can unlock new opportunities, drive innovation, and shape the future of business in the digital age. Let's embark on this adventure together and make our mark in the world of cloud computing!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
