Home / Articles

Latest articles on Witty Programming

Introducing AlpineJs. 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
7 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, AlpineJs 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.