Development
Node.js 12.5: Shortened startup time with V8 snapshots
Node.js 12.5 is there, enabling the V8 snapshots by default. This should shorten the start time of Node applications. In addition, the update for...
helpdev -
0
Development
Python Type Checker Mypy receives experimental semantic analyzer
Mypy is an optional static type checker for Python. In version 0.710 he brings along a new feature: an experimental semantic analyzer. The details...
Development
On the way to Angular 9: Not only bug fixes in Angular 8.1
Although there is no specific information about Angular 9 yet, the work on the popular web framework continues, of course, despite the publication of...
Development
Node.js date-fns: Good date handling in JavaScript
Working with dates is a problem of the first hour of the language. Although JavaScript basically has a Date object that you can theoretically...
Development
Vue.js meets bootstrap: New project Vootstrap presented
Vootstrap should combine the JavaScript framework Vue.js with the front-end CSS library Bootstrap. The project is still brand new and currently only supports one...
Development
Node.js 10.16: Small update for LTS version
Node 11 will reach its end-of-life date in a matter of days. Node 10, however, is still actively maintained. Now with Node.js 10.16 there...
Recent Articles
Most in-demand IT jobs from last decade
Uber for travel, Netflix for leisure and Google for everything is the ideal routine that we all wish to follow, of course with Instagram...
The finest text editor for professional bloggers
It is a fact that blogs have replaced books and magazines due to increasing popularity of the online world. Serious readers subscribe to blogs...
Angular 9 final release released
Angular 9 final is here! The new version was released a little late. Ivy is of course one of the new features, but that's...
VS Code update: New preview features, movable panel and Docker tutorials
The first VS Code update in 2020 was released. In addition to new preview features, parts of the workbench have been revised and the...
Purify: Library for functional programming in TypeScript
The Purify library was developed for functional programming in TypeScript. It should make it possible to use frequently used patterns from functional programming languages...