Ahammed Basha Shaikday-4-o-100-days-challenge.hashnode.dev·Dec 13, 2024Virtual Machines on AWS & AzureVirtual machines (VMs) have become an indispensable part of modern IT infrastructure, particularly with the shift to cloud platforms like AWS and Azure. On Day 4 of my 100 Days of DevOps Challenge, I explored how to create VMs on these platforms and ...automation
Ahammed Basha Shaikday3-of-100-days-challenge.hashnode.dev·Dec 12, 2024Exploring Virtual Machines in DevOpsVirtualization has revolutionized the way IT infrastructure operates, providing a scalable, cost-efficient, and resource-optimized environment. On Day 3 of my 100 Days of DevOps Challenge, I delve into the fundamentals of virtual machines (VMs) and t...virtual machine
Ahammed Basha Shaikday-2-of-100-days-challenge.hashnode.dev·Dec 10, 2024Mastering the Software Development Life Cycle with DevOpsDay 2 of 100 Days Challenge – Learnings from Abhishek Veeramalla The Software Development Life Cycle (SDLC) is a cornerstone of software engineering, offering a structured framework to guide the creation of high-quality software. From planning to dep...SDLC
ABHINANDHAN Sthelazydeveloperwrites.hashnode.dev·Nov 29, 2024serverless uploading to AWS S3Uploading large files (up to 5TB) efficiently and securely from a React application to an AWS S3 bucket is a common use case. In this blog, I'll walk you through implementing this solution using pre-signed URLs, with AWS Lambda handling backend logic...11 likes·32 readsAWS
Gabi Dobocanblog.telepat.io·Nov 24, 2024Continuous Speculative Decoding for Efficient Image GenerationArxiv: https://arxiv.org/abs/2411.11925v1 PDF: https://arxiv.org/pdf/2411.11925v1.pdf Authors: Shiming Xiang, Fei Li, Qi Yang, Kun Ding, Robert Zhang, Zili Wang Published: 2024-11-18 Introduction: Enhancing Autoregressive Image Generation Autoregres...Autoregressive Models
Shivam Dubeycloud-journey.hashnode.dev·Nov 20, 2024Mastering Cloud Computing: Ensuring Efficiency and Resilience with Key ConceptsWhen working with cloud computing, particularly with services like AWS, it's important to understand foundational concepts that ensure your applications are efficient, resilient, and reliable. Here’s a beginner-friendly guide to availability, scalabi...cloud terminology
Gabi Dobocanblog.telepat.io·Nov 20, 2024Small Language Models: The Unsung Heroes of AI EfficiencyDigital landscapes are seeing a seismic shift towards language models that can process, learn, and perform tasks akin to human cognition. While large language models (LLMs) like GPT-3 have captivated attention, small language models (SLMs) are quietl...domain-specific knowledge
Tanmay Ashturkarhow-whatsapp-scaled-to-billions.hashnode.dev·Nov 14, 2024How WhatsApp Scaled to Billions: A Lesson in Efficient System DesignWhatsApp, the world's leading messaging app, faced a monumental challenge: scaling to support billions of users without compromising speed or reliability. Here's how they cracked the code: The Problem:As WhatsApp's user base exploded, their initial...Blogging
Jadesola Adeagbojadesolaadeagbo.hashnode.dev·Nov 10, 202410 tools every frontend developer should know aboutBuilding frontend applications can be overwhelming and stressful if you are not using the right tools as a developer. Here are 10 tools I believe every frontend developer should know how to use: 1.) Version Control Tools Examples are Git and Github: ...34 likesFrontend Development
Arturcode-with-arthur.hashnode.dev·Oct 11, 2024Mastering Hash Tables: The Key to Fast Data RetrievalIntroduction In programming, efficiency is key, and one of the most powerful tools to achieve fast data access is a hash table. Hash tables are a fundamental data structure that allows us to store and retrieve data in constant time (O(1)) on average....hash table