Skip to main content
Hubofcode Logo

Hubofcode

My personal blog on making software.

Home Talks Books Newsletter About
All the books I read in January

All the books I read in January

February 7, 2018 books node-js php
A few days ago, I came across a link to a post by Thomas Oppong where he exposes techniques he employs to read an entire book in a single day. I jumped at it like a hungry lion to uncover...
Read More →
Build a Todo App with Node.Js, ExpressJs, MongoDB and VueJs – Part 2

Build a Todo App with Node.Js, ExpressJs, MongoDB and VueJs – Part 2

February 6, 2018 mongodb node-js vuejs
In part 1 of this tutorial, we built APIs for a simple todo application and now we are here to put the front end together with VueJS. Dont worry if you are new to VueJs. I wrote VueJs: The basics...
Read More →
Build a Todo App with Node.Js, ExpressJs, MongoDB and VueJs - Part 1

Build a Todo App with Node.Js, ExpressJs, MongoDB and VueJs - Part 1

January 20, 2018 expressjs mongodb node-js
In this tutorial, we will build the famous todo application with Node.Js using the ExpressJs framework and MongoDB. Did I forget to tell you? The app will be API centric and full-stack :). In a nutshell, if you want to...
Read More →
Observer Pattern: Object Oriented PHP

Observer Pattern: Object Oriented PHP

January 11, 2018 observer-pattern php oop
Design patterns itself, are repeatable solutions to commonly occurring problems in software design, one of which is observer pattern and usually applicable to an abstraction with two aspects such that a change in one object requires a change in one...
Read More →
Awesome Curated List of Clean Code Resources- Github Repository

Awesome Curated List of Clean Code Resources- Github Repository

December 14, 2017
Last week, I published an article that shows few ways you can keep your code clean on Code burst. The article was shared multiple times on various social media. If you have not seen it yet, read it here. Every...
Read More →
How We Built an Intrusion Detection System on AWS using Open Source Tools

How We Built an Intrusion Detection System on AWS using Open Source Tools

November 6, 2017 aws ids nsm
It’s roughly a year now that we built an intrusion detection system on AWS cloud infrastructure that provides security intelligence across some selected instances using open source technologies. As more instances were spun, real-time security monitoring became necessary. We wanted...
Read More →
« Prev 1 2 3 4 Next »

© 2026 Hubofcode. All rights reserved.