At Apiumhub, we are driven by passion for technology. We are big fans of Agile methodologies and we all share the same thirst for learning and constant development. We regularly organize trainings and open spaces to share what we have learnt … Read More
Javascript

Using console in JS for better testing
In this article i’d like to share my experience of using some console features for debugging purposes. Let’s start with the definition what is a console? Console – is a browsers built-in debugger. Obviously you know about it using console.log … Read More

React Suspense & Concurrent Mode: Async Rendering
Last 12 of June, some of Apiumhub’s frontend developers had the chance to attend React Next 2019 in Tel Aviv, Israel. It was an incredible experience, with lots of interesting talks that encouraged us to keep investigating different concepts. There … Read More

Lambda World Cádiz 18: Highlights
Lambda world Cádiz, one of the most important conferences on functional programming in Europe, took place in Cádiz on October 25 and 26. A software development team from Apiumhub was there attending some of the talks. Since the lectures and … Read More

JavaScript frameworks you should know
JavaScript Frameworks are popular among developers for such benefits like efficiency, safety, and cost. The variety of frameworks for each development platform is huge. It’s impossible to describe all of them and there is no need for it. Let’s narrow … Read More

Javascript Callback Hell, how to solve it?
If you use node.js or some other similar technology, based upon some react-to-events paradigm, you are almost certainly paying a TAX over your developments, the so-called Callback Hell. Today we will se how to solve Javascript Callback Hell. Specifically, it’s … Read More