Making API Calls from Node.jsLearn how to make HTTP requests to another API from your Node.js project, understand which libraries to use and patterns to follow.May 18, 2023May 18, 2023
Searching through JSON logs locallyI had to do a search through logs from our backend on my laptop. We have about 40 various web services that write logs in JSON format. And…Mar 5, 2023Mar 5, 2023
Readying JavaScript packages for better futureModern web applications consist of hundreds and thousands of files of different kinds. To manage this complexity and streamline app…Nov 30, 2020Nov 30, 2020
Published inThe StartupWait, React Isn’t About Virtual DOM?If you choose React because of Virtual DOM, you shouldn’t. The main idea behind it is different.Oct 28, 20201Oct 28, 20201
Processing data in a shell… with JavaScript!A shell may be very convenient, especially for experienced users. But now there’s an option for JavaScript developers too.May 15, 2020May 15, 2020
Lazy data processing using UndercutImagine a conveyor on a car factory: a chain of operations from welding body parts and painting doors to gluing a logo and inflating…Jan 24, 2020Jan 24, 2020
Pitfalls of Flux DispatcherFlux was presented in May 2014, but it’s still interesting to discuss some of the issues with Flux’s architecture.Mar 25, 2019Mar 25, 2019
Async Redux doesn’t existWhat is the best way to handle asynchronicity in Redux? There is official documentation about it, but is it that simple?Mar 21, 2019Mar 21, 2019