Articles about Courses

Angular Course with building a banking application with Tailwind CSS – Lesson 5: User authentication

Intro to Angular Course - User authentication For almost one month, we are preparing an Angular course for you, and we are building a fin-tech application. Today I’m going to show you how to implement user authentication and how to use it with guards and resolvers. Our main goal is to check if the user token is active and compatible with the user id. When it’s correct, our API will return us the user data, and the user will be able to see the dashboard.

Keep reading...

Golang course with building a fintech banking app - Lesson 5: Bank transactions PART 2

Intro to Golang course Bank transactions In Lesson 5 of the Golang course, we will continue with banking transactions. In the previous episodes of the Course, we learned how to do migrations: Golang course with building a fintech banking app – Lesson 1: Start the project We learned how to do user login: Golang course with building a fintech banking app – Lesson 2: Login and REST API We learned how to do user registration:

Keep reading...

Python course with building a fintech investment AI – Lesson 4: Recurrent Neural Network (RNN)

Intro to how to use Recurrent Neural Network In today’s episode of the Python course with AI, we will use the Recurrent Neural Network, we will learn how to make predictions with AI, and we will predict the prices. Last episodes you can find here: Lesson 3 – How to create and train AI: Python course with building a fintech investment AI – Lesson 3: How to build and train AI Lesson 2 – How to find financial data and how to use Pandas: Python course with building a fintech investment AI – Lesson 2: Pandas and getting financial data Lesson 1 – Prepare the AI project: Python course with building a fintech investment AI – Lesson 1: Start the project In the fourth lesson of the AI course, we will use the AI that we created in the previous episode.

Keep reading...

Python course with building fintech AI Lesson 3: How to train AI

Intro to how to create an AI In today’s episode of the Python with AI course, we will learn how to build AI and how to train AI. Last episodes you can find here: Lesson 2 - How to find financial data and how to use Pandas: Python course with building a fintech investment AI – Lesson 2: Pandas and getting financial data Lesson 1 - Prepare the AI project:

Keep reading...

Flutter Course, building a fintech mobile app – Lesson 1: Login form

Intro to Flutter Course Flutter is a framework to build mobile applications for Android and iOS using Dart programming language. Flutter was made by Google developers, and now it’s the main competitor of React Native. As a front-end developer, I’ve already worked with React Native, and I have an idea of how it works, but Flutter was a mystery that I wanted to discover. So, I did, and that’s why today I’d like to show you how cool Flutter is, and how comfortable it’s to work with this tool.

Keep reading...

Node.js course with building a fintech banking app – Lesson 3: User registration PART 2

In the previous week, I’ve published the second lesson of the Node.js Course, where we created registration and saved new users in our database. If you would like to be updated, feel free to go back to the lesson one and follow up or get the first lesson code from our Github. Today I’m going to refactor the code we’ve created for user registration to create a response which our API will send as a result.

Keep reading...

Angular Course with building a banking application with Tailwind CSS – Lesson 4: User registration

For almost three weeks, we are creating an Angular 9 fintech application together, step by step. We’ve already gone through the setting the project and creating a login form template, then we’ve created the logic for our login form, and last week we displayed user data in the template. Today, it’s time for lesson 4, where we will handle user registration. If you didn’t start with me, feel free to go through all the lessons until now.

Keep reading...

Golang course with building a fintech banking app – Lesson 4: User authentication and Bank transactions PART 1

Intro to Golang user authentication In Lesson 4 of the Golang course, we will talk about user authentication and banking transactions. In the previous episodes of the course, we learned how to do migrations: Golang course with building a fintech banking app – Lesson 1: Start the project We learned how to do user login: Golang course with building a fintech banking app – Lesson 2: Login and REST API And, we learned how to do user registration: Golang course with building a fintech banking app – Lesson 3: User registration As well you need to remember about Angular 9 course created by my friend Anna: Angular Course with building a banking application with Tailwind CSS – Lesson 1: Start the project Today, we can focus on something crazy interesting, that is one of the main functionality in our project.

Keep reading...

Node.js course with building a fintech banking app – Lesson 2: User registration PART 1

Intro to Node.js Course – Lesson 2: User registration In the second lesson of the Node.js Course, we are going to create a user registration. In the previous week, I’ve published the first lesson of the Node.js Course, where we started a project using Nest.js, Nest CLI, PostgreSQL database, and Sequelize. Besides that, we managed to create migrations and set up the database. So, if you would like to be updated, feel free to go back to lesson one and follow up or get the first lesson code from our Github.

Keep reading...