﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/users/1/posts" rel="self" type="application/rss+xml" />
        <title>HiBit - Posts</title>
        <description>Posts, news and programming tutorials. Here you can discuss industry news and share your experience.</description>
        <link>https://www.hibit.dev/blog</link>
                    <pubDate>Mon, 07 Sep 2026 07:45:03 +0000</pubDate>
                <language>en</language>

                    <item>
                <title>Create Laravel 13 project from scratch</title>
                <description><![CDATA[<p>Laravel is a PHP framework built around the Model View Controller pattern, designed to make web development more organized and less repetitive. It has become one of the most widely used frameworks in the PHP ecosystem, and its yearly major releases keep bringing refinements to routing, database handling, testing, and application structure. Laravel 13 continues that pattern with a required PHP version bump, additional PHP attributes for controllers and queues, and a first party AI SDK, while leaving most day to day development patterns unchanged. Creating a new Laravel 13 project begins with installing PHP, Composer, and Laravel itself, followed by a short round of configuration that prepares the application for development.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/293/create-laravel-13-project-from-scratch]]></link>
                <pubDate>Mon, 07 Sep 2026 07:45:03 +0000</pubDate>
                <category>development</category>
                <guid isPermaLink="false">post-293</guid>
                <source url="https://www.hibit.dev/rss/posts/293"><![CDATA[Create Laravel 13 project from scratch]]></source>
                <comments>https://www.hibit.dev/rss/posts/293/comments</comments>
            </item>
                    <item>
                <title>Reading light levels with an LDR and Arduino</title>
                <description><![CDATA[<p>A light dependent resistor is a component that changes its electrical resistance according to how much light falls on it. Bright light makes it conduct easily, darkness makes it conduct poorly, and an Arduino can turn that difference into a number. It arrives in two forms. The raw component is a small disc with two legs, and it needs one extra resistor to work. The other form is a sensor module, a small board with the component already soldered on together with everything else the circuit needs, ready to connect to the Arduino with three or four jumper wires. Both versions do the same job and both show up in real projects. Automatic garden lights, night lights, display backlight dimming or simple daylight loggers all work on the same principle.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/292/reading-light-levels-with-an-ldr-and-arduino]]></link>
                <pubDate>Mon, 31 Aug 2026 08:30:03 +0000</pubDate>
                <category>electronics</category>
                <guid isPermaLink="false">post-292</guid>
                <source url="https://www.hibit.dev/rss/posts/292"><![CDATA[Reading light levels with an LDR and Arduino]]></source>
                <comments>https://www.hibit.dev/rss/posts/292/comments</comments>
            </item>
                    <item>
                <title>How to create a Composer package from scratch</title>
                <description><![CDATA[<p>A helper class, a small client wrapper or a set of validation rules often starts in one project and ends up copied into the next one. From that point the copies drift apart, a bug fixed in one of them stays open in the rest, and there is no version number to refer to when something changes.</p><p>Turning that code into a Composer package removes the copies. The requirements are modest, since a package is a directory containing a valid <code>composer.json</code> file, a Git repository hosting it, and a listing on Packagist that tells Composer where to find it.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/291/how-to-create-a-composer-package-from-scratch]]></link>
                <pubDate>Mon, 24 Aug 2026 08:30:02 +0000</pubDate>
                <category>development</category>
                <guid isPermaLink="false">post-291</guid>
                <source url="https://www.hibit.dev/rss/posts/291"><![CDATA[How to create a Composer package from scratch]]></source>
                <comments>https://www.hibit.dev/rss/posts/291/comments</comments>
            </item>
                    <item>
                <title>Getting started with the HC-06 Bluetooth module</title>
                <description><![CDATA[<p>Adding wireless communication to an Arduino project usually starts with a Bluetooth serial module, and the HC-06 is one of the most common choices. It's cheap, widely available, and does one job well: it lets a phone or computer connect to your board and exchange data as if the two were joined by a cable. Four pins, one operating mode, and a small set of configuration commands is the whole picture. That simplicity comes with a real constraint though, and knowing it upfront saves time later, since the HC-06 only accepts incoming connections and can't reach out to another device on its own.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/290/getting-started-with-the-hc-06-bluetooth-module]]></link>
                <pubDate>Mon, 17 Aug 2026 07:45:03 +0000</pubDate>
                <category>electronics</category>
                <guid isPermaLink="false">post-290</guid>
                <source url="https://www.hibit.dev/rss/posts/290"><![CDATA[Getting started with the HC-06 Bluetooth module]]></source>
                <comments>https://www.hibit.dev/rss/posts/290/comments</comments>
            </item>
                    <item>
                <title>Image optimization for the web</title>
                <description><![CDATA[<p>Images are almost always the heaviest thing on a web page. A single hero photo can weigh more than all the HTML, CSS and JavaScript of a site put together, and every extra kilobyte delays the moment a visitor finally sees something useful. Search engines notice it, and users on mobile data notice it faster. The encouraging part is that image delivery is one of the few areas where the fixes are well documented, mostly automatable, and visible in the metrics almost immediately.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/289/image-optimization-for-the-web]]></link>
                <pubDate>Mon, 10 Aug 2026 08:15:02 +0000</pubDate>
                <category>uiux</category>
                <guid isPermaLink="false">post-289</guid>
                <source url="https://www.hibit.dev/rss/posts/289"><![CDATA[Image optimization for the web]]></source>
                <comments>https://www.hibit.dev/rss/posts/289/comments</comments>
            </item>
                    <item>
                <title>SEO guidelines every website should follow</title>
                <description><![CDATA[<p>Search engine optimization has a reputation for being complicated, but a big part of it comes down to fundamentals. Search engines crawl millions of pages every day and reward the ones that are well structured, fast and easy to understand. The surprising part is how many websites, including professionally built ones, still fail at the basics and quietly lose positions in search results because of it.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/288/seo-guidelines-every-website-should-follow]]></link>
                <pubDate>Mon, 03 Aug 2026 09:15:02 +0000</pubDate>
                <category>SEO</category>
                <guid isPermaLink="false">post-288</guid>
                <source url="https://www.hibit.dev/rss/posts/288"><![CDATA[SEO guidelines every website should follow]]></source>
                <comments>https://www.hibit.dev/rss/posts/288/comments</comments>
            </item>
                    <item>
                <title>Serial communication between two Arduino boards</title>
                <description><![CDATA[<p>Getting two Arduino boards to talk to each other opens up projects that a single board can't handle on its own. You might have one board reading sensors in one corner of a room and another driving a display somewhere else, and the two need to share what they know. Serial communication is one of the simplest ways to make that happen, and it works with almost any Arduino model you have lying around. This article walks through connecting two Arduino Nano boards and passing data back and forth over their serial ports.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/287/serial-communication-between-two-arduino-boards]]></link>
                <pubDate>Mon, 13 Jul 2026 07:30:02 +0000</pubDate>
                <category>electronics</category>
                <guid isPermaLink="false">post-287</guid>
                <source url="https://www.hibit.dev/rss/posts/287"><![CDATA[Serial communication between two Arduino boards]]></source>
                <comments>https://www.hibit.dev/rss/posts/287/comments</comments>
            </item>
                    <item>
                <title>Getting started with the HC-05 Bluetooth module</title>
                <description><![CDATA[<p>The HC-05 is one of the most popular Bluetooth modules in the Arduino ecosystem, and for good reason. It's affordable, well documented, and flexible enough to handle a wide range of use cases. It can operate as both a master and a slave device, meaning it can initiate connections to other Bluetooth devices as well as wait for them. For projects where you just need a phone to talk to an Arduino, that distinction doesn't matter much. But for anything more involved, like two Arduino boards communicating wirelessly, the HC-05 is the right tool for the job.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/286/getting-started-with-the-hc-05-bluetooth-module]]></link>
                <pubDate>Mon, 08 Jun 2026 20:15:02 +0000</pubDate>
                <category>electronics</category>
                <guid isPermaLink="false">post-286</guid>
                <source url="https://www.hibit.dev/rss/posts/286"><![CDATA[Getting started with the HC-05 Bluetooth module]]></source>
                <comments>https://www.hibit.dev/rss/posts/286/comments</comments>
            </item>
                    <item>
                <title>Handling file uploads in Laravel 13</title>
                <description><![CDATA[<p>Handling file uploads is one of those things that sounds simple at first but has plenty of moving parts: storage drivers, validation, security, public access, multiple files. Laravel 13 ships with a solid, well-rounded set of tools to deal with all of this without pulling in third-party packages. This article walks through the full lifecycle of a file upload in a Laravel 13 application, from the HTML form to retrieving files from storage, with practical examples along the way.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/285/handling-file-uploads-in-laravel-13]]></link>
                <pubDate>Mon, 25 May 2026 14:42:02 +0000</pubDate>
                <category>development</category>
                <guid isPermaLink="false">post-285</guid>
                <source url="https://www.hibit.dev/rss/posts/285"><![CDATA[Handling file uploads in Laravel 13]]></source>
                <comments>https://www.hibit.dev/rss/posts/285/comments</comments>
            </item>
                    <item>
                <title>Keep your codebase clean with Git hooks</title>
                <description><![CDATA[<p>Every developer has been there: you push a commit, CI fails, and it turns out there was a linting error, a forgotten debug statement, or a test that nobody ran. Pre-commit hooks are the safety net that catches these problems before they ever leave your machine. They are not a complex feature or an advanced Git topic. They are just scripts, and once you understand how they work, you will find yourself reaching for them on every project.</p>]]></description>
                <link><![CDATA[https://www.hibit.dev/posts/283/keep-your-codebase-clean-with-git-hooks]]></link>
                <pubDate>Mon, 11 May 2026 08:30:02 +0000</pubDate>
                <category>development</category>
                <guid isPermaLink="false">post-283</guid>
                <source url="https://www.hibit.dev/rss/posts/283"><![CDATA[Keep your codebase clean with Git hooks]]></source>
                <comments>https://www.hibit.dev/rss/posts/283/comments</comments>
            </item>
            </channel>
</rss>
