Tutorial Articles on Flatlogic Blog
The Most Advanced Tutorial on Sending Emails in Node.js
Since there are several ways to send emails in Node.js, it’s reasonable to dive deeper into your options before sticking to a particular one. So how to proceed with it if you need to use your hosted SMTP server or build an HTML template? Let’s find out.
by • 5 min read
What is Vue?
One of our favorite JS frameworks, known as Vue, won the hearts of thousands developers worldwide. 200k stars on GitHub.
by • 5 min read
Creating a Laravel Project Step by Step
In this article, we'll talk about the history of Laravel, how it emerged, and how it won its position. We'll take a closer look at the peculiarities of working with Laravel, and sum up the reasons to choose it or avoid it. Finally, we'll dive deeper than usual into the inner mechanism of a simple app, and show you the code so you'll know how to properly grease the gears.
by • 14 min read
What is MySQL?
MySQL is a relational database management system. It's an open-source product frequently used for managing relational databases on SQL queries. It supports a multitude of platforms such as Windows, Ubuntu, MacOS, and more. This article gives a brief overview of MySQL and some nuances you'll want to keep in mind for building MySQL-based apps.
by • 5 min read
What is PHP?
PHP (an acronym for Hypertext Pre-processor or the previous one Personal Home Pages) is a server-side open-source scripting language. It is great for dynamic content management, session tracking, databases, and has fantastic community support.
by • 5 min read
What is Git and Why Use It?
Git allows for tracking changes in software and sets of files. It is essential for developers' collaboration and indispensable in any large-scale project.
by • 5 min read
What is Docker and Why Use it?
Docker is a container platform that lets you generate, control, and deploy applications. This article details how you can use Docker in your web development
by • 5 min read
What Is API and How Does API Work? Quick introduction
An Application Programming Interface or API is a gateway that allows an App to communicate with other Apps and defines how that communication occurs.
by • 5 min read
How To Use React Native Flatlist [Guide]
How many apps have you seen that come with lists in them? That may be To-Do Apps, Apps with notes, Email Apps, social Apps with lists of contacts, users, news, some highly specialized apps for the financial sphere with stock prices and real estate worth value, and so on.
by • 12 min read