TomJ, my personal blog about just everything

softwareTechBugsDev

29.8.2023 23:46:32

Software bugs baffle and frustrate us, and we often lay the blame on developers. But have you ever stopped to think that bugs might just be a natural outcome of diverse thinking and complexity?

Different Minds, Different Solutions

Web devFont customizationLightbulbIdea

26.8.2023 11:17:03
Web dev, Font customization, Lightbulb, Idea

Boosting Web Performance: The Magic of Customized Fonts

In the realm of web development, sometimes the simplest solutions are the most powerful. As the driving force behind LINK-V, I've stumbled upon a technique that's a game-changer. Join me as I uncover an approach that emerged during the creation of the LINK-V website – a technique that solves a common problem while unleashing a rarely explored potential.

AIProject planningHow to use AILarge Language Model

21.8.2023 09:09:38
AI, Project planning, How to use AI, Large Language Model

Why Didn't I Think of That Earlier? Harnessing AI in the Chaos of Business

"Wow, why didn't I think of that earlier?" Ever found yourself stuck in a creative rut, only to stumble upon an idea that seemed so obvious in hindsight? Yeah, me too.

Web devProgrammingJavaScriptMobile

24.4.2022 11:24:57

How do you recognize a mobile device in JavaScript?

You can determine type of the device only if a mobile device requests mobile site. In default, they all do, but it's not guaranteed. But it's OK, you should server page and styles and features as requested.