Amulyaawscloudbasics.hashnode.dev·Nov 16, 2024The OSI Model Explained Simply: A Journey of Your Google Search 🌐Have you ever wondered what happens when you type "google.com" in your browser? Let's break down this fascinating journey using the OSI model - think of it as a postal service for the internet! 📨 Before The Journey Begins: Two Important Checks ✅ 1. ...Discussnetworkingnetworking
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Nov 4, 2024Expecting a lot of traffic for your application? Learn why egress cost is important and how it fares across different cloud providersThis blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. As cloud-based applications scale and serve more traffic, developers and businesses often focus on ens...Discussegress
Santhoshprogrammerzero.hashnode.dev·Oct 12, 2024Java Serialization: How Your Applications Persist DataHave you ever wondered how a game's state or user settings are saved even after restarting the application? The answer lies in serialization! In fact, more than 70% of enterprise applications require some form of data persistence, making serializatio...Discuss·1 like·34 readsJAVA : Where Coding Meets CoffeeJava
Imran Anwarimrananwar.hashnode.dev·Jul 24, 2024Comprehensive Guide to AWS Storage ServicesIn the digital age, data is a cornerstone of business operations, driving decision-making, innovation, and customer engagement. Amazon Web Services (AWS) offers a robust suite of storage solutions tailored to meet diverse needs, from object storage t...Discuss·1 likeAmazon FSx
Sumit Mondalsumit007.hashnode.dev·May 28, 2024Exploring AWS Snow Family: Bridging the Gap Between Cloud and Offline Data ProcessingIn today's digital age, data is the lifeline of businesses across various industries. With the ever-growing volumes of data being generated, stored, and processed, organizations are constantly seeking efficient and reliable ways to manage their data ...Discuss·56 readsAWS - HandsOnSnowmobile
Abhijeet Lokhandeabhijeetlokhande.hashnode.dev·May 7, 2024Computer NetworksA computer network is a set of computers sharing resources located on or provided by network nodes. Computers use common communication protocols over digital interconnections to communicate with each other. Computer Networking is the practice of conn...Discuss·1 likecomputer networking
Gaurav Guptaggupta2005.hashnode.dev·Apr 12, 2024What are DTOs in software systems?DTOs, or Data Transfer Objects, are used to move data between different parts of a software application. They are especially useful in service-oriented architectures (SOA) or microservices. The main goal of DTOs is to bundle and carry data across the...Discuss·36 readsC#
Suraj Shettyhashnode.surajshetty.blog·Apr 3, 2024How to Implement Data Transfer Pattern in LaravelPrerequisites: PHP Basic of Laravel Let's begin by exploring the Data Transfer Pattern in Laravel: To illustrate, I'll use a CRUD application as a test case while implementing BO (Business Object), DAO (Data Access Object), and DTO (Data Transfer...Discuss·83 readsWeb App - Code To Deploydata-transfer object
Srivatsasa Janaswamygyanbysj.hashnode.dev·Mar 22, 2024GCP Data Stream Integration for Seamless FlowOn GCP, data analysts look to access the data from Cloud SQL DB instance onto Bigquery console to analyse the data through the queries. But usually, data will fetched by creating the external connections to the DB instances. However, they can just fe...DiscussGCP
Ravi Prakashblog.prakashravi.com·Mar 11, 2024Uploading Files to Cloudflare R2 with AWS SDK for JavaScript v3Cloudflare R2 offers a compelling storage solution that's fully compatible with the S3 API, making it an excellent choice for developers looking for cost-effective object storage. One of the significant advantages of using Cloudflare R2 is its promis...Discuss·69 readsCloudflare-r2