Home / Authors / Konstantinos Zagoris

Latest articles from Konstantinos Zagoris

Yori Shell. The better CMD replacement

December 1, 2020
6 min. read
A recurring theme of many articles about Windows 10, far from the truth, is the lack of alternative native shells and terminals or the lack of their capabilities. In this article, meet the Yori shell, a modern alternative to Command Shell (CMD). The first article of series about shells, terminals, and various modern tools replacement for Windows.

Introducing Alpine.js. The Ideal jQuery Replacement

November 15, 2020
6 min. read
Most uncomplicated today web sites, like this blog, for example, or a landing page, do not need extensive javascript frameworks with complicated build steps. The Alpine.js framework is a drop-in library that replaces the jQuery query-based (imperative) approach with the tailwindcss-inspired declarative approach on the DOM using a familiar Vue-like syntax.

Developing a Netlify Contact Form using Alpine.js

October 31, 2020
6 min. read
The most common request to a simple landing or a simple company web page is to provide a simple contact form. Let’s describe how to add to your static website a Netlify form and make it work with Alpine.js.

Landing Starter Template based on TailwindCSS, Alpine.js and build on esbuild and PostCSS

October 15, 2020
7 min. read
One of the constant requests a freelancer programming has is constructing a landing page for a project/company/research project etc. Therefore, it is better to have an already starter template adopted as a base to iterate upon it quickly.