Learn from our blog

We love sharing our knowledge about all things tech and community. 

A Beginners Quest to Exploring React Native with Drupal

My goal in this post is to explore creating a Drupal powered mobile app with React Native. With no prior experience with React Native or React JS myself, this is truly an exploratory quest. I do have some experience with Angular 2-7 and AngularJS before it, so I admit I might have some more familiarity with concepts and code structure. 

Hook42 Team
person holding iphone with homepage of react test on display

Welcome Kristen Littlefield to Hook 42

Hook 42 is excited to be adding Kristen Littlefield to our growing team. As a Project Manager,  Kristen will be focused on doing project management for our team. Kristen’s past history working with large scale redesigns, accessibility, and process improvement is a great addition to the group. We understand being the new person is a little awkward at first, so to break the ice we had Kristen answer a few fun questions. Here’s what Kristen had to say.

Welcome to hook 42 kristen!

The Twelve Days of AWS: Aurora

We've made it to the final day, the 12th day of AWS!

Talking of RDBMSs, with all of the Data Lakes, Data Warehousing, NoSQL solutions available on AWS, it is nice to still have access to a good old RDBM, which Aurora provides, with both MySQL and PostgreSQL flavors.

12 Days of AWS Day 12 written around snowflakes with a penguin ice fishing

The Twelve Days of AWS: Redshift

To talk about Redshift we probably need to talk about Data Warehousing, as Redshift is a fully managed Data Warehouse package. This is not putting your data in a ‘digital warehouse’ to go and gather virtual dust on the back of a virtual shelf somewhere and is more akin to a single source of truth for the state of a business and its information. Whilst Redshift is based on PostgreSQL and can be queried with normal SQL, it is not meant to be a DataBase per se.

12 Days of AWS Day 12 written around snowflakes with a penguin wearing a candy cane sweater

The Twelve Days of AWS: Data Pipelines

Extract, Transform & Load (ETL) is the name of the game when it comes to Data Pipelines. 

The Extract portion will acquire data from some source(s), which will then pass through Transform where some alteration may be needed to that data, to then end up Loaded into another storage format, such as Redshift, S3, to name a couple.

12 Days of AWS Day 10 written around snowflakes with two penguins holding balloons

The Twelve Days of AWS: EC2

Despite being what most people think about when mentioning AWS, I left their Elastic Compute Cloud (EC2) until now, mostly because personally I don’t use it all that much.

With the advent of Lambda, EC2 can feel a bit more laborious as there is a lot more set up involved than with serverless solutions.

12 Days of AWS Day 9 written around snowflakes with a penguin opening a gift

The Twelve Days of AWS: CloudWatch

Speaking of CloudWatch… all things logging belong here. CloudWatch will track metrics on your EC2 instances, SQS, SNS entries and more. You will have graphing of data, and be able to keep track of everything happening on your AWS stack.

12 Days of AWS Day 8 written around snowflakes with a penguin wearing a red beanie hat

The Twelve Days of AWS: CloudFormation

On the 7th day of AWS, I would like to mention something that almost stays hidden behind the scenes when using Serverless, but is critical to its use.

CloudFormation allows you to spin up a stack of resources from a config file. It deals with the order of operations, timing and error handling on your behalf and makes it pretty easy to keep on top of all the elements of the stack.

12 Days of AWS Day 1 written around snowflakes with a penguin wearing a winter hat

The Twelve Days of AWS: SNS

Simple Notification Service (SNS) is another great tool for distributed operations but is different from SQS in various ways including:

12 Days of AWS Day 6 written around snowflakes with a penguin holding a lollipop

The Twelve Days of AWS: SQS

Simple Queue Service (SQS) is an indispensable tool for many batch operations and concurrent events within, and even outside of, the AWS infrastructure. There are two types of queues: Standard or FIFO. The standard queue, where messages enter the queue and exit in the most performance effective manner, can be batched into groups of messages and can be used to trigger Lambdas.

12 Days of AWS Day 1 written around snowflakes with a penguin building a snowman