28Mar
Related Post
06Feb
Think Like a Pythonista — Building a Book Sharing App
Python with the boom of machine learning has been the goto language for most companies and newbies. The best way to learn Python is not to learn it’s syntax but to build an app with it.
19Dec
How to Architect a Node.Js Project from Ground Up?
In this article, we will discuss how to architect a Node.js application properly, and why it is important. Also, we’ll look at what design decisions can lead us to in creating a successful digital product.
25Dec
Setting CSS Styles with JavaScript
It is common to set styles in Javascript. Four years of working with HTML, CSS and Javascript there were plenty of times I had to style elements with Javascript. Here are some uses-cases and ways to style elements in Javascript. I will also be describing one common use case at the end of this article.