Feb 8, 2020Member-onlyMYSQL: How to Use IndexesAt my current company ABOUT YOU, we have to deal with huge amounts of data, especially in our databases and often we have to check out our performance and costs over and over again, to get the last piece of improvement or DB size reduction. …MySQL6 min readMySQL6 min read
Jan 6, 2020Member-onlyLaravel: Accessing Arrays & ObjectsFrom my experience of working with PHP, it can be really painful if you work with objects and arrays. One of the many errors in PHP is the “Undefined Index” notice. I assume that every developer encountered that already. …PHP3 min readPHP3 min read
Dec 9, 2018Find the Right Naming — What Is a Good Class-NameEvery developer was at that point of searching desperately for the right naming for classes. If I have to guess, I would say I already spent several hours over the last years in finding good ones. Isn’t it ridiculous to waste so much time for such a task? As everyone…Programming4 min readProgramming4 min read
Dec 2, 2018Laravel: View ComposerI am working since version 4.2 with Laravel and I am still a big fan of it. Of course over the years I learned a lot about it, ran into issues, was cursing, but still I am excited to check out what is coming up next. One of the exciting…Laravel3 min readLaravel3 min read
Published inABOUT YOU TECH blog·May 2, 2017Making Big Data Work for YouOptimize your workflow by using DataTables instead of Excel sheets Why we do what we do Perhaps you are familiar with Excel sheets (.csv, .xls) and how unwieldy they become when the dataset grows to a certain point. We’ve decided to optimize our processes by using HTML tables to show our users the revalued data instantly in our application. …JavaScript5 min readJavaScript5 min read