-
CSS
Structuring CSS Selectors With Sass Mixins
CSS naming can be one of the most challenging things in creating large-scale style systems in an application. There have…
Read More » -
Web Dev
Mind the learning gap
Learning new things is hard work. When you finally complete a project, you feel like you’re on top of the…
Read More » -
JavaScript
JavaScript Hashmap Example
You might have heard of hash maps or hash tables while programming. If you’ve only used Javascript, there is a…
Read More » -
Web Dev
Year-long goals are too long
With the new year, everything you wish to improve about your life and your skills come back to the surface.…
Read More » -
DevOps
Docker Service Discovery On Microsoft Azure – Docker Java App Load Balanced By Nginx Or Apache HTTP, Mongo Replica Set And Hazelcast Cluster
This project covers three service discovery use cases in Docker application deployments — including Nginx & Apache HTTP Server load…
Read More » -
Python
Python Django Tutorial
Django is an open source web framework which solves most common problems of a web application development. It has some…
Read More » -
Ruby
Statefulness in a Stateless Language: Elixir
Elixir is blazing fast and highly concurrent. It’s functional, but its syntax is simple and easy to read. The language…
Read More » -
jQuery
jQuery Trim Example
The aim of this example is to show you how to use the jQuery .trim() method. Sometimes we need to…
Read More » -
Angular.js
How to create an Angular 2 component library, and how to consume it using SystemJs or Webpack
In this post we are going to see how an Angular 2 component library can be built and then consumed.…
Read More »