Blog | falk-m.de
Like other developers, I read articles, test new features, analyze code from others and so on.
Also, I have some interesting code snippets used in projects, if I need them, I always search in old projects.
This blog is my central place now, to collect interesting code snippets, features, etc. |
RSS Feed
Links and stuff of the week
from falk-m.de
· 2025-03-09
Other
attendize, self-hosted php based ticket system
pixijs: animation engine
sleekdb: php, file based, data-store
scroll-snap: js; smooth scoll snap
layoutsfortailwind: Useful layouts for Tailwind CSS
...
basic instruction to php unit tests
from falk-m.de
· 2025-03-05
PHP
It follows a short basic instruction to start with unit tests in PHP.
Install
There are some other ways, but the best way is to install with composer.
{
"require-dev": {
"phpunit/phpuni...
require git repos with composer
from falk-m.de
· 2025-03-04
GITPHP
As a PHP developer, you will certainly also love composer to manage dependencies.
Sometimes I need another repo in a project. There is an easy way to use other repos without a registration of them ...
Fluid-design
from falk-m.de
· 2025-03-05
CSS
Fluid-design want to implement a responsive design without using of media queries.
Try the Demo on your desktop pc and play with font size and window width.
Padding
A normal padding looks nice on w...
how hashing works
from falk-m.de
· 2025-03-01
OTHER
It is hard to discripe concepts like blockchains or digital signatures, without to describe the fundamental concepts of hash-functions.
On the future I can refer to this post:-)
What is it?
A hash ...
CSS order property
from falk-m.de
· 2025-02-27
CSS
Short CSS thing:
Imagine a CSS flexbox container with three children: 1 | 2 | 3
Did you know that we can change the order of the children by using the order attribute?
Examples:
.container div:nth-...
UUIDs as primary key
from falk-m.de
· 2025-02-26
JS
In my next task at work, I have to import data from an API which use UUIDs as primary key and for relations between the data entities.
Shopware also use UUIDs since version 6 instead of integers as...
Twind - Tailwind in js
from falk-m.de
· 2025-02-16
JS
A nice solution to use tailwind without a NodeJS watcher process or the tailwind sandbox scripts is a completely JS solution, that work directly in the browser.
And the file size is very small, onl...
Links and stuff of the week
from falk-m.de
· 2025-02-16
Other
Links
githubnext/monaspace: github monospace font
CSS
CSS only marquee
CSS Toggle Pill
varlet: Vue 3 Material Design
css container-queries-unleashed
css keyframe-animations
css transforms
modern...
PHP PDO Basics
from falk-m.de
· 2025-02-13
PHP
This little post is not about SQL or SQL syntax, only a little example about the usage of the PHP PDO adapter for database query.
Create connection
$conn = new PDO("mysql:host=mysql;dbname=db", 'db...
EPA - technical view
from falk-m.de
· 2025-02-11
PRESENTATION
Last year, I read the specs or the EPA, the German 'Elektronische Patientenakte'.
I was interested in the key management, the exchange protocols and encryption technologies.
Now I created slides fo...
Links and stuff of the week
from falk-m.de
· 2025-02-09
Other
Links
datalist element
sylius PHP based Open Source Headless eCommerce Platform
phpseclib: pure-PHP implementations of AES, DES, ...
shlink: self-hosted URL shortener
Hi.Events: self-hosted event ...
ChaosZone map presentation
from falk-m.de
· 2025-02-06
JSPRESENTATION
Use OpenFreeMap over proxy
no need of a data protection layer
load locations from spaceApi
use custom map style and marker
Slides (html)
Slides (Pdf)
my slides template
from falk-m.de
· 2025-02-02
JS
Inspired by the 38C3 congress, I changed the style my revalJs slides template for presentations.
In the old version I used preact to separate every slide in a single file, but when I created my las...
OWASP TOP 10 presentation
from falk-m.de
· 2025-01-30
PRESENTATION
Two years ago, I gave a presentation about the OWASP Top 10 list.
Slides (Pdf)