React Hook router

Tram Ho

General introduction React Router is a lightweight library that allows you to manage and handle routing for your React application. Among the most prominent features of React Router are its route render methods, which allow your component to access props's...

Read more

Create your first Spring Boot project

Tram Ho

1. Prepare For Spring Boot, you can choose one of two IDEs, Eclipse (free) and IntelliJ IDEA Ultimate (Community version does not have Spring support). Download it here: Eclipse: https://www.eclipse.org/downloads/ IntelliJ IDEA: https://www.jetbrains.com/idea/download/ I encourage you to use IntelliJ, because...

Read more

What are Truthy and Falsy in JavaScript?

Tram Ho

What are Truthy and Falsy in JavaScript? ** This is a short article introducing Truthy and Falsy in JavaScript, a basic and extremely important concept in JS that not all new learners know. Here, let's find out what it is,...

Read more

The Road Map – Software Testing

Tram Ho

This is a pretty good article I want to share with everyone so that I can become a good QA, the article is just general introduction, not going into any skills, so everyone can learn about. each skill in the...

Read more

SendGrid API and usage in Rails

Tram Ho

Introduce 1. What is SendGrid? SendGrid is one of the leading Email Marketing service providers in the world. Besides, their free SMTP Server service is also widely used and appreciated. Usually, when using WordPress or other source code, we always...

Read more

Key Trends that will Shape the Digital Journey in 2021

Tram Ho

Digital transformation, hitherto progressing at its own pace, found renewed traction among business enterprises due to the prevailing pandemic. The situation has brought into sharp focus the critical role of digital services in keeping the operations moving, attending to customers’...

Read more

Comparing Entity Framework Core and Entity Framework 6

Tram Ho

1. Introduction to Entity Framework Core Entity Framework Core (EF Core) is a new object-database mapping framework for .NET. It supports LINQ queries, track changes, updates and structural changes. EF Core works with SQL Server / SQL Azure, SQLite, Azure...

Read more

Views in Laravel

Tram Ho

Hello friends. Next article in Laravel series today I will introduce View in Laravel. 1. Creating & Rendering Views We can create a view by creating a file with .blade.php extension in the resources / views folder. The .blade.php extension...

Read more