learn programming
learn programming

I love Grid

I like Grid more and more every day. But the story started a few years ago. Once, as part of the digitization of tools at work, I transferred the form from the paper version to Excel. The condition was that when printing the excel file, the form had to be identical to the original version […]

Read More
learn programming

Is it worth using the CSS framework?

For the last two weeks, I have been fighting myself. I was wondering:does the CSS Framework really speed up the writing of the page code? Or is it easier to write CSS code from scratch yourself? You can also find voices on the web, it’s best to build your own CSS Framework from the most […]

Read More
learn programming

CSS Framework review

You learn codding for several weeks, and finally, it’s time to test your knowledge. Not only in your own projects but in client’s projects. This week I was cutting a page designed by a graphic designer and at the beginning, I’ll say that the Advanced CSS course comes in handy in every single element I […]

Read More
learn programming

The development environment

The development environment is like an endless surprise gift. You already have an elegantly configured environment, it seems as if it can’t get any better, and then suddenly… you discover a page where the author describes the wonderful amenities offered by the new tool. Yes, just this week I discovered two interesting tools, more about […]

Read More
learn programming

Useful extensions to VS Code

This week I completed a Java Script course just to find out how extensive the language is and how many possibilities it has. I’m not surprised that it is gaining popularity recently. However, In this post, I would like to, focus on useful extensions to VS Code.

Read More
learn programming

No more console.log

How much console.log can be written here and there? At the beginning, I didn’t mind checking the status of the application with this command added here and there to the code, but I’m starting to write more complex applications and decided to look for some alternatives.

Read More
learn programming

JavaScript ES6

Back to learning ES6 JavaScript. So far, I have learned to write code in the ES5 version. I know that this is an old version of the code and I know that no one uses it now, because ES6 introduced a lot of nice ease in writing code, but you can still find applications written […]

Read More
learn programming

Web server on Virtual Machine

In this tutorial, I will show you step-by-step how to prepare your own web server on a virtual machine. To do this, you’ll need Oracle VM VirtualBox and the Ubuntu Server distribution. At least I work with such a pair of tools and it works well. Before we get down to the business, I would […]

Read More
learn programming

A web developer in a regular week

What a web developer do, when nobody watching? I polished the Frontend Quiz application and launching it, then playing with the server in a virtual machine. It wasn’t a week devoted to improving skills, but rather to reminding the skills already acquired. Clearing the bugs caught by Eslint and the fight to run Apache2 on […]

Read More
learn programming

Git Flow

Are you writing code but not using a version control system? This is probably worse than writing a thesis without saving a document every 10-15 minutes. Of course, you can, but why this extra work when something goes wrong? In this article, I will present the easiest way to use the version control system for […]

Read More
X