27Jun

Introduction to Micro Frontends: The New Tech on the Block

Like with all powerful technologies, micro frontends often cause confusion among developers, as evidenced by the ever so popular search queries like “What are micro frontends?” It may be tempting to try and ignore it, but then you’ll be missing out on the amazing opportunities that micro frontends provide — after all, they’re not just a hip trend to follow. In this article, we’ll explore what micro frontends are, what benefits they can bring, how they can be used, and what caveats and pitfalls they pose.

15Jun

5 Best JavaScript Conferences to Attend in 2019

With web development being an incredibly popular domain, there’s no shortage of relevant events, meetups, and cons for web developers to gather. Still, with an abundance of conferences to choose from, developers often feel overwhelmed: which one to choose and attend? Which one to watch on YouTube?

31May

Disadvantages of Using TypeScript

JavaScript is not, arguably, suitable for large complex applications, so the idea behind an additional script was to make it a complementary language that can be “scalable.” Let’s address the core differences between those languages, features of TypeScript, and why many people think that TypeScript is going to overrun JavaScript and take over the world (yeah, right).

28May

Bootstrap: TOP 5 Free Bootstrap Editors & Tools

To make it easier to develop a website using Bootstrap, there are several bootstrap editors available for better and quicker bootstrapping of your website. In this article, we’ll cover the five major tools which are available either completely free or partially.

22May

Functional vs Object-Oriented Programming

What’s the difference between functional and object-oriented programming? And how does it all apply to JavaScript? In this article, we’ll cover the major concepts you should be aware of, as well as give some representative examples in JavaScript code.