Best of Tuts+January 2023

  1. 1
    Article
    Avatar of tuts_plusTuts+·4y

    Vue.js Tutorial: Beginner to Front-End Developer

    Vue.js is a great choice for a front-end framework, and you'll learn how to use it in detail. The course is 4 hours 22 minutes long, and it’s split into 35 lessons in total. You'll learn the fundamentals of Vue with no build tools or toolchains.

  2. 2
    Article
    Avatar of tuts_plusTuts+·4y

    How to Build a REST API With Laravel

    How to Build a REST API with Laravel Laravel lets you easily and quickly build RESTful APIs. In this free course you'll learn everything you need to know to build a RESTful API. What You'll Learn - define data models and seeding database test data - handle basic GET requests - transform data into a consistent and conventional JSON format.

  3. 3
    Article
    Avatar of tuts_plusTuts+·4y

    An Introduction to Python’s Flask Framework

    An Introduction to Python’s Flask Framework Flask is a small and powerful web framework for Python. It's easy to learn and simple to use, enabling you to build your web app in a short amount of time. In this article, I'll show you how to build a simple website with a small amount of dynamic content.