News
State of the Vuenion 2021 – Evan You at Vue Amsterdam 2021
Evan You, creator of the Vue.js front-end framework, recently presented at the Vue Amsterdam 2021 conference the latest and future Vue developments. By Bruno Couriol … more Read More
News
How to Convert JSON Object to Java Object with Jackson
In this tutorial, we’ll be taking a look at how to convert a JSON object into a Java Object using Jackson, an extremely popular data-binding library for Java. Specifically, we’ll be working with this JSON object: { “name”:”David”, … more Read More
News
What is synthetic monitoring?
Dynatrace news To give your customers a top-quality digital experience, it’s important to make sure your applications are always working properly. Synthetic monitoring can help to confirm your applications are performing as intended and, in the event … more Read More
News
Typescript 4.2 Released, Improves Types and Developer Experience
The TypeScript team announced the release of TypeScript 4.2, which features more flexible type annotations, stricter checks, extra configuration options, and a few breaking changes. Tuple types now allow rest arguments in any position (instead of only … more Read More
News
ESLint v7.21.0 released
ESLint v7.21.0 released We just pushed ESLint v7.21.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. Highlights The new –cache-strategy CLI option can improve how … more Read More
News
How MDN’s site-search works
tl;dr; Periodically, the whole of MDN is built, by our Node code, in a GitHub Action. A Python script bulk-publishes this to Elasticsearch. Our Django server queries the same Elasticsearch via /api/v1/search . The site-search page is a static single-page … more Read More
News
Building Better Code Review at Heap
Heap — like most companies — has a code review (CR) process. Until recently, that process often involved manually catching trivial issues in PRs (Pull Requests), which led to slow, inconsistent, and low-quality PR comments. To address this, we adopted … more Read More
News
Scale your app with multi-core
A quick note about myself I’m a self-taught developer based in Paris, I worked as a freelancer for a few years, before starting to work for my family’s company Place-des-Arts . Place-des-Arts is an art gallery specialized in modern and contemporary prints … more Read More