Skip to main content
Hubofcode Logo

Hubofcode

My personal blog on making software.

Home Talks Books Newsletter About
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.