Articles about Development

How to Speed Up Your Tests via :build_stubbed

How to Speed Up Your Tests via :build_stubbed

Rspec is an awesome thing that was created for ruby community. Most of us write tests. However, sometimes in large projects our test becomes really slow. So, each launch of the test really hurts and it does not meter whether you launch your test before commit/push or on CI. When your test suits pass over 30 minutes  -  something definitely went wrong.

Top 5 JavaScript Frameworks For Your Projects

Top 5 JavaScript Frameworks For Your Projects

In the world of front-end development, things are a bit complicated. New frameworks appear all the time, which provides both opportunities and challenges for developers. The situation has become better in the past few years but it's still confusing. Polymer, Aurelia, Sencha, Webix and so on - what's behind all those names? How and when should you use them?

Upcoming Custom Software Development Trends

Upcoming Custom Software Development Trends

We can't imagine our lives without gadgets and every month there appear more and more smart devices, useful applications and innovative services. None of them would be possible without great ideas and participation of professionals who can and love to code. The advancement of technologies and custom software development opened up a lot of doors and made many unimaginable things real.

Building Desktop App with Electron

How to Build a Desktop App with Electron?

Electron: if you can build a website, you can build a desktop appCurrently, in the Web we can do almost everything using HTML/CSS/JS. There is a lot of libraries, frameworks, debug tools, test frameworks, articles and training resources. Also, do not forget about StackOverflow, where you can find the answers to questions almost instantly and some of them with real examples. Even for browser, there are many extensions that follow, measure, debug, show us each part of the site.