Rashad Shirizada·19 hours agoHow to keep your network layer clean when building appsIf you’re like most people, you probably have a few apps on your phone that you never use. Maybe you downloaded them when you first got your phone, or maybe you found them in the app store and thought they looked cool. But for whatever reason, you don’t use them…Network5 min read
Diego Esteban Cortés·1 day agoUn vistazo al protocolo HTTP y HTTPSEn este artículo encontrarás las principales características del famoso protocolo HTTP y su composición. Introducción Como muchos ya saben, el funcionamiento del internet se basa en protocolos y reglas estandarizadas. Estas reglas fueron creadas básicamente para proteger el ecosistema y aumentar la accesibilidad para quién desee construir tecnología. Uno de los…Internet5 min read
Ramith Perera·2 days agoTap into the world of REST APIsBefore we go into REST APIs, let’s define an API. What is an API? An application programming interface (API) is a link that connects computers or computer applications. It is a form of software interface that provides a service to other programs. [1] An API specification is a document or standard that defines how…API5 min read
DweninBetter Programming·4 days agoWhy Using HTTP Client Has a Bug That You Must AvoidSharing of occasional problems encountered in using HTTP Client in Java — As software developers, we know how many problems are buried in a system that looks normal. Today, I will share with you a problem caused by improper use of HTTP Client encountered in the actual development process. The author traced all the way through the appearance of the problem and…Programming4 min read
Surath Chathuranga·2 days agoREST services & Koa JsRESTful web services are loosely coupled lightweight web services, in particular ideal for constructing APIs for customers scattered throughout the net. Representational State Transfer (REST) is an architectural style of consumer-server applications based totally on the transfer of useful resource representations thru requests and responses. inside the rest architectural style…Http Code5 min read
Chathura Madhusanka·3 days agoREST servicesRest API An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. …Rest Api7 min read
Roman Munteanu·4 days agoHow to install an SSL certificate on Alpha Five?This tutorial will show you how to generate a CSR code and install an SSL Certificate on the Alpha Five application server. You will also learn a few interesting facts about Alpha Five. …Alpha Five3 min read
Chris BaoinLevel Up Coding·6 days agoUnderstand HTTP/1.1 Persistent Connection: A Hands-on ApproachBased on a Golang application — Background Initially, HTTP was a single request-and-response model. An HTTP client opens the TCP connection, requests a resource, gets the response, and the connection is closed. And establishing and terminating each TCP connection is a resource-consuming operation (in detail, you can refer to my previous article). …Http7 min read
G.K Binuri V. Karunathilake·6 days agoREST servicesREST, HTTP, Six Constraints, Compliance, Best practices … What is API? An API is an Application Programming Interface. It is a set of rules that allow applications to talk to each other. The developer creates the API on the server and allows the client to talk to it. What is REST? REST determines what the API…Rest Api5 min read
Valerio BarberainInspector·5 days agoHow to enable HTTPS in Laravel HomesteadHi, I’m Valerio Barbera, software engineer, founder and CTO at Inspector. In this article I’ll show you how to enable HTTPS for your local applications served by Homestead. I met this need because I am working on browser notifications for Inspector using Pusher/Beams. But Beams requires that the application be…Laravel2 min read