learn programming
learn programming

Continuous improvement, it is worth my time?

There comes a moment in the life of every web developer when we ask ourself Is it good to continuously improve this application? We learn new knowledge and it turns out that a project can be written better. Continuous improvement it’s something natural in the IT world. But it’s also good to know when to […]

Read More
learn programming

How good you know JavaScript?

“So you think you know JavaScript” is the title of one of the JavaScript bibles available on the Internet and I think I know where the idea for the title of the book came from. This week I was working on my first major JavaScript application and I understood one thing: JavaScript is a powerful […]

Read More
learn programming

How to complicate your life when building JavaScript applications?

How to complicate your developer life? It is enough to do more than what the lecturer suggests during the course. During the Modern JavaScript course, I was supposed to do a simple quiz in the console, but I found that if I was to do a quiz, it must display normally in the browser. Ultimately, […]

Read More
learn programming

First webpage made in HTML, CSS, and JavaScript

The first “big” website based on HTML, CSS, and JavaScript is behind me. The project was implemented comprehensively from the concept, through implementation, to waiting for the last materials from the client. I would never have guessed that the preparation of materials for a website may take the same or more time than writing the […]

Read More
learn programming

How to use Grid properties in CSS to build webpage looks?

As announced, this week my focus has been entirely on the CSS Grid properties. The first theory, then practice. Knowing Flex and Grid, I seriously wonder why Bootstrap or Bulma needs it? I wonder so much that I think I’ll put one of these backgrounds in the science plan for 2020.

Read More
learn programming

Development environment

When creating websites in accordance with the current standards, it is necessary to have a development environment. Of course, you can only encode a website with a notebook, but is it really worth the effort? A well-configured environment helps you work almost imperceptibly. In this article, I would like to share how I have my […]

Read More
learn programming

Is CSS Flexbox worth using

Flexbox finally convinced me. I don’t know why, after my first encounter with a CSS Flexbox, I had a negative feeling. I don’t know what it resulted from. Maybe I didn’t understand how flexbox can be used to build a great webpage layout, or maybe I didn’t understand how to use flexbox correctly. I got […]

Read More
learn programming

When you completed the front end developer course…

I finished the “WTF Co ten front end” developer training. This is probably the most important event of this week. Well past the deadline, but inspired by many interesting threads. Thanks to the topics covered in the WTF front end developer training, I got deeper into CSS and JavaScript. I even tried to learn React.JS, […]

Read More
learn programming

Useful website

Long hours on the train and plenty of time to write a Pig Games app. The mechanics of the game wasn’t difficult to write because the game itself is not complicated. It is different to prepare a responsive and desktop version. It took by far the longest time, but the satisfaction is complete.

Read More
learn programming

This JavaScript

This week, I mainly studied the basics of JavaScript. I must have exaggerated with absorbing, I would have said more so that I absorbed it. The basics and understanding of how code works are important, but learning without coding is so tiresome.

Read More
X