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.
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.
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.
A step-by-step guide on how to use multiple GitHub accounts on the same computer
Learn the pros and cons of choosing NestJS for your software development projects.
How to use Terraform to optimally implement your cloud infrastructure while reducing costs.
Learn how to leverage React Testing Library for unit testing to prevent production failure on your software development projects.
In this article we will see how easy it is to set a GraphQL endpoint using AWS Lambda functions.
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.
A step-by-step guide on sharing logic between a React app created by CRA and a React Native app.
Learn about Progressive Web Apps and how to turn your web app into a PWA using service workers.
A step-by-step guide on integrating Facebook SDK with React Native.
Learn how to implement Dark Mode in Android and iOS apps with React Native and Redux by following this step-by-step walkthrough.
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.
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.
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.
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.
This step-by-step guide will show you how to develop a REST API the serverless way.
An introduction to the basics of Blockchain, its use cases and benefits.
Stay up to date with the latest Node release by reading this article on the Node 13 updates.
A useful article for software developers on working with protected health information projects that need to be HIPAA compliant.
How to do Server-Side Rendering (SSR) of a Create React App (CRA) in 2020.
Learn how to use React-Apollo to consume GraphQL endpoints with this step-by-step guide.
A simple and clear step by step guide on how to get and put data using Lambda & DynamoDB
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.
In this article we break down the solutions to handle app logging in Node.js
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.
In this article we break down the different options for integrating with Salesforce CRM, which are REST API, SOAP API, and Heroku Connect.
A simple step by step tutorial on how to add fonts to asset pipeline in Ruby on Rails.