Tag: archive

Working With Golang Json

Configuring JSON for Go

Dev

Learn to use JSON, a popular notation for storing and transferring data, with the Go language by following a simple and applicable example.

Mohit Khare
Jul 20, 2021 ⋅ 3 min read

Error handling in Swift

Dev

Learn how to detect and resolve errors in a simple bookstore application built using Swift, Apple’s general-purpose programming language.

Wisdom Ekpot
Jul 12, 2021 ⋅ 4 min read
Including Both PHP 7.1 And 8.0 Code In The Same Plugin... Or Not?

Including both PHP 7.1 and 8.0 code in the same plugin … or not?

Dev

Having challenges transpiling code from PHP 8.0 to 7.1 in the same WordPress plugin? This solution may help with a few of the issues.

Leonardo Losoviz
Jul 1, 2021 ⋅ 9 min read
Grand Central Dispatch Tutorial

Grand Central Dispatch tutorial

Dev

With Grand Central Dispatch, learn how to execute heavy task operations in the background, keeping main threads running smoothly.

Victor Jonah
Jun 25, 2021 ⋅ 3 min read
Swift Mastering Basics

Mastering Swift fundamentals

Dev

Understand how Swift operates at the fundamental level using loops, functions, and conditionals by completing a series of relevant examples.

Muhammad Ali
Jun 22, 2021 ⋅ 8 min read

Code testing and linting using AVA and XO

Dev

Learn about testing tool AVA and linting tool XO to improve code performance and catch bugs in JavaScript before they become bigger problems.

Prakash Kumar Verma
Jun 17, 2021 ⋅ 5 min read
Keeping mistakes away from production

Keeping mistakes away from production

Dev

Developers make mistakes — we’re human. In this post, you’ll learn how to improve your review process and write better, mistake-free code.

Ashley Davis
Jun 10, 2021 ⋅ 9 min read
Create React App Atomic Layout

Upgrade your CSS layouts with Atomic Layout 

Dev

Easily create reusable layout units using the Atomic Layout, a new React-based library that uses styled-components.

Kasra Khosravi
Jun 8, 2021 ⋅ 5 min read

Parsing raw text inputs in web applications using ANTLR

Dev

Create a parser to handle raw text inputs with the ANTLR toolkit and webpack in this step-by-step tutorial and example build.

Shalitha Suranga
Jun 1, 2021 ⋅ 6 min read
What's New in Recoil 0.3?

What’s new in Recoil 0.3?

Dev

Recoil 0.3 introduced improved scalability for time and memory consumption of atom families, more friendly error throws, support for Safari, and more.

Julio Sampaio
Jun 1, 2021 ⋅ 3 min read
Clio Logo

Intro to Clio lang: Ship performance-critical JS with ease

Dev

Clio is a promising programming language that’s a viable candidate for performance-critical applications. Learn more with this quick introduction.

Hussain Arif
May 25, 2021 ⋅ 5 min read
Project Fugu Bridging Native App Gap

Bridging the native app gap with Project Fugu

Dev

Discover how the Chromium team is attempting to bridge the gap between native apps and the web through Project Fugu.

Adebola Adeniran
Apr 27, 2021 ⋅ 11 min read