Latest Technology Blogs Updates And News

interested in seeing our take on code references, recent technology & product developments? take a look at our updates below & reach out to us with solutions you'd like to learn about!.

Software Development

Strapi.js – A new way to build Node.js APIs

Strapi.js is the most advanced Node.js Framework and Headless CMS out there. Even though it is not as popular as Express.js, it has the power to save weeks of development time for teams working on Node.js applications. With built-in admin panel and Koa.js under the hood, strapi can help you build your next awesome product. Pre-requisites: Basic knowledge of JavaScript

Read More »

Practical guide to build Serverless applications with Netlify and React.js

Serverless technology is taking over the back-end development world. Some businesses are already dumping microservices infrastructure and switching to serverless. However, the learning curve for serverless is pretty steep and it comes with great complexity. Netlify is trying to solve that problem by providing create & drop functions. In this article, we learn about the main concepts of serverless technology

Read More »

Intro to Processing: Creating Colorful Brush Strokes

If you’ve ever wanted to learn to create art and games with programming, you might have heard of Processing. Processing is a kind of coding sketchbook, used by programmers and artists alike. By using basic programming concepts, you can create beautiful visuals, games, and animations. It also can be used with different languages — you can use their own Java-based

Read More »

Exploring React Native

In the previous article, titled “Getting Started with React Native”, we briefly went over what React Native is. We went through the installation process for the Expo CLI and the React Native CLI. The last thing we did was create an Expo and React Native project and made changes to the code, then run the projects. But at the end

Read More »

Getting Started With React Native

React Native In this article you will learn how to set up your computer to begin developing apps using React Native. Before we begin, what is React Native? As stated on the official React Native website, http://facebook.github.io/react-native/, “React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile

Read More »
React React

What are React Hooks and why you should care about them – Part 2

Required version of React: 16.8+ What are React Hooks and why you should care about them – Part 1 Outline Context Hook Custom Hooks Important Rules with Hooks Sample application In the first part of the blog, we discussed the main concepts of React Hooks and the reasons for using them. We compared the traditional ways of creating components and

Read More »
React React

What are React Hooks and why you should care about them – Part 1

Required version of React: 16.8+ What are React Hooks and why you should care about them – Part 2 Outline Intro What is wrong with React Components now? Hooks overview useState useEffect TLDR Intro There is a new kid on the block . React introduced a new feature called Hooks which will improve the code quality even more and make creating

Read More »
Serverless React

How To Build a Serverless React.js Application with AWS Lambda, API Gateway, & DynamoDB – Part 4

Part 4 : Code Review, Deploy, & Configure an effective CI/CD Pipeline on AWS This is a continuation of our multi-part series on building a simple web application on AWS using AWS Lambda and the ServerlessFramework. You can review the first, second, and third parts of this series starting with the setup of your localenvironment at: How To SetUp Your local Serverless Environment How To Configure Your

Read More »
Serverless React

How To Build a Serverless React.js Application with AWS Lambda, API Gateway, & DynamoDB – Part 3

How To Configure Infrastructure As Code, Mock Services, & Unit Testing This is a continuation of our multi-part series on building a simple web application on AWS using AWS Lambda and the ServerlessFramework. You can review the first and second parts of this series starting with the setup of your localenvironment at: How To SetUp Your local Serverless Environment How To Configure Your Serverless Backend API You

Read More »
Serverless React

How To Build a Serverless React.js Application with AWS Lambda, API Gateway, & DynamoDB – Part 2

How To Configure your Serverless Backend on AWS This is a continuation of our multi-part series on building a simple web application on AWS using AWS Lambda and the ServerlessFramework. You can review the first part of this series starting with the setup of your local environment at: How To SetUp Your local Serverless Environment You can also clone a sample of the application we will be

Read More »