Articles about Javascript

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

10 Javascript project ideas for beginners, that help you to build an amazing coding portfolio

This article contains affiliate links. By purchasing using these links you support our blog and YouTube channel. One week ago, I wrote an article about HTML & CSS projects, which you can do to practice your skills and start building your coding portfolio. Then I also promised you the second part of this list, javascript project ideas for beginners. If you don’t have an idea how to practice Javascript, this list is definitelly worth checking.

8 min read

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.

12 min read

Angular Course with building a banking application with Tailwind CSS – Lesson 3: User account balance

The previous week we’ve published the second lesson of our Angular Course with Tailwind CSS, where we are building a banking app step by step. In the first lesson, we’ve created a project using Angular CLI, installed Tailwind CSS, and started building the first component UI, the login form. If you didn’t start with us in lesson one, feel free to go back and start from scratch or just get the code from our Github.

5 min read

Node.js course with building a fintech banking app – Lesson 1: Start the project

This article is the first lesson of our Node.js course. The previous week, I and my friend started to build a project divided for two courses – backend with Golang and frontend with Angular 9. In the meantime, we got the idea to give you an alternative for a Golang course, and show you how to build a similar backend using Node.js. In this article, we are going to start by setting up the Nest.

7 min read

Angular Course with building a banking application with Tailwind CSS – Lesson 2: Login form

Into to Angular Course A few days ago, we published the first lesson of the Angular Course, where we are building frontend for the banking application you could see in the SQL injection tutorial. In the first lesson we started with setting up the project using Angular CLI, implementing TailwindCSS, and creating a UI for the login form. Today I’d like to go one step further and create logic for the component we’ve created.

8 min read

Angular Course with building a banking application with Tailwind CSS – Lesson 1: Start the project

Into to Angular Course A few days ago we posted an SQL injection tutorial where you were able to hack the banking app which we’ve created. We decided to create a full Angular course with Angular 9, where we’d like to teach you how to create front-end for the fin-tech application like the one in SQL injection example. We are going to start by creating a new project with Angular CLI, installing Tailwind CSS for the UI, setting a proxy, and building Login component UI.

7 min read

React Hooks Tutorial with Examples

Usually, most of the front-end frameworks updates don’t bring huge changes, but it was different in February 2019, when Facebook released 16.8 version of React.js. They introduced Hooks API, a functionality which, in my opinion, makes things easier because it allows using of functional components a similar way as we used class components until that time. As in the beginning, Hooks API was just used by some curious developers to check what’s inside, today it’s officially recommended to use it.

8 min read

How to implement web monetization tutorial

This article was originally published at: https://www.blog.duomly.com/how-to-implement-web-monetization-tutorial/ Intro Hi guys, today we will talk about web monetization. Some of our friends or us have blogs, youtube channels, or websites. Part of us do not do it for money but because it’s our hobby. Anyway, in most cases, we have any cost of hosting or money that we need to pay for graphics or other maintenance. Even if you do not plan a big business on that, probably it would be nice if there would be a bit of cash on that.

6 min read

How to use Fluent UI – building a fintech dashboard tutorial

A few days ago while checking tech news I found a UI framework I’ve never heard about, Fluent UI by Microsoft. Driven by curiosity I decided to take a quick look at the new discovery and check out how it looks like and how it works. On the Microsoft website, I found out that with Fluent UI I can create React.js web apps, apps for Windows, iOS, and Android. As a front-end developer, I decided to turn my full interest in web apps and that led me to the point where I saw how many beautiful, clean, components does it offer.

7 min read