tech/webdev magazine

August 5, 2020

Testing React Components: Complete Guide

Wednesday, August 05, 2020 Teklinks

When I first started learning to test my apps back in the day, I would get very frustrated with the different types, styles and technologies used for testing, along with the disbanded array of blog posts, tutorials and articles. I found this to be true as well for React testing.

Full article

August 3, 2020

Will it render?

Monday, August 03, 2020 Teklinks
Will it render? React rendering cheatsheet This is a visual aid for the very good article about React's rendering behaviour by Mark Erikson. Below are drawings with live Codesandbox examples which you can explore and play with.

Full article

Create A Responsive Dashboard With Angular Material And ng2-Charts

Monday, August 03, 2020 Teklinks

Schematics in Angular 9 are code generators that can create components and patterns in projects using predetermined templates and layouts. In this article, Zara Cooper explains how to take advantage of schematics in Angular Material and ng2-charts to substantially reduce the time and work that goes into building a dashboard.

Full article

How to Host a Website from S3

Monday, August 03, 2020 Teklinks

Chances are, you probably don’t need a full web server like NGINX running on EC2 to get your website up and running. If you’re just looking to host a static website, you can store all the content in S3, and host it from there.

Full article

August 2, 2020

A "Design Problem" Is Everyone’s Problem

Sunday, August 02, 2020 Teklinks

“Well, that sounds like a ‘design’ problem.” It’s a phrase I’ve heard many times in my career. I used to love it. There was a unique challenge, and everyone was relying on designers to find the solution.

Full article