Blog

Putting our heads together.

Web Technologies

03/30/2023

9 Node.js Web Frameworks For Faster, More Efficient Software Development Projects

Node.js web frameworks provide a structure for building your application and organizing your workflows. Use this guide to choose your next web framework.

Discover the top Node.js web frameworks to help you build faster, more efficient applications.

Web Technologies

03/09/2023

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.

Web Technologies

02/06/2023

Python App Development: When to Use it + 7 Best Frameworks for 2023

Python is a very popular programming language. That doesn’t mean it’s the right one to use in your development process. Find out when to do Python app development and the best frameworks to use depending on your goals.

Thinking about using Python for your next project? Read this complete guide and see if your idea fits into the “use Python app development if…” list.

Web Technologies

01/15/2023

Node.js as Backend: What it is, When to Use it, & Frameworks to Try

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.

Web Technologies

09/09/2022

5 Powerful Test-Driven Development Tools (+ Tutorial)

Software is a crucial component of every modern business.

Choosing the right tool for TDD doesn’t need to be an annoying and time-consuming task. Here are the five test-driven development tools we recommend.

Web Technologies

10/12/2018

Selector pattern in React/Redux apps

Discover the piece you were missing in your app architectural approach

You’ve developed React/Redux web apps in the past but you may be missing the last piece to having great code maintainability and true decoupling between views and state. We will tell you how selectors worked for us and why we think they are so great!

Web Technologies

05/02/2018

5 console tips to debug your web apps with Chrome Dev Tools

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.

Web Technologies

04/10/2018

Headless WordPress with React and GraphQL

How to create a single page application with React consuming Wordpress data with GraphQL

This post presents an alternative approach to create Wordpress websites using front-end cutting-edge technologies. A React single page application consuming Wordpress data using GraphQL through the Apollo Client library. Enjoy the goodies of Wordpress while offering modern, fast and memorable experiences to your users.

Web Technologies

03/19/2018

Scaled images in React Native

How to scale images in React Native keeping the proportions and not affecting UX

Working with Images in React Native is quite common, but what can we do when those images have different dimensions and have to fit into a box? React Native Scaled Image is the module for you. It can scale the images without impacting view rendering.

Web Technologies

03/14/2018

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