Articles about Quick help

15 useful VS Code extensions for front-end development in 2021

Intro to 15 useful VS Code extensions for front-end development Since some time Visual Studio Code becomes very popular IDE for Javascript developers. I started using it two years ago, and in my opinion, it’s a fantastic code editor. It allows me to customize it just as I want. VS Code also has a build-in git integration and terminal, so you don’t have to jump from one window to another.

Keep reading...

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.

Keep reading...

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.

Keep reading...

How to write a resume for IT job – Tutorial with resume example template

Intro Today I will show you how to write a resume for an IT job. In the few last episodes, we started focusing on learning coding from these courses: Golang course with building a fintech banking app Node.js course with building a fintech banking app Angular Course with building a banking application with Tailwind CSS Python course with building a fintech investment AI But what next after you will master your coding skills?

Keep reading...

SQL Injection attack tutorial for beginners

Intro Today we will learn how to do the SQL Injection attack, and how to prevent it. Did you know hackers steal billions of dollars every year? Did you know almost every 30 seconds is a new hackers attack? If we are developers, we should always care about the security of our code (at least a bit). It doesn’t matter if we do front-end or back-end, both of them are vulnerable.

Keep reading...

13 easy ideas how to make money with programming without big effort

Intro Would you like to know how to make money with programming? Programming is not for everybody but can be very profitable for those who decide to go into the coding world.  Most of us know programmers have a good salary because a lot of huge companies need our knowledge and skills.  Anyway, it’s only one point in the ocean of methods how programmers can make money, very often much bigger money than just regular salary.

Keep reading...

Git rebase tutorial and comparison with git merge

Intro There are many ways of working with git, if they’re clean, and don’t do damages, probably most of them are good.  But same as space vs. tab, in the IT world is a war between fans of rebase, and fans of git merge.  There are tons of arguments about: -Which way is better? -Which one is cleaner? -Which is more comfortable? -Which one gives a cleaner git graph?

Keep reading...

CSS background image tutorial with examples

The background image is probably one of the CSS properties which all of us, front-end developers, used at least a few times in our careers. Most people think that there can’t be anything unusual about background-image, but after a quick research, I have a different conclusion. There are lots of questions askes about CSS background image every day in Facebook groups and lots of unknown tricks which can help us to achieve amazing effects and make stunning apps and websites.

Keep reading...

How to use animate css tutorial with examples

In this article, I’d like to show you how to use animate.css library. A few years ago, I was working on a mobile app project where the user interface was pretty advanced, loaded with lots of movement and gradients. It was just like each of those modern mobile apps, which would like to provide the best visual experience to users. It took me lots of time to create all the animations in CSS and make them smooth and good looking according to designer instructions.

Keep reading...

How to build an HTML table tutorial

When you are building a project which has some data to present, you need a good way to show the information easily and understandably. Depending on the type of data, you can select between different HTML elements. In many cases, the table is the most convenient method to display large amounts of structured data nicely. That’s why in this article, I’d like to explain to you the structure of the table, show you how to create one, and give you a little advice when it’s a good idea to present your data as a table.

Keep reading...