tech/webdev magazine

July 31, 2019

Yarn Workspaces: Organize Your Project’s Codebase Like A Pro

Wednesday, July 31, 2019 Teklinks

Yarn workspaces let you organize your project codebase using a monolithic repository (monorepo). In this article, Jorge explains why they’re a great tool and how to create your first monorepo using Yarn with basic npm scripts, and add the required dependencies for each app.

Full article

July 28, 2019

Exploring Sets and Maps in JavaScript

Sunday, July 28, 2019 Teklinks

The objective of these new constructs is to provide easier and more efficient ways to structure and access data under certain use cases. In this article, we will look at how Sets and Maps work and explore some of the operations that can be performed on them. A collections of values.

Full article

July 27, 2019

Cypress: a new kid on the E2E block

Saturday, July 27, 2019 Teklinks

Those of us familiar with E2E testing a user interface, we all know the struggle. Not only coding with waits and timeouts but setups that were harder to manage especially when running it on a continuous integration platform. Maintaining versions, network issues, browser support, …

Full article

Web Workers with Angular CLI

Saturday, July 27, 2019 Teklinks

Although web workers have been around for a while, frontend engineers seem to avoid using them in projects. There is some documentation on the Angular website, but this article will show how to…

Full article

Yarn support for security alerts

Saturday, July 27, 2019 Teklinks

GitHub security alerts help developers stay on top of vulnerabilities that impact their dependencies. JavaScript developers already receive alerts for their NPM-based projects that use package.json and package-lock.json manifests.

Full article

16 Cool Projects for Your New Raspberry Pi 4

Saturday, July 27, 2019 Teklinks

Join 250,000 subscribers and get a daily digest of news, articles, and more. Whether you’re in the market for a Pi 4 or you already have one sitting alone in a drawer, you’re probably in need of some cool project ideas. Don’t fret—you have a ton of options.

Full article