JS
learn programming

Useful tools for web developers

When you want to make a website with will be highly ranked in Google Search Engine, and people wouldn’t have problems opening this site and will smoothly interact with it you need to use several tools to check if your website is perfectly designed. In this post, I has been wrote about these tools I […]

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

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

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
Projects

JavaScript HydroApp

Another week, another project completed. This one required real mental gymnastics and many hours of learning JavaScript, but in the end, I made it, and the application for counting drinking glasses of water finally works.

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