Development

React and Django: A Practical Guide with Docker

Learn how to create an Admin App using React and Django Rest Framework. In Django you will learn:  How to create APIs with Django Rest Framework Use Docker Create protected routes Login with HttpOnly Cookies Use APIViews, ViewSets, Generic API Views Authorize users for different routes Upload Images Export CSV files In React you will learn:  […]

Development

React, Next.js and Django: A Rapid Guide Advanced

Learn how to create an Ambassador App using React, Next.js and Django Rest Framework. We will build 3 frontend apps Admin, Ambassador and Checkout and they will consume a big Django API. In Django you will learn:  How to create APIs with Django Rest Framework Use Docker Create protected routes Login with HttpOnly Cookies Login […]

Development

React and NestJS: A Practical Guide with Docker

Learn how to create an Admin App using React and NestJS. In NestJS you will learn:  Use Docker Use TypeORM and connect with MySQL Use Typescript Use Interceptors and Guards Create custom Decorators Validate Requests Generate Jwt Tokens Use HttpOnly Cookies Upload Images Export CSV’s In React you will learn:  Create a React project with […]

Development

Vue 3 and NestJS: A Practical Guide with Docker

Learn how to create an Admin App using Vue 3, NestJS and Docker. In NestJS you will learn:  Use Docker Use TypeORM and connect with MySQL Use Typescript Use Interceptors and Guards Create custom Decorators Validate Requests Generate Jwt Tokens Use HttpOnly Cookies Upload Images Export CSV’s In Vue you will learn:  Use Vue with […]

Development

React and Laravel: Breaking a Monolith to Microservices

Learn how to create a Monolith using React and Laravel then Learn how to move from that app to Microservices. In this tutorial you will learn:  Create a SPA with React, Next.js and Laravel Authenticate using Laravel Passport Create Event-Driven Microservices with RabbitMQ Use Docker for each Microservice Internal APIs Use Redis and Stripe Use Redux […]