tech/webdev magazine

September 5, 2020

Building A Component Library With React And Emotion

Saturday, September 05, 2020 Teklinks

A component library helps to keep a design consistent across multiple projects. It ensures consistency because any changes made will propagate across the projects that make use of it. In this tutorial, we’ll learn how to build a component library, using Emotion in React to resolve inconsistencies.

Full article

The Missing Introduction to React

Saturday, September 05, 2020 Teklinks

React is the world’s most popular JavaScript framework, but it’s not cool because it’s popular. It’s popular because it’s cool. Most React introductions jump right into showing you examples of how to use React, and skip the “why”. That’s cool.

Full article

7 Pitfalls to Avoid With OKR’s

Saturday, September 05, 2020 Teklinks

Can you name the top five priorities for your organization or department? OKRs are an important aspect to achieving business goals, but what are their pitfalls? Can you name the top 5 priorities for your organization (or department)? How likely is that your colleagues can also come up with the same

Full article

September 2, 2020

How to establish a Git Team Workflow

Wednesday, September 02, 2020 Teklinks

When I have been working with my clients over the last years, I have seen how crucial it can be to establish a common sense git workflow for a team to become productive.

Full article

Using environment variables in React

Wednesday, September 02, 2020 Teklinks

When you don’t have a server-side programming background, environment variables can seem like a bit of magic. That lack of knowledge smacks you in the face like a bag of dicks, when you’re done creating todo applications on your localhost, and try to create a production build for the first time.

Full article

Lazy Load Images in Angular with Two Lines of Code

Wednesday, September 02, 2020 Teklinks

Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the user scrolls and the image becomes visible. Using this technique, we can gain better performance and load time.

Full article

August 31, 2020

Add Social Login to Ionic Apps

Monday, August 31, 2020 Teklinks

Apple announced a Sign in with Apple service at its WWDC developer conference in June 2019. If you're familiar with social login with Google or Facebook, it's very similar. Most of these identity services use OAuth and OpenID Connect (OIDC), and Apple's implementation is similar.

Full article