04Jan

React Lesson 6: CSS and Animation

Let us continue our conversation about React infrastructure. But first, let us change our structure a little bit and move our Article component to a separate directory Article. So, let us create it. Change our component’s name to Index.js and add the following code:

02Jan

JavaScript Design Patterns in Action

In this article, we are going to explore all the popular design patterns used in JavaScript. We will discuss how to implement these patterns and we will discuss why we need to build them.

01Jan

TOP Most In-Demand IT Certifications 2020

The best way to enhance credibility is by getting certified. First of all, you’ll learn a lot by studying and taking an exam, second of all, you’ll prove your mastery to your prospective employer. Herein, we’ll look at the topmost important and in-demand IT certifications of 2020 worth paying attention to.

31Dec

Happy New 2020 Year!

Happy New 2020 Year!
Happy New 2020 Year!

Hello all! We want to congratulate you on a very symbolic holiday! Tomorrow a New Year will begin. Everything will stay the same but not the same)
We tend to set yearly goals in January and reflect on the results in December. We wish that most desired dreams come true and even more interesting goals appear in 2020!
Happy Holidays!

30Dec

6 Best Website Optimization Tools

To assist in your choice of tools towards achieving your desired goals, we’ll be discussing some of the top-notch, most utilized, and most productive website optimization tools you can consider equipping your website with coupled with their respective capabilities, regardless of the site’s nature and function.

25Dec

Setting CSS Styles with JavaScript

It is common to set styles in Javascript. Four years of working with HTML, CSS and Javascript there were plenty of times I had to style elements with Javascript. Here are some uses-cases and ways to style elements in Javascript. I will also be describing one common use case at the end of this article.