How to Build a Banner Generation Tool with PhantomJS
You may also like
How we built AI Chatbot Using JavaScript and ChatScript
In this article we would like to talk about our experience of creating an AI chatbot with JavaScript and ChatScript. The main task was to...
5 Steps to Train Word2vec Model with NodeJS
How to Train Word2vec Model With NodeJS in 5 steps: Introduction This will be a really short reading about how to get a working word2vec...
PIJET: Parallel, Isolated Jest-Enhanced Testing Part III: Test Isolation Methods
Abstract In the fast-paced realm of software testing, ensuring test isolation in parallel environments is paramount for accurate and efficient outcomes. This article delves into...
Best practices for building CLI and publishing it to NPM
Introduction CLI stands for the command-line interface. It’s a common way to interact with different processes. Tools with CLI are often used in software development,...
How We Used Redux on Backend and Got Offline-First Mobile App as a Result
Preface Today we want to share our experience of building offline-first React-Native application, using Redux-like approach on our NodeJS backend server. Indeed we just kind...
Monolith vs. Microservices: what’s the right choice for your project?
What is monolithic architecture? Monolithic architecture is regarded as a conventional method of developing apps. A monolithic application is made up of a single, indivisible...