This article attempts to answer such questions as ‘are full stack developers even real,’ ‘what are they, these full stack developers,’ and ‘are there any tips on how to become one of those ninjas’?
JSON WEB Authentication with Angular 8 and NodeJS
The article is about interfacing an Angular 8 Project with a secure backend API. The Backend will be running on Node.JS. The security that will underlay the interfacing will be JSON Web Tokens.
JSX vs HTML: Overview + Answers to FAQs
Let’s talk about the JSX as opposed to HTML. We’ll brush over the basics of JSX, overview the main differences between JSX and HTML, and finish with some frequently asked questions about particular issues often encountered when writing JSX.
Flask vs. Django: Let’s Choose the Right Framework for the Job
Python is an excellent choice for web development — thanks to frameworks like Flask and Django, building robust, high-performance web apps becomes much easier.The focus of this article is the following question: what are the differences between Flask and Django? The differences we’ll outline below will help you understand which framework to choose when building a web app.
Guidelines to Writing a Clear Spec [Software Specification Document]
In this article, we’ll clearly define what a spec is, why you need it, what you should include in the requirements, and finally, how to write an adequate spec that will help your engineering team.
A Roundup Review of the Best Deep Learning Books
If you’re interested in starting out or expanding your knowledge in neural networks and deep learning, then this roundup review of the best deep learning books might be a good starting point.
Finding the Best Way to Learn JavaScript
In this article, we’ll explore various methods and resources that can help you bootstrap the JavaScript learning process.
Python range() Explained and Visualized
In this article, we’ll explore the functionality of range() and highlight its use cases — and you’ll know how to use range() in Python efficiently, appreciating both its strong sides and limitations.
Understanding Flutter Bloc Pattern
In this article, we’ll cover a bit of Reactive Programming, BLOC patterns in Flutter, when and how to use them, as well as look at some alternatives to BLOC.
“Learn Python the Hard Way”: a Detailed Book Review
In this article, we’ll review a popular book titled “Learn Python the Hard Way” and analyze both its strong and weak sides.