Web Technologies
57 posts found

6 First-rate Node.js Development Companies to Hire in 2023
Every agency in this list comes with experienced Node.js developers who know exactly how to bring your product to life. Let’s choose the right Node.js development company for you.
Your next Node.js development project is around the corner. Here’s a list of six talented software development companies that can work on it with you.

Python App Development: Why It Still Matters in Enterprise
Discover why Python app development remains essential for real-time data, AI/ML workflows, EV telemetry, and cybersecurity—powered by FastAPI, Kafka, and Databricks.
Learn how Python app development powers cloud data engineering, real-time systems, and AI workflows using FastAPI, Kafka, Databricks, and modern Python-based stacks.

Node.js as Backend: What it is, When to Use it, & Frameworks
Develop highly scalable real-time or single-page applications (SPA) using Node.js. Check out how to use this language and which frameworks will streamline your Node.js backend development.
Find out how Node.js can help you streamline app development, when it’s best used, and NaNLABS’ recommended frameworks to get you started.

5 Tips for Writing Animation Specs Developers Will Love
Designers, start trusting developers with your motions
In the digital world, collaboration between designers and developers is crucial. Too often, when it comes to animations, we rely on vague descriptions of the expected effect. Here, we focus on how to write detailed and useful animations specifications so that developers can implement pixel-perfect animations.

5 Console Tips to Debug Your Web Apps with Chrome DevTools
Make the most out of your debug and test sessions
Chrome Dev Tools provides many ways to debug our web apps. But we often limit ourselves to the use of `console.log`. Improve your development workflow by using these 5 console tips to make the most out of your debug and test sessions.

Native extensions for NodeJS
Step by step guide to understand the core concepts and build a first extension.
This article is intended for those looking to develop a first native extension with NodeJS. First, we’ll look into the concepts that are important to understand to get started. Later, I will show how to build our first native extension with a practical example. And finally, I will leave some links to read more about it

Inversion of Control in NodeJS
Why and how we built our own IoC library
From grasping the concept to configuring components and refining modules, here's everything you need to know about Inversion of Control (IoC).

10 Good reasons to use Graph Databases
Because in the real world, things work connected
Most of the problems we face are real world abstractions, and it happens to be that in the real world, things work connected. This is why we should consider using graph databases instead of the classic relational model. We’ll see how it impacts performance, visualization, structures, simple querying, and transactions.

Using ElasticSearch with Grails
Tips to use the plugin or develop a custom index management solution
Compare the ElasticSearch grails’ plugin with a custom solution. And remember, ElasticSearch is schema-free so indexing is almost a piece of cake.