home.social

#webframework — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #webframework, aggregated by home.social.

  1. FYI: LeafPHP: The Laravel Alternative, Inspired by Slim #shorts: LeafPHP offers a 'Goldilocks' solution, blending Laravel's power with Slim's dynamism. A developer from Ghana created it to solve dependency issues. Now, apps can upgrade smoothly, avoiding dependency challenges. #LeafPHP #Laravel #Slim #webframework #PHP #Ghana youtube.com/shorts/4pGDdiGoh54

  2. FYI: LeafPHP: The Laravel Alternative, Inspired by Slim #shorts: LeafPHP offers a 'Goldilocks' solution, blending Laravel's power with Slim's dynamism. A developer from Ghana created it to solve dependency issues. Now, apps can upgrade smoothly, avoiding dependency challenges. #LeafPHP #Laravel #Slim #webframework #PHP #Ghana youtube.com/shorts/4pGDdiGoh54

  3. FYI: LeafPHP: The Laravel Alternative, Inspired by Slim #shorts: LeafPHP offers a 'Goldilocks' solution, blending Laravel's power with Slim's dynamism. A developer from Ghana created it to solve dependency issues. Now, apps can upgrade smoothly, avoiding dependency challenges. #LeafPHP #Laravel #Slim #webframework #PHP #Ghana youtube.com/shorts/4pGDdiGoh54

  4. FYI: LeafPHP: The Laravel Alternative, Inspired by Slim #shorts: LeafPHP offers a 'Goldilocks' solution, blending Laravel's power with Slim's dynamism. A developer from Ghana created it to solve dependency issues. Now, apps can upgrade smoothly, avoiding dependency challenges. #LeafPHP #Laravel #Slim #webframework #PHP #Ghana youtube.com/shorts/4pGDdiGoh54

  5. I am currently developing several web applications for my personal use. From these projects, I have extracted my own small web framework—Burrow.

    It is based on some concepts from the Django framework, which I love, and combines them with some concepts that I particularly appreciate about Go. Optimized for the small web, self-hosting, and easy deployment.

    github.com/oliverandrich/burrow

    #golang #webframework

  6. ICYMI: LeafPHP: The Laravel Alternative, Inspired by Slim #shorts: LeafPHP offers a 'Goldilocks' solution, blending Laravel's power with Slim's dynamism. A developer from Ghana created it to solve dependency issues. Now, apps can upgrade smoothly, avoiding dependency challenges. #LeafPHP #Laravel #Slim #webframework #PHP #Ghana youtube.com/shorts/4pGDdiGoh54

  7. LeafPHP: The Laravel Alternative, Inspired by Slim #shorts: LeafPHP offers a 'Goldilocks' solution, blending Laravel's power with Slim's dynamism. A developer from Ghana created it to solve dependency issues. Now, apps can upgrade smoothly, avoiding dependency challenges. #LeafPHP #Laravel #Slim #webframework #PHP #Ghana youtube.com/shorts/4pGDdiGoh54

  8. Curious how Fastify keeps a high‑performance HTTP server stable under load? This breakdown of the “blueprint lock” shows the core idea behind its design.

    Read More: zalt.me/blog/2026/01/blueprint

    #Fastify #NodeJS #webframework #softwaredesign

  9. #Django is not the only #webframework to turn 20 this year. As a former PHP dev I remember how Symfony 2.0, along with the PSR-0 and Composer, changed my work life as well as the entire gigantic #php ecosystem. And that 2.0 release only existed because the Symfony creators had proven the value of their approach and had started raising an awesome community. Happy 20 to #symfony ! symfony.com/20years

    #webdev #opensource

  10. ⚠️ PSA: Bad news, everyone! ⚠️

    It turns out #Django is not a #WebFramework and is only useful for #CRUD. 🤯

    Wish y'all had told me that before I built a multi-level multitenant #WebApp for managing a utilities district's operations, scheduling, graph-based infrastructure models, GIS, communications, etc on... Django.

    I guess it's time to shut down my business and scrap my upcoming #PyCon US talk 🤷‍♂️😆

    news.ycombinator.com/item?id=4

    #OrangeSite #OopsIWasntSupposedToBuildThat #ShitPost

  11. Not contributing to #Laravel framework anymore.

    They got millions in investments. They can pay their own maintainers. They’re pushing their paid ecosystem and partners (like WorkOS) in #Laravel12. They will be fine.

    Alternatively, you can always “go back” to the rock solid #Symphony framework.

    #Programming #PHP #SoftwareDevelopment #Development #Coding #WebDevelopment #WebDev #WebFramework

  12. # Duck Framework - Check it out!

    I’m always improving the Duck Web Framework—come see the progress at github.com/digreatbrian/duck. By the way, it supports HTTP/2, unlike Flask and Django 😉.

    #WebFramework #DuckWebFramework #WebDev

  13. It was not meant to be a used project, but after a while it got 22 stars and 2 forks for my express-inspired crappy bun router.
    github.com/NobleMajo/bun-route

    It seems that Hono is not that well accepted, I guess.
    I think Hono is a well-build tool.

    #bunjs #hono #bunrouter #webframework #typescript #javascript #webdevelopment #programming #coding #opensource #devcommunity #frontend #backend #softwaredevelopment #webdev #techtrends

  14. @martenframework btw you should consider using hashtags on such announcements, like #crystallang #crystallanguage #webframework #webdevelopment #webdev #crystal.

    And I think it would be great if the posts would also contain a summary of the changelog of that release.

    No pressure but I think it might help regarding visibility. 😉

  15. Ok... I cheated a bit with socat to handle the actual connection and it a quick hack, so it has some bugs ... But nextgen web framework written in bash anyone?
    And yes, I did this just do annoy a coworker.

    #webframework #bash #webdevelopment #stupid #hack

  16. Published 0.36.0 of coltrane, a minimal app framework for content sites.

    It adds more support for converting types of a `publish_date` defined in YAML frontmatter to a timezone-aware datetime object. This should also fix a bug where specifying only a date (without the time) would prevent building a static site when the RSS was getting generated.

    coltrane.readthedocs.io/en/lat
    pypi.org/project/coltrane/
    github.com/adamghill/coltrane

    #Django #WebFramework #markdown #HTML

  17. github.com/radiac/nanodjango by @radiac is a neat idea: hide all of the “complexity” of #Django, but still have access to all of its features. I especially like the built-in Django NInja support for building a quick API.

    It feels similar to some general themes that I keep thinking about to provide sensible defaults to encourage quicker prototyping of Django web apps.

    #Python #WebFramework

  18. :boost_ok:​ I'm in the middle of the search which UI Framework I should use for future projects (web and maybe native mobile as well), and need some simple but not-so-boring app ideas or specs which I can implement to compare frameworks better.

    I only know of realworld.how/docs/intro/, does anyone have other projects like this?

    #boostok #software #programming #webdev #frontend #javascript #typescript #vuejs #reactjs #ui #uiframework #webframework

  19. Did a hackaton at work yesterday to see if emmett.sh might replace and . It really looks interesting as another modern take on web development. Our main requirements are auto-generated forms and grids (for quick development of crud apps), continued development, pydal support (since we use that a lot) and a low barrier to entry for interns to start coding.

    Anyone with hands on experience who's willing to share lessons learnt?

    .

  20. Web Development Frameworks
    The idea behind this piece is to collect any open-source web development coding frameworks and libraries tha
    technologytales.com/web-develo
    -platformsoftware -levelprogramminglanguages -orientedprogramminglanguages

  21. Javalin ist in Version 4.0 erschienen. Neben aktualisiertem Programmiersprachensupport hat es Syntaxneuerungen im Gepäck.
    Webframework: Javalin 4.0 bringt Unterstützung für JDK 16 und Kotlin 1.5