-
Web Dev
The Need for Speed in Web Applications
Often, web applications are slower than we would like them to be. Companies like Google and Facebook have in-house solutions…
Read More » -
PHP
PHP Send Email Example
E-mail(electronic mail) has become an integral part of the internet. Approximately all tech savy people have an email address. If…
Read More » -
Python
Instance-Level Properties in Python
Making Descriptors that act as specialized properties can be tricky, especially when it comes to storing the data the property…
Read More » -
PHP
PHP Checkbox Example
Checkboxes are those HTML elements that behave like toggle switches. So, unlike the radio buttons, checkboxes do not enforce to…
Read More » -
DevOps
Demystifying Continuous Integration, Delivery, and Deployment
For some, the practice of continuous integration (CI) and continuous delivery/deployment (CD) is part of daily life and comes as…
Read More » -
Web Dev
Documenting APIs when Preferences Matter
I sat down to write a “Document APIs with Open API and JSON Schema” article. That’s still quite possible, of…
Read More » -
Angular.js
Angular.js App Structure
There are thousands and more developers working daily on apps, regardless of their being web, desktop or mobile applications and…
Read More » -
Node.js
Update DynamoDB Items with Node.js
On a previous post we proceeded into inserting items to DynamoDB using Node.js. DynamoDB also supports updating items. We will…
Read More » -
Web Dev
Email as a Microservice
Email might be one of the most often overlooked pieces of any web application. Usually the biggest discussion around it…
Read More »