technical skill

Technical skills are the specialized knowledge and expertise required to perform specific tasks and use specific tools and programs in real world situations. Diverse technical skills are required in just about every field and industry, from IT and business administration to health care and education.
Jun
21
Host/Deploy/upload Next.js 13 frontend in cPanel

Host/Deploy/upload Next.js 13 frontend in cPanel

In fact, a frontend built with Next.js 13 can be a static files like a traditional React, Vue, or
2 min read
May
29
How to create Google AdSense "Ads.txt" file using Netlify build command

How to create Google AdSense "Ads.txt" file using Netlify build command

How to create a Google AdSense "Ads.txt" file using the Netlify build command. It suggests a workaround to add dynamic files without making them public or adding them to a repository. The post provides instructions on accessing the site settings, adding content to the file using the command line.
1 min read
Mar
10
How Video Games Can Help you with the stress

How Video Games Can Help you with the stress

You likely know how stressful it can be to work on complex projects, meet tight deadlines, and constantly learn new
2 min read
Feb
15
Why you need to learn git and GitHub

Why you need to learn git and GitHub

Git and GitHub are essential tools for developers. They provide version control, collaboration, a portfolio platform, a community of developers, and are the industry standard. Learning Git and GitHub can improve your career as a developer.
2 min read
Oct
29
Quasar unit test with vitest - i18n and the $t method

Quasar unit test with vitest - i18n and the $t method

If you are using i18n and tried to test a component where you use the $t method, you have already
1 min read
Oct
29
Quasar unit test with vitest - Router mock and router-link

Quasar unit test with vitest - Router mock and router-link

Perhaps you have come across a warning in the console when running the tests. injection "Symbol([vue-router]: router)" not found.
2 min read
Oct
29
Quasar unit test with vitest - Axios Mock and vuex test

Quasar unit test with vitest - Axios Mock and vuex test

When we want to test the vuex store, and we have calls to APIs using axios, we need to create
3 min read
Oct
29
Quasar unit test with vitest - Quasar Mock

Quasar unit test with vitest - Quasar Mock

When we delve into unit tests, problems arise that perhaps few people have shared on the internet, in this case
1 min read