Web Development
Dive into the world of web development, where we explore the latest technologies, frameworks, and best practices for creating effective websites.
Supercharge Your Website
We’re here to guide you every step of the way
Dive into the world of web development, where we explore the latest technologies, frameworks, and best practices for creating effective websites.
We’re here to guide you every step of the way

August 19, 2019 • 14 min read
Multiprocessing vs Multithreading in Ruby: Which is Better?
Can multiprocessing be a good alternative to multithreading? Sure! It depends, however, on answering the following question: does my project really need multiple processes? To get this straight, you just need to read on!

April 09, 2019 • 8 min read
Challenges of Migrating from AngularJS to Vue in TypeScript
TypeScript became mainstream relatively not so long ago. The development started back in 2012 and the language is supported and maintained by Microsoft. It became a superset of JavaScript. In this context, what it means is that TypeScript contains everything JavaScript does and much more.

February 21, 2019 • 5 min read
8 Ruby Frameworks That Are Not Rails
Although the most popular, Rails are not the only Ruby frameworks out there. Well, one can say “what’s the point of having others?”, while others would quarrel with the “the more, the better” argument. No matter what side you’re on, we thought about presenting you with some examples.

January 15, 2019 • 19 min read
Who Gives a F*** About Rails in 2019?
The Ruby and Ruby on Rails community has been having a tough time in the past few years, due to evident decrease in interest from companies and developers. More and more startups and development teams opt for alternative technologies because of many significant downsides these two technologies have by today’s standards. But is it actually true? And is Ruby on Rails dead already?

January 08, 2019 • 5 min read
Vue in 2019 - Where It Is and Where It Is Heading
So, if you’re here then you are probably wondering where the Vue framework is in 2019. The past year was really good for this, loved by many, framework. With constant updates, support from its creators and very talented community, Vue JS is coming really strong into 2019, and with every month is getting closer to stand against giants such as Angular or even React in terms of popularity and utilization in business applications.

January 04, 2019 • 10 min read
What's a PWA? A Brief Guide to Progressive Web Applications
Progressive Web Application (PWA) is a great concept. A website that at the same time acts as a native app gives you several fantastic features: it uses less data, loads instantly, can be accessed offline, or doesn’t even need frequent updates… And that’s only the beginning. Alright. But what is the PWA meaning at all?