Tutorial Articles on Flatlogic Blog
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 readWhat 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 readWhat 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 readWhat 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 readWhat 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 readWhat 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