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 used items. Still not sure about the approach, maybe it all depends on the project, or maybe on the developer preferences?

No comments
Krzysztof NyrekIs it worth using the CSS framework?
read more

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

No comments
Krzysztof NyrekCSS Framework review
read more

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 them in the following post.

No comments
Krzysztof NyrekThe development environment
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