Currently viewing → Tag: editor

Getting started with Vim

Talking about vim, a command-line based editor, during the era of visual studio code, that as of 2019 is [the most popular development environment], seems a bold move at least. But, actually, it is a very valuable tool: let’s see how to get started using it. Vim has some interesting benefits: Getting started Launching Vim is […]

[read more]

Gutenberg: a revolution is coming

What is Gutenberg? Gutenberg is a new editing experience coming to WordPress in the release 5.0, probably in a month or two. But, above all, Gutenberg is Javascript. More specifically, Gutenberg is (made with) React. And yes, this is why I wrote editing experience and not just editor: Gutenberg is a SPA (Single Page Application) inside WordPress, this means, […]

[read more]