Thema: Web Development & Design
-
Impressions from WordCamp Düsseldorf 2019
It was a very nice and educative meeting. Learned a lot, met many amazing people, made some good contacts. WordPress Community at its best. Some impressions below, see a larger gallery here.
-
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:
-
WordPress Generators & Tools
Here’s a list of WordPress Boilerplate Code Generation Tools and other useful tools for WordPress that available on the web:
-
Git GUI Clients
a current list of feasible Git GUI Clients: GitAhead GitKraken Tower SourceTree SmartGit TortoiseGit GitHub Desktop Sublime Merge
-
Aktuelles zum Thema Datenschutz
Ein aktuelles EU-Urteil zum Thema Browsercookies sorgt in Deutschland für Aufregung. Und auch unabhängig davon wird das Thema DSGVO an vielen Stellen noch zu nachlässig behandelt. Zeit für ein paar aktuelle Meldungen und Erinnerungen zum Thema:
-
SEO – Eine Begriffsklärung
Seit etwa zwei Jahrzehnten macht ein seltsamer Begriff im Dunstkreis des Themas Webentwicklung die Runde. Ein Begriff der bei professionellen Webentwicklern mitunter einen schalen Nachgeschmack und das Gefühl von schmierigen Gebrauchtwagenhändlern und Graumarkt Deals mit gefälschten Modelabels und Parfümmarken hinterlässt.
-
Custom Plugin Tables in WordPress
Here’s how to do them by the book.
-
25 Years of PHP
A very enlightening talk on PHP and its history. Rasmus Lerdorf thouroughly explains apparent inconsistencies and also explains why they make perfect sense. Get to know the in and outs of PHP and why it’s brilliant in its own way and why it’s so successful to this very day. This is a must-watch for every…
-
Symfony
Symfony is one of the most mature PHP Frameworks and many large Webapplications are built on it. Many newer Frameworks utilise and integrate Symfony components. A solid foundation and widespread industry adoption often make it the go-to toolkit for non-trivial projects. Symfony ist eines der ausgereiftesten PHP Frameworks und wird bei in vielen großen Webapplikationen…
-
The Essence of Agility
„Agile, Agile, Certified Scrum, … BULLSHIT!“ – that was the initial title of this post. Good for a splash and effect, but a tad negative, I admit. 😏 So I’ve taken the liberty to update the title to a more positive and meaningful one. Same with the permalink. The rest remains the same. – PR,…
-
Obtain SSL certificate Information before redirect
If you need to know information on a web ssl certificate, but the accompaning URL redirects inmediately, it can be difficult to optain that information. Here’s how you do it in the CLI: openssl s_client -connect foo.example.com:443 < /dev/null | openssl x509 -text
-
New EU Regulations in 2019: PSD2 SCA & 3D Secure 2
PSD SCA 3D Secure 2.0
-
Directus & Cockpit
Two headless SSG & Cloud CMS built with PHP. These look promising. Directus Cockpit
-
The JAMStack Approach
Tearing ties between frontend and backend apart, going headless or at least ‚headlose‘, brazenly moving dynamic logic to the client and decoupling as much as possible into disparate microservices. This probably is the way to go forward in the 2020ies for web content. One degraded WordPress project to many has me seriously looking into this…
-
Sass Guidelines
Very useful.
-
Lumen
Lumen, a PHP Microservices Framework.
-
Gatsby & WordPress
Gatsby WordPress Guide Gatsby WordPress Source Plugin Tutorial
-
Content Management Systems
FOSS Content Management Systems Plone Joomla ExpressionEngine WordPress Drupal Typo3 Grav Anchor Koken Textpattern Fork ModX SimpleCMS CMSimple Bludit Neos SilverStripe Non-FOSS & Semi-FOSS Systems Statamic EZ Publish Craft Ghost MovableType Kirby Content Management Services Prismic Contentful Static Site Generators & Headless CMS (FOSS) Hugo Gatsby Directus Cockpit Nuxt Jenkyll Hexo
-
What makes a good Software Developer
Software developers need the creativity of an artist, the thoroughness and competence of an engineer and the patience with humans of a doctor.
-
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
-
Flow
Flow. Static typechecking for JavaScript. Very nice.