The Architect Role Evolution: A Perspective from My Own Journey
The traditional architect role no longer fits modern software development and companies started adjusting
Iโve spent years in architecture roles and I observe the natural change in the last years - the traditional "architect" role no longer fits modern software development and companies started adjusting.
levyeran.medium.com/the-architec...
09.03.2025 17:41
๐ 1
๐ 0
๐ฌ 0
๐ 0
The End of Programming as We Know It
Very nice post by Tim O'Reilly - We are at a historic moment and Im really curious to see how AI will shape the future of software engineering. Im one of the people that dont think that our job as engineers will be obsolete- rather they will evolve
www.oreilly.com/radar/the-en...
24.02.2025 04:20
๐ 1
๐ 0
๐ฌ 0
๐ 0
Hilarious;)
12.12.2024 05:09
๐ 1
๐ 0
๐ฌ 0
๐ 0
The new @awscloud.bsky.social S3 #iceberg tables (while still seems broken) theoretically solve 3 challenges: 1.metadata-solve today complexities with data retention, tag, security.. 2.Performance-a good promise, 3. Unify all under the same umbrella? competing with #azure fabric and others?
05.12.2024 12:45
๐ 0
๐ 0
๐ฌ 0
๐ 0
An Experiment in Interactive Education: How LLMs Are Transforming the Way Our Kids Learn
Iโm fascinated by how LLMs are starting to impact education, especially for our children. The transformation is already underwayโฆ
Some experiment done with my kids and @OpenAI #ChatGPT ;) and some discovery after reading my daughter's @MSFTCopilot chat history. Fascinated by how LLMs are starting to impact education, especially for our children
levyeran.medium.com/an-experimen...
10.11.2024 09:41
๐ 1
๐ 0
๐ฌ 0
๐ 0
Illustration of how a Bloom filter works. At the top are three keys that exist in the Bloom filter; for each we show the hash as an 18-bit binary number broken up into 3 groups of 6 bits. In the middle are 64 boxes each representing one bit. The boxes are numbered to 0 to 63, and each of the 6-bit values is interpreted as an index into the array of boxes. There are arrows from each 6-bit value to the corresponding box, and the boxes with an incoming arrow have a 1, whereas the others have a 0. At the bottom is a key being queried, which also has an 18-bit hash, and the arrows from the three 6-bit parts of that hash also point at the appropriate boxes.
For the second edition of Designing Data-Intensive Applications we want to add a brief explanation of what a Bloom filter is (even though it's quite a well-known concept, we don't want to assume readers already know it). Here's my attempt at showing it diagramatically. What do you think?
02.11.2024 14:36
๐ 159
๐ 21
๐ฌ 21
๐ 4