Nicolas FränkelforApache APISIXapisix.hashnode.net·Nov 24, 2022Web resource caching: Client-sideThe subject of Web resource caching is as old as the World Wide Web itself. However, I'd like to offer an as-exhaustive-as-possible catalog of how one can improve performance by caching. Web resource caching can happen in two different places: client...Discuss·115 likes·132 readsWeb Development
Umesh YadavforUmesh's Blogikigai.hashnode.net·Sep 22, 2020FeaturedCreate Golang HTTP Server in 15 LinesGolang has quickly become an industry standard for creating and maintaining high scale web services. It has an inbuilt package net/http to create an HTTP server. This package reduces the barrier of creating the server. This post will help get your fi...Sandeep Panda Test and 3 others are discussing this4 people are discussing thisDiscuss·90 likes·632 readsbeginner
Ilija EftimovforIlija Eftimovilija.hashnode.net·Jun 19, 2021FeaturedDeep dive in CORS: History, how it works, and best practicesThe error in your browser's console No 'Access-Control-Allow-Origin' header is present on the requested resource. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://example.com/ Access to fetch at '...Sandeep Panda Test and 5 others are discussing this6 people are discussing thisDiscuss·86 likes·1.3K readsCORS
Ethan LewisforVaunt | Blogelewis.hashnode.net·Apr 25, 2023Generic HTTP HandlersThe Go programming language is the primary language used by Vaunt. Our developers typically gravitate towards Golang for its simplicity, performance, joyful syntax, and standard library capabilities. In March of 2022, Go added its support for generic...Discuss·20 likes·390 readsGo Language
Ndukwe Aguforndukweagu.hashnode.net·Apr 22, 2023Simplify HTTP Requests in Flutter with GoOnline PackageBuilding Flutter apps that consume RESTful APIs requires developers to make HTTP requests, parse responses, and handle errors. This can quickly become complex, especially as the app scales and more APIs are integrated. But, with the GoOnline package,...Discuss·50 readsFlutter
Marco EidingerforSwifty Tech by Marco Eidingermarcoeidinger.hashnode.net·Apr 18, 2023Efficient Data Transfer in iOS Apps: Exploring HTTP CompressionOptimizing performance and reducing data costs are essential for any iOS app. One way to achieve this is through HTTP compression, which reduces the size of data transferred between an app and a server by compressing the request and/or response messa...Discuss·1 like·564 readsiOS
CSAdrielforFrontEndFeaturesfrontendfeatures.hashnode.net·Apr 16, 2023The importance of Web Security: Protecting Your Data OnlineIntroduction BOOM! You put countless hours into crafting your precious website, but have you thought about what would happen if it got hacked? With the threat of cybercrime becoming more prevalent every day, web security is more important than ever....DiscussWeb Security
Emirhan KARAHANforEmirhan's Blogemirhankarahan.hashnode.net·Apr 16, 2023How Internet Connection Works: Internet ProtocolsHave you ever wondered how we connect to the internet? When you send an email to your friend or teacher from your email application, how does that information reach them? In this article, we will discuss the workings of the Internet and Internet prot...Discusshttp
Someshwar TripathiforElixir Expressionslordneon.hashnode.net·Apr 15, 2023Phoenix LiveView and WebSockets: A Match Made in Real-Time Web Development Heaven!As a student who has recently learned Elixir and Phoenix, I am excited to share my thoughts on how these technologies give developers new ways to build interactive, real-time web applications. One of the most exciting features of Phoenix is LiveView,...DiscussPhoenix framework
Alexandre CalaçaforAlexandre Calaça's Blogalexandrecalaca.hashnode.net·Apr 14, 2023Rails: How do Sessions work in Rails?Hey guys Today, we're going to learn how Sessions work in Ruby on Rails. This article is the first part of a series called "Sessions". This article covers the theory part about Sessions in Rails. Introduction In recent years, web applications have gr...DiscussRails
MaddyforTech with Maddy | Tech & Writingmaddy25.hashnode.net·Apr 11, 2023Java Interview Question: What Is HTTP?HTTP is one of the many concepts a Java Engineer should know. Since Java is mostly suited for server-side operations, understanding the concept behind HTTP will be valuable during your role as a Java Engineer. What is HTTP? HTTP stands for Hyper Text...Discuss·42 readsJava ProgrammingJava
Ray YangforRayrayspock.hashnode.net·Apr 10, 2023One Thing You Might Overlook When Reading Response Body in GolangThe Golang net/http package provides a robust set of functionality to allow us to deal with HTTP requests and responses. However, reading the response body is a common task that requires a bit of caution. In this blog, we will explore the pitfall I e...Discuss·841 readsgolang
Kunj Patelforkunj.hashnode.net·Apr 9, 2023All about HTTP status codes and it's impact on SEO 🤖HTTP (Hypertext Transfer Protocol) is the communication protocol used to exchange data between servers and clients. The protocol is responsible for transmitting webpage data and ensuring that it is retrieved and received correctly. While HTTP is a re...DiscussSEO