Skip to content

Kimsal Blog

  • Home
  • Blog
Kimsal Blog
  • Uncategorized

    Four Thousand Weeks

    Bykimsal January 9, 2023

    I’m starting to read “Four Thousand Weeks” from Oliver Burkeman. I initially listened to much of the audio book, then bought a copy (link above to Amazon – no affiliate link). Have not finished yet, but the core message of the book seems to be There’s certainly more to it than this, and again, I’m…

    Read More Four Thousand WeeksContinue

  • Uncategorized

    Testing Laravel mailable content

    Bykimsal December 11, 2022

    This has been a thorny issue for a while, and *may* have been resolved in Laravel 9 (have not upgraded projects to 9 yet). Testing both that an email was triggered in a Laravel test, as well as verifying the content of the mail body – that has often seemed to be a tricky step….

    Read More Testing Laravel mailable contentContinue

  • Lessons

    Speed improvement story 1

    Bykimsal October 29, 2022

    I’ve accumulated a number of tech stories from various projects over the years. I thought I’d write some down and share. This first one… I’ve told the highlight portion during interviews years ago, and it probably comes across as either total BS, or me seemingly not knowing what I’m talking about, or what not, but…

    Read More Speed improvement story 1Continue

  • Uncategorized

    laravel bulk imports

    Bykimsal October 4, 2022

    Small note, mostly for myself, as a reminder that when doing large imports of data, you may not need each block to be processed as an Eloquent model. That code above would generally be faster as Obviously there are even faster ways – preparing your data in some text format, and using your DB cli…

    Read More laravel bulk importsContinue

  • Uncategorized

    VueJS wrapping UI toolkits

    Bykimsal July 28, 2022

    There are a number of UI toolkits in the JS (and specifically VueJS) space. BootstrapVue, Vuetify, VueStrap, Ionic, Quasar, ElementUI and more. I wrote a post some time ago (which may get recovered at some point!) about some of these, and indicated I’d be diving in to one or more at some point, and… I…

    Read More VueJS wrapping UI toolkitsContinue

  • Uncategorized

    laravel blueprint factory fix

    Bykimsal June 10, 2022

    I took a look at blueprint last year-ish, and… held off. It was a bit too new for my comfort level, but still looked quite useful. A couple months ago, I took a fresh look, and planned to use it for a new project. I got things set up, generated models and tests and whatnot…

    Read More laravel blueprint factory fixContinue

  • Uncategorized

    k as in knife

    Bykimsal June 10, 2020

    Many moons ago my earlier version of my blog had this list I use when spelling things for people over the phone. I managed to find it at archive.org and thought I’d repost… a as in aisle (or aye) b as in bdellium  c as in czar d as in djibouti e as in eight…

    Read More k as in knifeContinue

  • Uncategorized

    Laravel is sending duplicate emails!

    Bykimsal January 16, 2020

    So… I wrote a previous post about how to prevent duplicates, but this post is about a different type of duplication problem. I encountered this issue about 18 months ago, and asked around, and few people seemed to know what I was talking about, and I don’t specifically see it mentioned in the docs. So…..

    Read More Laravel is sending duplicate emails!Continue

  • Uncategorized

    Importance of backups

    Bykimsal November 24, 2016

    Well… here we are.  10 years later, and … no backups.  Or… none of the data that’s important. Recently had a drive crash in my main server where this blog is hosted.  Had it happen 2 years ago, but the data was recovered, and I put everything on automatic backups.  Using virtualmin, a great control…

    Read More Importance of backupsContinue

  • Uncategorized

    chunked file uploads with plupload

    Bykimsal July 8, 2016

    Holy tamole… Have been wrestling with a client project using ‘plupload’ with a user base consistently uploading files from 150-500meg on a daily basis. They’d been uploading to youtube/vimeo mostly, because the experience with the older uploader (still plupload earlier version) was bad – slow, mostly, but some issues about determining whether items were uploaded/processed…

    Read More chunked file uploads with pluploadContinue

Page navigation

Previous PagePrevious 1 2 3 4 Next PageNext

© 2026 Kimsal Blog - WordPress Theme by Kadence WP

  • Home
  • Blog