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 use. 

No comments
Krzysztof NyrekUseful tools for web developers
read more

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.

No comments
Krzysztof NyrekNo more console.log
read more

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 in ES5 and it’s worth knowing how to maintain them or rewrite them.

No comments
Krzysztof NyrekJavaScript ES6
read more

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 stop. Did I abandon my app or I chosen continuous improvement?

No comments
Krzysztof NyrekContinuous improvement, it is worth my time?
read more

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 tool, and I know nothing about it.

No comments
Krzysztof NyrekHow good you know JavaScript?
read more

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, what was supposed to take me half an hour, take almost 18 hours.

No comments
Krzysztof NyrekHow to complicate your life when building JavaScript applications?
read more