Your experience on this site will be improved by allowing cookies.
Flutter, Google's innovative UI framework, has revolutionized mobile app development. Its ability to create beautiful, native-looking apps for both iOS and Android with a single codebase makes it a fa...
Megtekintés: 15 Hozzászólások: 0 Szerző: Fejes Dávid
In this special guest issue, tech industry experts Matt Lawrence and Mike Karan are delighted to present insights from the esteemed Kevin Powell, widely celebrated as the "King of CSS" within the web...
Megtekintés: 21 Hozzászólások: 0 Szerző: Fejes Dávid
Many websites and web applications that you interact with on a daily basis present information in real time. For example, when using a messaging application, messages appear on the screen as soon as t...
Megtekintés: 25 Hozzászólások: 0 Szerző: Fejes Dávid
In this article, you’ll learn all about server push, from how it works to the problems it solves. You’ll also learn how to use it, how to tell if it’s working, and its impact on performance
Megtekintés: 42 Hozzászólások: 0 Szerző: Fejes Dávid
Laravel offers multiple methods to keep controllers lean. A common question is, “Where else can I place my logic?”
Megtekintés: 17 Hozzászólások: 0 Szerző: Fejes Dávid
When working with JSON API’s that are paginated, sometimes its useful to get one large response back, without having to loop through and make a request for each page.
INSERT INTO target_table (column1, column2, column3) SELECT source_column1, source_column2, source_column3 FROM source_table WHERE condition;
Megtekintés: 18 Hozzászólások: 0 Szerző: Fejes Dávid
Yields, Includes, Slots, Components, Component Layout, named slot
Megtekintés: 23 Hozzászólások: 0 Szerző: Fejes Dávid
I’ve always wondered how the guessing of which command you meant to use worked. Until now. It turns out these work using a built-in PHP function called levenshtein.
Every so often I get asked to sit in on interviews for new engineers. As an inexperienced interviewer the questions I ask aren’t very good. In an effort to improve, I’m going to look at why I think th...
Megtekintés: 22 Hozzászólások: 0 Szerző: Fejes Dávid
Models and their relationships are the heart of Laravel Eloquent. If they give you a hard time or you’re not able to find a simple, friendly, and complete guide, start here!
Megtekintés: 24 Hozzászólások: 0 Szerző: Fejes Dávid
Software design patterns help developers to solve common recurring problems with code. Let's explore 5 famous design patterns: - Factory Method Design Pattern - Builder Design Pattern - Singleton De...
Megtekintés: 27 Hozzászólások: 0 Szerző: Fejes Dávid
Introduction: Laravel is a popular PHP framework known for its elegance and developer-friendly features. One such feature that enhances Laravel’s flexibility is macros. Laravel macros allow you to ex...
Megtekintés: 28 Hozzászólások: 0 Szerző: Fejes Dávid
How to add custom query builder
Flutter applications are performant by default, so you only need to avoid common pitfalls to get excellent performance. How you design and implement your app’s UI can have a big impact on how efficien...
Megtekintés: 31 Hozzászólások: 0 Szerző: Fejes Dávid
... Indexes are not being used by this query. One of the reasons is because of the wildcard (%) prefix we use in our query. MySQL will not be able to utilize the index when you have a leading wildca...
The idea is to create an event when when dispatching, store it in the cache and pull the cache every 5 seconds via Livewire and dispatch the event to the other components of Livewire in the FrontEnd.
Megtekintés: 30 Hozzászólások: 0 Szerző: Fejes Dávid
PHP performance, or PHP web app performance, is one of the most important parts of modern PHP development. From user experience and satisfaction, to scalability and server costs, ensuring your PHP app...
Eleg kimerito osszegzes
Megtekintés: 29 Hozzászólások: 0 Szerző: Fejes Dávid
Házi szerver készítés régi laptop és CasaOS felhasználásával