If you want to get good at something, you need to practice and repeat what you practice. The same can be said about software development, just in a slightly different sense. When you code, you probably already follow what is...
Instead of Starting From Scratch, Use a Framework!
07 Feb 2018
In almost any career, there is a typical framework that one follows when they start a new project. When it comes to coding, this could be the standard libraries or some pre-populated projects because the programming structure doesn’t change. Similar...
Has anyone ever told you that “there’s no such thing as stupid questions”? Usually, the only reason you’ve been told this is because they want to alleviate your fear of asking a question thinking that it might be a stupid...
Javascript to me, feels like a very user-friendly programming language, akin to python. I personally have only used C and C++ but JS itself seems to be a lot more intuitive. From a software engineering perspective, it makes sense as...