Urgent.News

What's breaking now, across thousands of outlets.

Tech

AWS Community Day Sri Lanka 2026: Beyond AI, Agents & Architecture

Attending AWS Community Day Sri Lanka 2026 was an incredible experience. As one of the biggest tech events in Sri Lanka, it brought together 500+ attendees, featuring two packed tracks and 26 brilliant speakers. Here are the key takeaways and lessons I learned from the event: 1. Beyond AI: Creating True Business Value Whether you are a beginner or someone who has been in the industry for a while,…

AWS Community Day Sri Lanka 2026 provided a wealth of knowledge and inspiration for attendees from all backgrounds. Focusing on real business value over AI hype, the event featured 26 speakers and two packed tracks, attracting over 500 professionals. Key takeaways included the importance of driving business outcomes, not just technology, as demonstrated by Brandix's cloud transformation journey.

Architecture and design trade-offs were also emphasized, with Manoj and Chameera sharing their expertise. In the second track, Lakindu Hewawasam explored multi-tenancy at scale, and an intriguing discussion on secure crypto wallets for AI agents emerged. Young talent in Sri Lanka's AWS community was also noted, with many looking forward to their future contributions.

Attendees were impressed by the high-quality sessions and the smooth execution of the event, which brought together diverse professionals to learn, share, and grow.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

What breaks when you self-host a TURN server (coturn — symptom, cause, fix)

The first article in this series was the traps inside the code. The second was the layer underneath — the candidates that lie, the UDP firewall nobody looks at, the reverse proxy that reaps an idle…

  • TURN server issues may stem from misdiagnosing relay as solution
  • Verify coturn service and port configuration for proper operation
  • Open relay port range in firewalls for TURN port allocation

Never silently change a number someone gets paid on

Our algorithm decided a driver had travelled 4km less than they thought. It was probably right. Shipping that silently would still have been wrong.

  • Algorithm may adjust mileage recorded by drivers
  • Transparency required: show original vs. adjusted distance
  • Drivers should override algorithm decisions if needed

React.js ~The Latest Ref Pattern ~

This pattern holds callback passed to a customhook in the ref and update existing value everytime rendered to have the latest value.

  • Ref maintains a current value without triggering re-render, preventing infinite loops.
  • React 19 introduces useEffectEvent to incorporate the latest Ref pattern into the official API.

How I Built Authentication in Go and React: Doing It Right

Every tech blog will tell you the same thing: don’t roll your own auth. It makes sense not to do that for production applications with a large number of users, where more is at stake, and to use…

  • Author built authentication system in React, Go, and PostgreSQL for learning purposes
  • Chose JWTs for stateless verification, set 15-minute expiry to limit validity
  • Stored refresh tokens in HttpOnly, Secure cookies to prevent XSS and MITM attacks

More from Sunday 20 September →