Logging is the most important part of any system. They give you insights about the application, what kind of errors
Continue reading
My experiment using code
Logging is the most important part of any system. They give you insights about the application, what kind of errors
Continue readingAPI Streaming Introduction let’s say that you want to have a look at stock market prices. You launch your
Continue readingWhat is API Gateway API Gateway can be considered a backplane to connect and other public or private websites. It provides RESTful
Continue readingService Workers are the core components of Progressive Web Apps (PWA), because they allow caching of resources, which will help in
Continue readingGit is a free and Open Source version control system, a technology used to track older versions of files, providing
Continue readingThe Push API allows a web app to receive messages pushed by a server, even if the web app is
Continue readingSometimes I read an article that says “Go is object oriented”. Sometimes another article that claims that no object oriented
Continue readingThis post in in continuation with client server communication using Socket and TCP in C Part 1. Here in this
Continue readingHere is an example of a very simple client-server program in C. Basically the client connects to the server, the
Continue readingIn the past few years, Microsoft has pulled a few aces from up their sleeves. They open-sourced .NET, joined the
Continue reading