#lambdas — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lambdas, aggregated by home.social.
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Viele #Java-Teams nutzen noch #DesignPatterns aus den 90ern — obwohl modernes #Java vieles davon direkt integriert hat. Andreas Jürgensen analysiert, wann Strategy, Visitor & Iterator noch sinnvoll sind & wann Streams, Records oder #Lambdas besser passen: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Viele #Java-Teams nutzen noch #DesignPatterns aus den 90ern — obwohl modernes #Java vieles davon direkt integriert hat. Andreas Jürgensen analysiert, wann Strategy, Visitor & Iterator noch sinnvoll sind & wann Streams, Records oder #Lambdas besser passen: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Nicolas Fränkel: Checked exceptions and lambdas
-
Nicolas Fränkel: Checked exceptions and lambdas
-
Nicolas Fränkel: Checked exceptions and lambdas
-
Nicolas Fränkel: Checked exceptions and lambdas
-
Nicolas Fränkel: Checked exceptions and lambdas
-
Think your #API is flexible? If it lets users shoot themselves in the foot, it’s just dangerous. @spoole167 draws the line—with sealed classes, fluent builders & zero subclassing traps. Trust, power, control—rebuilt.
Start here: https://javapro.io/2025/04/30/policy-and-process-thinking-differently-about-modern-java-api-design/
-
Wie verändern #SnapStart & #GraalVM die Startzeiten von Java-#Lambdas? @VKazulkin liefert reproduzierbare Messdaten, zeigt Performanceeffekte verschiedener Priming-Techniken & dokumentiert die Umsetzung mit #AWS SAM & #Quarkus.
@graalvm @QuarkusIO
-
Ah, the exquisite art of transforming #C++ #lambdas into indecipherable piles of punctuation 🤯🔍. Because who doesn't love a #coding #challenge that feels like a treasure hunt for rational syntax? GitHub's latest innovation: making #AI write cryptic code faster than we can comprehend it. 🎩👾
https://github.com/hanickadot/shorty #Innovation #Syntax #TreasureHunt #HackerNews #ngated -
#Observing #Lambdas using the #OpenTelemetry Collector Extension Layer
-
New blog post: Observing #Lambdas using the #OpenTelemetry Collector Extension Layer
-
Spent the week updating my #Swift #lambdas (for @NearlyDeparted) to Swift 6, and migrated the final two Ruby lambda to Swift.
Thank-you to @sebsto & friends for all your hard work on Swift lambda and the #AWS runtime libraries.
I can now build a single lambda natively, instead of needing to build all 15 in Docker (yay!), but have lost the ability to build for Arm.
Next job: try building on a raspberry pi, as it’s cheaper than buying a new Apple-silicon Mac.
-
A Kaleidoscope of C++ Lambdas – Dawid Zalewski – C++ on Sea 2024
-
I'm also going to mess around with some #Serverless #Lambdas tonight, to test them out and get some simple endpoints set up.
I get the feeling I'm going to need to decide on some domain names soon...
-
Das Motto des heutigen Tages im Datenbergwerk?
Keine Angst vor #lambdas!
💪 -
C++OnSea 2024 SESSION ANNOUNCEMENT: A Kaleidoscope of Lambdas by Dawid Zalewski
https://cpponsea.uk/2024/sessions/a-kaleidoscope-of-lambdas
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: A Kaleidoscope of Lambdas by Dawid Zalewski
https://cpponsea.uk/2024/sessions/a-kaleidoscope-of-lambdas
Register now at https://cpponsea.uk/tickets/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: A Kaleidoscope of Lambdas by Dawid Zalewski
https://cpponsea.uk/2024/sessions/a-kaleidoscope-of-lambdas
Register now at https://cpponsea.uk/tickets/
-
This is a really interesting project, for those using #JavaScript #lambdas
https://github.com/awslabs/llrt
Smart move by #AWS for building this project. Reminds me a little of the #Java Corretto #JDK they provide.
-
Lightning Talk: Into the Lambda-Verse – by @timur_audio – C++ on Sea 2023
https://www.youtube.com/watch?v=zyLeVCS3nxs
#coding #cpp #lambdas #lightningtalk #programming #softwareengineering -
Working in #AWS, you may find you need to move your #lambdas out of the default #VPC so they can talk to other services, eg. RDS. Granting #internet access to lambdas in the non-default VPC isn't trivial...
💡 Here's a #CloudFormation gist with a working solution...
➡️ https://gist.github.com/instantiator/fc433a98bb6a58234602d67a69b3cda7
-
Need to run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider? Check out the latest #docker extension:
https://hub.docker.com/extensions/localstack/localstack-docker-desktop
#docker #dockerextensions #aws #lambdas -
Using checkpoint/restore mechanisms allows #Java applications to startup very fast.
The #CRaC project in #OpenJDK to achieve this, led by #Azul, is gaining momentum as it has been integrated in #AWS #SnapStart for #Lambdas and multiple frameworks like #Quarkus, #Micronaut, and #SpringBoot.
Read more on https://www.azul.com/blog/aws-snapstart-builds-momentum-for-the-crac-api/
-
RT JavaAdvent: Look what our St. Nicholas, aka \@nicolas_frankel, brought us today.
„#Exceptions in #Java #Lambdas“ is #javaadvent22's treat for you today.
Check it out: https://www.javaadvent.com/2022/12/exceptions-lambdas.html?mtm_campaign=JavaAdvent2022&mtm_source=twitter
-
I like #eventDriven #software #architecture ever since I encountered it both in #JavaScript and in #VisualBasic. When I switched to the #Java #programming #language, it happened when Java still had to gain #lambdas. Applying an event-driven paradigm with that version of Java felt out of place and unelegant. But ever since #Java8 I find myself slowly returning to event-driven choices.