Тёмный
Developer Summit
Developer Summit
Developer Summit
Подписаться
GIDS is the gold standard conference and expo for the software practitioner ecosystem. 72,240 attendees have benefited from the platform since its founding in 2008. An essential destination for developers, architects & senior technologists, the event is five-day whirlwind of enlightening and inspiring talks by global experts, full-day workshops, exhibitions, networking and community. Several thousands have testified to the success they owe to GIDS - from individuals who turned entrepreneurs, to garage start-ups who metamorphosed into full-fledged global operations, to several thousands who have reported super positive career upgrades and shifts. Visit: www.developersummit.com
GraalVM in a Nutshell by Sachin Pikle
29:10
4 месяца назад
How Do You Query a Stream? by Tim Berglund
51:40
4 месяца назад
From SQL to NoSQL by Redis Brian Sam Bodden
47:08
4 месяца назад
Give Your LLMs a Left Brain by Stephen Chin
46:50
4 месяца назад
JUnit 5's Best Features by Kenneth Kousen
56:52
4 месяца назад
Комментарии
@Eddie-oz8nq
@Eddie-oz8nq 5 дней назад
The pro! He even says bless you when someone sneezes mid sentence in the audience. 😂😮
@ravinderreddykothabad2299
@ravinderreddykothabad2299 8 дней назад
Great talk!
@ravinderreddykothabad2299
@ravinderreddykothabad2299 9 дней назад
very essential talk for developers
@ravinderreddykothabad2299
@ravinderreddykothabad2299 9 дней назад
Great talk!, Thank you Kousen !!
@zickzack987
@zickzack987 9 дней назад
Replacing a platform based thread pool by a virtualpertask pool might be a very dangerous thing.
@andreyv116
@andreyv116 14 дней назад
Virtual threads are a very nice solution for dealing with function coloring resulting from kotlin's coroutines and flows
@bugra320
@bugra320 15 дней назад
Better at 1.25x speed
@bugra320
@bugra320 15 дней назад
Little covered during a whole hour. Not worth it
@HarishBirlangi
@HarishBirlangi 16 дней назад
I'm working on a Django + React project, and we use GitHub Actions for CI/CD. The typical workflow when a pull request is raised involves running Selenium tests, which require a large dataset in the database to execute effectively. Once the tests pass, I merge the branch, triggering an AWS CodePipeline that goes through source, manual approval, and deployment stages. The problem I'm facing is related to database migrations when multiple developers raise pull requests simultaneously. If I run the workflows in parallel, I end up with migration conflicts that cause issues down the road. However, if I run the workflows sequentially, the deployment process gets delayed, especially when there are several pull requests in the queue. Current Setup: GitHub Actions: Runs on pull requests, runs Selenium tests, and applies migrations to a testing database. AWS CodePipeline: After tests pass and PR is merged, it handles manual approval and deployment to production. Database: I'm using a large dataset, and migrations are applied to both a testing database and the live database in different stages. Concerns: Migration Conflicts: When workflows run in parallel and developers raise pull requests with migration changes, I face conflicts when these workflows try to run migrations on the test or live databases simultaneously. Sequential Workflow: Running workflows one after another avoids conflicts, but significantly delays deployment when there are multiple pull requests waiting to be processed. My Questions: What’s the best practice for managing migrations when multiple pull requests are raised with migration changes? Is there a way to efficiently run parallel workflows without causing migration issues but still avoiding delays in deployment? How can I ensure database migrations run smoothly and prevent conflicts when multiple developers contribute changes that require schema updates? Any tips or suggestions on how to handle this situation would be really helpful!
@Muktakeshable
@Muktakeshable 18 дней назад
It's call building psychology of Archict.👏👏👏👏👏
@Muktakeshable
@Muktakeshable 19 дней назад
at frame 14.51 why the Airtel logo is shown as Cloud in the left upper corner? Whoever watching this video are you guys all enterprise architect or will to become one?
@wethepeople-bethechange5129
@wethepeople-bethechange5129 19 дней назад
Indeed an efficient way !! Nicely presented👌👍
@sudarshandiwase3621
@sudarshandiwase3621 20 дней назад
Nice presentation🌺 congratulation
@christianortizreina921
@christianortizreina921 20 дней назад
This talk is basically about nothing
@funjokesonly
@funjokesonly 20 дней назад
You probably needed better branching, merging and release strategy.
@lucianoortizsilva
@lucianoortizsilva 20 дней назад
Very good, that's what I needed. Thank you \o
@danielsbosworth474
@danielsbosworth474 22 дня назад
Robinson Betty Martin Carol Walker Karen
@piyushgoel5120
@piyushgoel5120 25 дней назад
Utterly useless. 15 mins of content in this 57 mins talk. Too verbose and full of theatrics.
@sasaa4908
@sasaa4908 26 дней назад
amazing content on fundamentals on computing , thank you Venkat.
@funtools9276
@funtools9276 27 дней назад
Great job
@preetmistry
@preetmistry 28 дней назад
great sir very helpful
@enockoloo3814
@enockoloo3814 29 дней назад
whats the point conducting presentation but hide the screen content - sad.
@ericlegoubin4462
@ericlegoubin4462 29 дней назад
Very interesting conference. Some of my highlights include: * Every architectural decision is based on a tradeoff. * If we haven't found the underlying tradeoff, it's because we haven't analyzed enough. * The tradeoff has a business translation, so the architecture decision can be driven by the business. The book is now on my reading list 🙂
@VerhoevenSimon
@VerhoevenSimon Месяц назад
Enlightening as always.
@VerhoevenSimon
@VerhoevenSimon Месяц назад
Thank you for the great talk.
@lerneninverschiedenenforme7513
@lerneninverschiedenenforme7513 Месяц назад
A masterpiece
@RajPatel420
@RajPatel420 Месяц назад
BTW, in the AstroGateway catch block, how about throwing the IOException as UncheckedIOException rather than RuntimeException
@haroonafridi1802
@haroonafridi1802 Месяц назад
sorry to say! jonly 10% of useful stuff and the rest is just talking.
@bangladeshibadmintonny
@bangladeshibadmintonny Месяц назад
phenomenal explanation. Venkat is the best.
@self.flavio
@self.flavio Месяц назад
amazing video! great starter to go further on the related book :)
@ganeshbabu8263
@ganeshbabu8263 Месяц назад
Well Said 👏🏻
@ganeshbabu8263
@ganeshbabu8263 Месяц назад
Great work 👏🏻
@KushLemon
@KushLemon Месяц назад
Good talk.
@CrtTsai
@CrtTsai Месяц назад
love this
@Nodsaibot
@Nodsaibot Месяц назад
master of masters
@akstreamer4617
@akstreamer4617 Месяц назад
Hi All, as he was saying u have to learn not only the use case but also learn one level of abstraction over the concept. I am trying to learn the abstraction by using the class files but I couldn't able to learn fully. Is there any other way to learn these abstraction or is my current approach is correct. Kindly let me know you have any idea on this. Thanks🎉
@MrMikomi
@MrMikomi 12 дней назад
Not sure what you mean. I wouldn't overthink it. I'm only about 1/4 way through but I doubt much of this is too complex or difficult to understand.
@skootdiggity1301
@skootdiggity1301 Месяц назад
Venkat: 'I hope you don't stand around waiting for the coffee to finish brewing'. Me: "Of course I do that. I'm not a weirdo."
@zabeeng
@zabeeng Месяц назад
Another great talk from Venkat - highlighting that common sense is so uncommon most of the times.
@Eddie-oz8nq
@Eddie-oz8nq Месяц назад
He's an excellent presenter. Excellent!
@eqanasif
@eqanasif Месяц назад
There is some good information towards the 2nd half. The analogies by the presenter are not helpful. Especially the picture analogy. Not enough technical information with examples.
@wassfila
@wassfila 2 месяца назад
Really excellent and experience rich talk, thank you.
@SuperQaeed
@SuperQaeed 2 месяца назад
Simply Simply brilliant, Mr Venkat🎉
@pradiptanag5291
@pradiptanag5291 2 месяца назад
Immersive experience as always - learned a lot.
@Hlfe0
@Hlfe0 2 месяца назад
Knowledge vs Wisdom Love it.
@mehmoodrehman6336
@mehmoodrehman6336 2 месяца назад
❤ nice talk
@andreadiotallevi5780
@andreadiotallevi5780 2 месяца назад
Top quality talk!
@VijayJayaram-yr7pn
@VijayJayaram-yr7pn 2 месяца назад
🎉🎉🎉 wow
@r_mclovin
@r_mclovin 2 месяца назад
What an amazing presentation!
@JohnKerrashVirgo
@JohnKerrashVirgo 2 месяца назад
Great talk, thank you. Could we have some of the links in the description please?
@r_mclovin
@r_mclovin 2 месяца назад
I like the rant against facebook at the end :)