Articles about IT & AI


How to increase your website speed and score 100 on Google PageSpeed Insights

Into to 7 methods to increase your website speed and score 100 on Google Page Speed Insights In this article, I’d like to tell you about 7 ways that helped us to increase our blog speed and score 100 on Google Page Speed. When you are writing your own blog to share something you are passionate about or have a website for your company, you’d like other people to know about it and read it.

8 min read

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.

8 min read

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:

8 min read

Freelance programming: how to start getting clients and earning money in 8 steps

How to start freelance programming Starting a freelance programming career became really popular in previous years, and of course, it has lots of advantages. Hence, people are more and more interested in working this way. Some of us choose freelancing because it can be done anywhere, you don’t need to be in a specific location to do freelance jobs. One day you can be in South America, second in Australia and the other in Asia.

11 min read

11 React.js projects for beginners, that will help you to build an amazing portfolio and get hired

This article contains affiliate links. By purchasing using these links you support our blog and YouTube channel. In this article, I’m going to continue with the ideas for your portfolio, today with React.js projects for beginners. In previous weeks, I’ve published two articles with project ideas for a front-end developer portfolio. I’ve started by providing you 11 HTML project ideas for beginners, so you can practice essential skills you’ve got in your career path.

10 min read

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.

5 min read

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:

7 min read

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.

7 min read

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.

5 min read

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.

11 min read