Kategorie: JavaScript
-
Der Jamstack
Moderne verteilte Webentwicklung beinhaltet Nutzeroberflächen, die asynchron und unabhängig von der Nutzeraktivität mit serverseitigen Systemen und deren Diensten kommunizieren, oft mit mehreren gleichzeitig. Serverseitig sind es nicht einzelne monolithische Webserver, die diese Dienste anbieten, sondern verteilte und sehr oft in sogenannten Containern virtualisierte Server, die bei großen Applikationen oft nur eine Auswahl an speziellen Funktionen…
-
Web Frontend Animation
To animate and produce neat effects in a regular web experience that isn’t a game or some other large-scale application, web animation libraries are the go-to solution.
-
Zed, a new and wicked fast code editor
In my recent post on Voidzero I described the current trend of moving Jamstack tooling to binary executables built with Rust. Well, Rust has gained critical mass as a low-level and systems language and is very quickly becoming the go-to replacement for C and C++. People have rediscovered their love for low-level coding with this…
-
Das Web bleibt unaufhaltsam
Die JS / TS / Jamstack / Web Anhänger sind auch in 2025 weiter unterwegs und heben nach wie vor ihre Lieblings-Softwareumgebung regelmäßig in neue, bisher unerreichte Höhen. Native Werkzeuge sind der neue Qualitätsanspruch. Der neueste „heiße Scheiß“ sind Enwicklerwerkzeuge und Umgebungen, die nicht mehr in JS/TS und Node sondern nativ und binär in Rust…
-
Angular UI Toolkits
I’m working on a Jamstack application full time right now. It has quite a legacy and part of redoing, cleaning up and throwing out some old bits of code and old versions of Angular and other libraries also has me dabbling with and exploring the UI. Angular comes with it’s own official UI toolkit, Angular…
-
Deno 2
The newest major release of Deno, Deno 2 was released in October, some 6 weeks ago or so. I missed out, because I was occupied with other things but I’m as of now catching up on the new feature-set and will likely use the new Deno in a legacy project in an attempt to replace…
-
State of the Word 2023
Matt and his crew together with the Spanish WordPress community just held the annual State of the Word keynote in Madrid. Interesting stuff, including a Gutenberg editor that’s growing more and more powerful.
-
Hipster Compliant VDOM
VueJS is the third of The Big Three™ SPA/VDOM Toolkits and it enjoys an ever growing following. Sort of a mix of the best of React and Angular, it has a distinct „ISO-certified hipster compliant“ vibe about it and doesn’t fail to deliver on its „View!“ promise.
-
Lit & Kor
As an application platform the modern Browser is finally becoming more managable. MS IE and even the new one, MS Edge, are history, most Browsers are now based off the Blink Rendering Engine, meaning Chrome, with Safari and Firefox being modern exceptions that none-the-less offer most contemporary web-features. As a consequence it is now increasingly…
-
DropzoneJS & React Dropzone
Modern-Day Drag’n’Drop for the Web: DropzoneJS & React Dropzone. Enjoy.
-
Cypress
Awesome new-era end-to-end testing.
-
Material UI – Material Design for React Applications
Nice. Check it out: Material UI.
-
Browser für die Webentwicklung
Für die Webentwicklung ergibt es oft Sinn, sich mehrere Browser zu installieren, um in getrennten Sessions und Nutzerkonten seine Webapplikationen zu testen. Hier eine Übersicht über verschiedene Browser, die sich weitgehend kollisionsfrei nebeneinander installieren lassen:
-
Svelte
While true Web Components are on the rise and the Google Polymer Project has ended its lifecycle and web component efforts are now continued with the super-light lit library, classic VDOM and PWA toolkits are still in wide use. The big three – React, Angular and Vue – have contenders, some of which have gained…
-
Web UI Libraries
Here are some classic Web UI Libraries for regular HTML/CSS/JS setups without fancy virtual DOM stuff attached. Enjoy! Bulma Materialize Foundation Skeleton PureCSS Groundwork Bootstrap
-
React UI Libraries
Here’s a comprehensive list of React UI Libraries for your next complex non-trivial ReactJS project: Grommet (GitHub) PrimeReact (GitHub) ReactSuite (GitHub) OnsenUI (GitHub) React Bootstrap (GitHub) Ant Design (GitHub) Material UI (GitHub) Blueprint JS (GitHub) Semantic UI for React (GitHub) Evergreen (GitHub) Chakra UI (GitHub) Rebass (GitHub)
-
Bootstrap is still going strong. And have you checked ReactStrap?
The VDOM craze may have you think that Bootstrap is dead. It isn’t. It’s as powerful as ever that the first-class citizenship of Popper.js and an ever evolving jQuery still make it the grandmaster of go-to toolkits for getting good Web-UIs done quickly. It also works very neatly together with virtual DOM libraries such as…
-
Overview of jQuery Ajax Call Parameters
It doesn’t always have to be ReactJS or virtual DOM. For most tasks and functions, jQuery still is perfectly fine, especially if it’s a current version of the 3.x branch and allready integrated and loaded into your environment. Here’s a cheat-sheet Overview of jQuery Ajax Call Parameters:
-
Elm
Elm is one of the lesser know languages in the JavaScript ecosystem. Like others, it transpiles to JavaScript, but it has two prominent traits that emphasise what the language is meant for:
-
Gatsby & WordPress
Gatsby WordPress Guide Gatsby WordPress Source Plugin Tutorial
-
Gatsby – ReactJS Static Site Generation
Gatsby is a Static Site Generator built around ReactJS. Here are some links: Gatsby Moving to Gatsby Gatsby Starters What makes Gatbsy great