A Simple Recipe to Create Animated SideNav Without JavaScript

One of the best ways to handle navigation on small screens is to use sidenavs. When it comes to creating that nav, the best was is not the… Read more

Similar

Stop writing JavaScript, LUA is the future

LUA is a neat scripting language with an emphasis on portability and speed. It is designed to be embedded into other, larger programs. I've never written Javascript. In this post, I compare and contrast LUA with Javascript in various domains of software ...

Read more »

JavaScript Promises: The right way

Are you still writing your async JavaScript code using callbacks or async library? It's the time to start to Promises! What is a Promise? As the word says, Promise is something that can be available now, or in future, or newer. When someone promises you ...

Read more »