-
HTML5
Parsing HTML: A Guide to Select the Right Library
HTML is a markup language with a simple structure. It would be quite easy to build a parser for HTML…
Read More » -
Web Dev
WebRTC Leak Prevent Example
In this post, we will discuss what WebRTC Leak is and how to mitigate the risks posed by it. WebRTC…
Read More » -
Python
Using gRPC in Python
gRPC is an HTTP/2-based Remote Procedure Call (RPC) framework that uses protocol buffers (protobuf) as the underlying data serialization framework.…
Read More » -
Web Dev
Does GraphQL Reduce the Need for Documentation?
Before we begin, note that this post isn’t intended as an introduction to GraphQL. For a beginner’s guide, I suggest…
Read More » -
Python
How to create a Google Drive App in Flask
This is the first in a series of articles for web programmers that explain in detail about using the Google…
Read More » -
Web Dev
Get the MBA education without the MBA debt
The prospect of getting an MBA sounds great on paper, but graduating knee-deep in debt is something that makes many…
Read More » -
PHP
How to create a Google Drive App in PHP
This is the second article in the drive series for web programmers that aims to explain how to use the…
Read More » -
Python
Flask Recipe – RESTful CRUD using sqlalchemy
RESTful apps are a thing these days. When your application’s userbase gets quite large and the client could vary from…
Read More » -
WordPress
Demystifying comments migration from Disqus to WordPress
Some time ago, I had switched from a self-hosted wordpress blog to a statically generated (Jekyll) blog hosted on Github…
Read More »