-
Ruby
Parsing Binary Data Formats
This story started with me wanting to write a steganography tool. Steganography is the process of hiding information inside a…
Read More » -
DevOps
Using Honcho to Create a Multi-Process Docker Container
A common misconception is that Docker is only for creating single-process or single-service containers. While it’s true that the Dockerfile…
Read More » -
PHP
Php Cookie Example
Cookies are an important part of php and web development in general. Since http is a stateless protocol (This means…
Read More » -
Web Dev
Your job will never be done
As a software developer, you have to become comfortable with the fact that your work is never truly done. The…
Read More » -
Bootstrap
Bootstrap gallery example
The majority of the web sites have a page where they display a great amount of images. These pages are the well…
Read More » -
JavaScript
Consider VueJS for Your Next Web Project
Whether or not you’ve ever heard of VueJS before, never fear. I’m here to share some insights on how and…
Read More » -
Node.js
Create DynamoDB tables with Node.js
On this post we will create Tables on a DynamoDB Database using node.js Before getting started we need to have…
Read More » -
Angular.js
Angular.js Scope Apply Example
If you’re even a little bit into learning Angular and have researched the main points and have the basic understanding of it,…
Read More » -
Node.js
Insert Items to DynamoDB Tables using Node.js
On a previous article we learned how to create DynamoDB Tables using Node.js. Next step is to insert items to…
Read More »