tech/webdev magazine

June 30, 2021

Useful Front-End Boilerplates And Starter Kits

Wednesday, June 30, 2021 Teklinks

We don’t need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately. We’ve also just recently covered CSS auditing tools, CSS generators, accessible front-end components and VS code extensions — you might find them useful, too.

Full article

June 29, 2021

The 6 Levels of UX Maturity

Tuesday, June 29, 2021 Teklinks

Summary: Our UX-maturity model has 6 stages that cover processes, design, research, leadership support, and longevity of UX. Use our quiz to get an idea of your organization’s UX maturity. UX maturity measures an organization’s desire and ability to successfully deliver user-centered design.

Full article

Building WebRTC Video Chat Applications

Tuesday, June 29, 2021 Teklinks

With the advent of WebRTC and the increasing capacity of browsers to handle peer-to-peer communications in real time, it’s easier than ever to build real-time applications. In this article, we’ll take a look at SimpleWebRTC and how we can use the platform in implementing WebRTC technology.

Full article

June 27, 2021

Creating A Multi-Author Blog With Next.js

Sunday, June 27, 2021 Teklinks

This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects. In this article, we are going to build a blog with Next.js that supports two or more authors. We will attribute each post to an author and show their name and picture with their posts. Each author also gets a profile page, which lists all posts they contributed.

Full article