spyke

spyke @spyke

Joined:
Dec 18, 2017

spyke
articles - 13 total

Localization Keys vs. Direct Text Keys

A Deep Research report on the topic of the advantages and disadvantages of using keys vs. direct English text for localization, considering your priorities of maintainability and ease of development in the context of i18next localization in a TypeScript + React.js project.

Learn More 0 0Mar 3

Making API Calls from Node.js

Learn how to make HTTP requests to another API from your Node.js project, understand which libraries to use and patterns to follow.

Learn More 26 0May 18 '23

Searching through JSON logs with Node.js

A story of my practical experience of searching through a terabyte of web services logs on my laptop with Node.js and Postgres

Learn More 1 0Mar 4 '23

Readying JavaScript packages for better future

Modern web applications consist of hundreds and thousands of files of different kinds. To manage this...

Learn More 5 0Nov 30 '20

Wait, React isn't about virtual DOM?

If you choose React because of Virtual DOM, you shouldn't. The main idea behind it is different, and VDOM is like an implementation detail. Let's sort it out and compare to template-based libraries like Angular or Vue.

Learn More 14 0Oct 28 '20

Building a logger with Undercut

In this tutorial we will use Undercut to build a non-complicated logger. The simplest one you can...

Learn More 6 0Jul 24 '20

What's new in Undercut 0.6.0

✂ We continue to add handy utilities into Undercut with release 0.6.0 while polishing its API. But...

Learn More 5 0Jul 22 '20

Reusing operations for cleaner code

Tips on reusing operations created for the Undercut library in an independent and inline manner.

Learn More 1 0May 12 '20

Pitfalls of Flux Dispatcher

Flux was presented in May 2014 and quickly become a new movement in web development. Today Flux isn't...

Learn More 6 0Feb 7 '20

Async Redux doesn't exist

Sometimes people ask what is the best way to handle asynchronicity in Redux? There is official...

Learn More 14 0Feb 5 '20

Lazy data processing using Undercut

Undercut is a JavaScript library for processing data in a lazy or deferred manner by building...

Learn More 6 0Jan 20 '20

Composing operations in the Undercut

In this tutorial we're going to explore different ways to compose operations.

Learn More 7 0Jan 17 '20

Processing data in a shell... with JavaScript!

Processing data in a shell may be very convenient, especially for experienced terminal users. You...

Learn More 60 1Jan 9 '20