home.social

#webdevelopement — Public Fediverse posts

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

  1. Sun, warmth, maybe some caipirinhas and interesting code. All that with one very friendly open source community gathering on late November in Brazil for Plone Conference 2024! Make sure you get your early bird tickets before August 18th, starting from only 60$! ☀️🌎 2024.ploneconf.org/en/tickets
    #plone #plone6 #opensource #Python #React #CMS #webdevelopement #conference #brazil

  2. #RustLang is powering the next generation of #JavaScript tooling including Turbopack, Rspack, Parcel, SWC, and more.

    What does this mean for JavaScript developers? Isn’t Rust a low-level language like C?

    In this #InfoQ talk, Chris Biscardi explores what Rust is being used for on the frontend and introduces the language from the perspective of a JavaScript developer. He covers the basics and the similarities between writing JavaScript and writing Rust before covering the range of ways JavaScript and Rust can be used together to empower developers to create better products.

    Watch now: bit.ly/4a4hcM3

    #WebDevelopement #DynamicLanguages

  3. Looking forward to hanging @atilafassina next week! We're going to dig into Tauri and SolidJS!

    Come chill with us, Monday, January 29th at 6 pm UTC!

    Reminder 👉 nickyt.co/pages/stream-schedul #webdevelopement** **#signals

  4. I've written a blog post about this, to give it some more context:

    blog.thms.uk/2023/10/splitting

    As a single developer on our app, I hugely value simplicity, and a monolithic infrastructure simplifies things a lot.

    So why (and how) have I recently split out two Microservices from our monolith?

    #microservice #microservices #monolith #webdevelopement #webdev #cloudflare #Cloud

  5. So, today I deployed the 2nd microservice that I had split out from our monolith.

    I’m a big believer in avoiding complications, so how did I know I needed microservices?

    Both of these were aspects of our app that needed independent scaling from the rest of the app: while the main app scales quite predictably with user growth, these two services see huge fluctuations in usage, regularly increasing (and occasionally decreasing) 10-fold or more in a matter of hours, and without warning.

    It also helped that these are logically quite self-contained, without strong dependencies on the state of the application.

    Ultimately these two microservices now run on CloudFlare Workers, allowing near infinite scale, and geographic distribution, which is fantastic!

    #microservice #microservices #monolith #webdevelopement #webdev #cloudflare #Cloud #

  6. You may have encountered Views while reading or learning web app development using , a web framework.

    What are Views in Django?
    A view in Django is a Python class or function that accepts an HTTP web request and delivers an HTTP response. The answer can be anything that a web browser can show, including an image, an XML document, a redirect, a 404 error, or the HTML content of a web page.

    Learn Django today.

  7. Django is a model-template-views (MTV)-based web framework that is free and that uses . The non-profit Django Software Foundation (DSF) organization, founded in the US, is responsible for maintaining it.
    The framework places an emphasis on the principles of don't repeat yourself (DRY), minimum coupling, rapid development, and the "pluggability" of components.

  8. Dew Drop – March 8, 2023 (#3895)

    Top links today:
    - Introducing the reliable web app pattern for .NET
    - Hack together: MS Graph and .NET week 1 recap & what's coming
    - Drawing graphs in GitHub comments w/ Mermaid diagrams
    - Windows App SDK release notes - version 1.3 preview 1
    - File editing on GitHub Mobile keeps leveling up

    alvinashcraft.com/2023/03/08/d

    #dotnet #visualstudio #webdevelopement #cloud #windowsdev #csharp #mobiledev #devops #dewdrop

  9. Dew Drop – January 30, 2023 (#3868)

    Top links today:
    - Migrating an app from Xamarin.Forms to .NET MAUI
    - Introducing MediaElement for .NET MAUI - Playing audio & video
    - Technical writing resources
    - Designing effective data entry forms in .NET MAUI - a step-by-step guide
    - The Download w/ Christina Warren
    - Solving the puzzle of real-time collaboration using the Fluid Framework

    alvinashcraft.com/2023/01/30/d

    #csharp #visualstudio #cloud #dotnet #windowsdev #webdevelopement #mobiledev #dewdrop

  10. One dream I have always had was to step out of the normal 9 to 5 and start to freelance and/or build a product. It’s been hard to find people who document that journey. I am going to try to do that. Stay tuned for exciting things to come!

  11. #Introduction! I'm a political organizer living Northern California, working on #LocalPolititcs and #enviromentalism. I grew up in #WashingtonDC In another life I did #organicfarming and #webdevelopement. I'm interested in #Science #Astronomy #IT #Poker #worldpolitcs #Gaming and I've got a few dozen #RaspberryPi projects in various states of completion. I'm a #twitterrefugee who's very excited about the decentralization of Mastodon and hopeful about the prospect of building a community here.

  12. Been researching how different services and apps display OGP images (and other metadata) in link previews for a website project at work.

    Specifically what I'm after is the aspect ratios they display the images at, so that I can figure out which parts of our images might get cropped off.

    So far it seems:
    - FB & LinkedIn: 1.91:1
    - Twitter: 2:1 or 1:1, depending on the card type

    But what about Mastodon, Slack, Teams, WhatsApp, etc.?

    Pointers appreciated

    #WebDesign #WebDevelopement #Metadata

  13. Next week, a couple of my teammates and I are building a color contrast feature for our app! We were all feeling out a bit as we talked about the requirements. It's definitely going in our design system to be used in other places within our app. #a11y #webDevelopement #frontEnd