Elektrine lite

← Feed

Jesse

jtolj@mastodon.social

<p>Software developer (#php <a href="https://mastodon.social/tags/laravel" class="mention hashtag" rel="tag">#<span>laravel</span></a> <a href="https://mastodon.social/tags/golang" class="mention hashtag" rel="tag">#<span>golang</span></a> <a href="https://mastodon.social/tags/javascript" class="mention hashtag" rel="tag">#<span>javascript</span></a>) among other things in Richmond, VA</p>

Posts

  • Post #2653085

    I&amp;#39;m not completely satisfied with this, but I&amp;#39;ve been mulling over this post for too long and needed to get it on the page. My thoughts on #ai in software engineering, but hopefully a slightly different approach that&amp;#39;s helpful to someone out there. https://til.io/posts/2026/03/16/how-im-navigating-an-uncertain-future/

  • Post #2653084

    Working solo right now and I&amp;#39;ve really missed the mentoring that I used to do when I had a team. I&amp;#39;ve been planning to live stream coding sessions to scratch this itch, and have been practicing that to an audience of 0. It&amp;#39;s kind of amazing how productive I&amp;#39;ve been when I&amp;#39;m vocalizing my thought process to this imaginary audience. I&amp;#39;ve dubbed it rubber duck live streaming and it&amp;#39;s my new go to when I&amp;#39;m stuck on something.

  • Post #2653080

    Learned about this today from an MDN search: the #html inert attribute. &amp;quot;A Boolean attribute indicating that the element and all of its flat tree descendants become inert.&amp;quot; ... &amp;quot;When an element is inert, it along with all of the element&amp;#39;s descendants, including normally interactive elements such as links, buttons, and form controls are disabled because they cannot receive focus or be clicked.&amp;quot; https://developer.mozilla.org/en-US/docs/Web/HTML/Ref...

  • Post #2653077

    I&amp;#39;m pretty new to #rust - is this a stupid thing to do in a unit test suite to ensure my fixture touches every variant?