Worth reading
You don’t (may not) need Moment.js
A good walk-thru of some of the javascript replacements of good old dead Moment.js If you are not using timezone
Read moreRefactoring CSS
Introduction CSS refactoring is not an easy task — it needs to be done in a way that doesn’t create
Read moreA mostly complete guide to webpack 5
One of the major steps we are doing is finely moving from Grunt to webpack. Increase the speed the app
Read moreA little guide to FED CI/CD
Continuous Integration and Continuous Delivery pipeline, also referred to as CI/CD, is one of them. Building such a pipeline and
Read moreHow one code review rule turned my team into a dream team
Elena Flat describes very vividly how to shift a team from cowboy-programmers into a team that knows how to work:
Read moreHow to Parse URL in JavaScript
Dmitri Pavlutin wrote a short and clear article about how to parse URL in JS. Worth saving. In this post,
Read moreStepping Down as a Dictator: Giving Great Teams Permission to Make Awesome Decisions.
Copied from an article by Phil Bennett But one thing that I’ve learned this last year is that if you
Read moreThe Three Types of Code
How do we fix radioactive code? Well, we must draw a circle around it and contain the madness that’s leaking
Read morePure JavaScript Data Binding
Ironically I’ve come full circles. When I started off writing apps in JavaScript frameworks didn’t exist, so I used pure
Read more