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

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 »
Cardiacmonitor

Cardiac Activity Monitor

For a little fun, we decided to tinker with cardiac monitoring and simple prototyping of wave morphology via common components.  After we finishing, we wanted to post our little project to share with the world… so if you’ve got a chipKIT lying around and some free time, see if you can build your own pulse meter! In order to build this

Read More »