Latest insights on current and new technologies

tech blog
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

What is Amazon AWS? and the benefits of working with him

Amazon Web Services (AWS) is the cloud computing platform used by enterprises and large enterprises around the world, offering a wide range of on-demand services for hosting and managing applications, websites, and data in the cloud.

February 16, 2023
Read more
AWS Benefits

Artificial intelligence

Artificial Intelligence (AI) is a type of software that is capable of performing tasks that require human intelligence and judgement. Tensorflow is a library used to access AI models for use on the browser.

January 18, 2023
Read more
Artificial intelligence is

Introduction to Redux Toolkit + RTK Query

Redux has long been the go-to library for managing global state in React applications. However, with time, the popularity of Redux fell due to the complexity of configuring a store and also the fact that Redux requires too much boilerplate code. In this article, we will go into how Redux Toolkit solves these problems.

October 18, 2022
Read more
React

How to use multiple GitHub accounts on the same computer

A step-by-step guide on how to use multiple GitHub accounts on the same computer

July 25, 2022
Read more
GitHub

Should you use NestJS for your next project?

Learn the pros and cons of choosing NestJS for your software development projects.

June 27, 2022
Read more
React

Leveraging Terraform to reduce cloud infrastructure costs

How to use Terraform to optimally implement your cloud infrastructure while reducing costs.

March 24, 2022
Read more
Integration

React testing Library

Learn how to leverage React Testing Library for unit testing to prevent production failure on your software development projects.

May 6, 2021
Read more
React

Setting a GraphQL endpoint using AWS Lambda functions

In this article we will see how easy it is to set a GraphQL endpoint using AWS Lambda functions.

November 2, 2020
Read more
GraphQL

API Gateway versus ALB in term of costs

Learn the differences between API Gateway and Application Load Balancer in terms of costs and our thoughts on when to use one over the other.

September 14, 2020
Read more
Integration

Monorepo share library with CRA, React Native with Lerna 101

A step-by-step guide on sharing logic between a React app created by CRA and a React Native app.

July 16, 2020
Read more
Integration

Progressive Web Apps and Service Workers

Learn about Progressive Web Apps and how to turn your web app into a PWA using service workers.

June 30, 2020
Read more
Scrum

React Native Facebook SDK integration

A step-by-step guide on integrating Facebook SDK with React Native.

June 22, 2020
Read more
React

Implement Dark Mode in Android and iOS Apps with React Native and Redux

Learn how to implement Dark Mode in Android and iOS apps with React Native and Redux by following this step-by-step walkthrough.

June 11, 2020
Read more
React Native

React Native 101

With this beginner's introduction to React Native, you will learn the basics of how to leverage this library to create mobile apps for both Android and iOS.

June 5, 2020
Read more
React Native

Video Calls in React Native backed by Twilio

This guide will teach you how to build a React Native demo app with an in-app video call functionality provided by Twilio Programmable Video.

May 19, 2020
Read more
React Native

Serverless GraphQL API with Hasura and AWS stack

As a follow-up to our serverless REST API post, this article provides a thorough step-by-step guide on how to creating a GraphQL API boilerplate based on Hasura and the AWS stack.

May 5, 2020
Read more
Serverless

Behind the scenes of Ethereum Pet Shop tutorial

As a follow-up to our serverless REST API post, this article provides a thorough step-by-step guide on how to creating a GraphQL API boilerplate based on Hasura and the AWS stack.

March 30, 2020
Read more
Blockchain

Development of a Rest API the serverless way

This step-by-step guide will show you how to develop a REST API the serverless way.

March 11, 2020
Read more
Serverless

Blockchain 101 An Introduction

An introduction to the basics of Blockchain, its use cases and benefits.

March 6, 2020
Read more
Blockchain

All you need to know about Node 13

Stay up to date with the latest Node release by reading this article on the Node 13 updates.

March 4, 2020
Read more
Nodejs

HIPAA for Software Developers

A useful article for software developers on working with protected health information projects that need to be HIPAA compliant.

February 25, 2020
Read more
HIPAA

Server Side Rendering (SSR) of Create-React-App (CRA) app in 2020

How to do Server-Side Rendering (SSR) of a Create React App (CRA) in 2020.

February 19, 2020
Read more
React

Consuming GraphQL endpoint using React

Learn how to use React-Apollo to consume GraphQL endpoints with this step-by-step guide.

February 13, 2020
Read more
React

Get and Put data Using Lambda and DynamoDB, simple and clear

A simple and clear step by step guide on how to get and put data using Lambda & DynamoDB

February 7, 2020
Read more
Integration

Zombie & Orc Scrum Teams

Is your software development team really Agile? There may be a chance you belong to a Zombie or Orc Scrum team. Learn more in this post by Darío Macchi.

December 20, 2019
Read more
Scrum

Nodejs logging solutions

In this article we break down the solutions to handle app logging in Node.js

December 19, 2019
Read more
Nodejs

Best way to debug React Native apps

Learn about the different methods for debugging React Native apps and why we advise using the React Native Debugger as the most efficient tool for this task.

December 17, 2019
Read more
React Native

Salesforce Integration Options: REST API, SOAP API, and Heroku Connect

In this article we break down the different options for integrating with Salesforce CRM, which are REST API, SOAP API, and Heroku Connect.

December 4, 2019
Read more
Integration

The Nearshore advantage: 5 key benefits of Nearshore software development

March 26, 2019
Read more

Adding fonts to asset pipeline

A simple step by step tutorial on how to add fonts to asset pipeline in Ruby on Rails.

Read more
Ruby