BVBarco van Rhijninbarcovanrhijn.hashnode.dev·Nov 15, 2022 · 2 min readUsing Filters in Tina4 ORMA normal ORM call in Tina4PHP includes a where function which is similar to what you may see in Laravel. However, the syntax more closely matches SQL. But once you have a lot of where conditions this becomes quite a long unwieldy line. To solve this ...00
BVBarco van Rhijninbarcovanrhijn.hashnode.dev·Nov 15, 2022 · 1 min readImportance of Offline DocumentationSo I know we can Google documentation for just about anything. But I often find I use way more clicks than I need to find the exact version of documentation I'm looking for. Using ZealDocs is a great time-saver instead of having to look up documenta...00
BVBarco van Rhijninbarcovanrhijn.hashnode.dev·Nov 15, 2022 · 3 min readHow much JS is enough?There's been a growing trend towards Front-end JS frameworks in the past years. I think these frameworks have their uses. But I don't think Frameworks like React, Vue and Angular always make sense for every project. For me it all comes down to simpl...00
BVBarco van Rhijninbarcovanrhijn.hashnode.dev·Nov 15, 2022 · 5 min readTina4 we meet againA number of years have passed since I first saw the Tina4 stack. Tina4 officially strives not to be a framework. So rather call a collection of best practices for PHP but soon other languages as well. I recall the Manga graphics and names to differe...00
BVBarco van Rhijninbarcovanrhijn.hashnode.dev·Nov 15, 2022 · 2 min readEmail Template designEmail template design has always been a particularly tricky spot when it comes to mail client support. Recently a client asked me to design them a template for a signature with complex overlapping images. On the web that's a very easy thing to do. Bu...00