ShapingCodesEB's profile picture. Innovator @DroneFuture. Coding enthusiast shaping the future. 💜Coding

Eric Bennett

@ShapingCodesEB

Innovator @DroneFuture. Coding enthusiast shaping the future. 💜Coding

Eric Bennett 님이 재게시함

New Marco Show episode! @MarcoBehler talks with @1ovthafew (creator of @Hibernate) about ORM myths, lazy loading, SQL vs repositories, and the future of Jakarta Data. Watch now: youtu.be/Qvh3VFlvJnE #TheMarcoShow #Hibernate #JPA #JakartaData


Eric Bennett 님이 재게시함

MIT Learn changes how @MIT shares knowledge with the world. All of MIT’s online courses and resources — all in one place. MIT Learn’s generative AI tutor and other tools can help you at every stage of your learning journey. Start exploring: learn.mit.edu


Eric Bennett 님이 재게시함

Cable nostalgia persists as streaming gets more expensive, fragmented Cord reviving isn't common but points to discontent with today's streaming options arstechnica.com/gadgets/2025/1…


Eric Bennett 님이 재게시함

#Selfdriving pods could begin ferrying commuters across #AbuDhabi's busy streets by the end of this year, according to a senior official. khaleejtimes.com/uae/transport/…

khaleejtimes's tweet image. #Selfdriving pods could begin ferrying commuters across #AbuDhabi's busy streets by the end of this year, according to a senior official. 

khaleejtimes.com/uae/transport/…

Eric Bennett 님이 재게시함

#AlecHoldings announced on Wednesday the final offer price of its #IPO, pricing it at the top end of Dh1.4 per share, raising Dh1.4 billion. khaleejtimes.com/business/marke…

khaleejtimes's tweet image. #AlecHoldings announced on Wednesday the final offer price of its #IPO, pricing it at the top end of Dh1.4 per share, raising Dh1.4 billion.

khaleejtimes.com/business/marke…

Eric Bennett 님이 재게시함

The #UAE #sovereignwealthfunds (SWFs) Mubadala and Abu Dhabi Investment Authority (Adia) led the deployment among the Middle East and North Africa (Mena) SWFs in the first nine months. khaleejtimes.com/business/uae-m…

khaleejtimes's tweet image. The #UAE #sovereignwealthfunds (SWFs) Mubadala and Abu Dhabi Investment Authority (Adia) led the deployment among the Middle East and North Africa (Mena) SWFs in the first nine months.

khaleejtimes.com/business/uae-m…

Eric Bennett 님이 재게시함

The wait is over. #HiggsfieldWAN 2.5 is - Transforming sketches, products, and ideas into dynamic motion, bringing creativity to life with innovation, precision, and a touch of magic. This is where creativity meets technology. Try today: higgsfield.ai/wan-ai-video


Eric Bennett 님이 재게시함

planning to do robotics happy hour in sf 20ish october, who’s up for it? recommend your robotics colleagues sponsors welcomed as well, so we can make even cooler stuff!!


Eric Bennett 님이 재게시함

NAM highlights 5G’s role in U.S. manufacturing. Companies like Whirlpool and Cummins use 5G for robotics, defect detection, and real-time monitoring, boosting safety, efficiency, and global competitiveness. assemblymag.com/articles/99580…

5GAmericas's tweet image. NAM highlights 5G’s role in U.S. manufacturing. Companies like Whirlpool and Cummins use 5G for robotics, defect detection, and real-time monitoring, boosting safety, efficiency, and global competitiveness.
assemblymag.com/articles/99580…

Eric Bennett 님이 재게시함

Retailers are using #digitaltwins of stores to predict issues, to build out new spaces or even as a marketing tool on their #ecommerce platforms. bit.ly/46kpaSs @ModernRetail


Eric Bennett 님이 재게시함

Monoliths and Microservices are often seen as two extremes. Let's do a side-by-side comparison. 𝗠𝗼𝗻𝗼𝗹𝗶𝘁𝗵: - One application - one deployment unit - One database - atomic, transactional - Method calls - fast, reliable - One network 𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀: - Many…

mjovanovictech's tweet image. Monoliths and Microservices are often seen as two extremes.

Let's do a side-by-side comparison.

𝗠𝗼𝗻𝗼𝗹𝗶𝘁𝗵:

- One application - one deployment unit
- One database - atomic, transactional
- Method calls - fast, reliable
- One network

𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀:

- Many…
mjovanovictech's tweet image. Monoliths and Microservices are often seen as two extremes.

Let's do a side-by-side comparison.

𝗠𝗼𝗻𝗼𝗹𝗶𝘁𝗵:

- One application - one deployment unit
- One database - atomic, transactional
- Method calls - fast, reliable
- One network

𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀:

- Many…
mjovanovictech's tweet image. Monoliths and Microservices are often seen as two extremes.

Let's do a side-by-side comparison.

𝗠𝗼𝗻𝗼𝗹𝗶𝘁𝗵:

- One application - one deployment unit
- One database - atomic, transactional
- Method calls - fast, reliable
- One network

𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀:

- Many…

Eric Bennett 님이 재게시함

Humanoids are moving fast from research labs into real-world conversations… Every week I get messages from companies and consulting firms asking where this is heading. I came across a new 160-page report from Humanoid.guide that brings together voices like Aaron…


Eric Bennett 님이 재게시함

Americans lost 43 hrs/yr (one work week) in traffic last year. Wisk is solving this with autonomous electric air taxis. We're testing advanced, certified systems to make urban flight safe, reliable, and scalable. #Autonomy #FutureOfFlight #SafetyInnovation


Eric Bennett 님이 재게시함

Anyone else disappointed with slack and discord? I think they’re bloated and don’t do the basics well. I keep imagining an OSS variant on Cloudflare. Use @alchemy_run to self host at trivial cost and extend with plugins deployed as Workers.


Eric Bennett 님이 재게시함

After #CYC25, I never been so motivated to get my fingers back on the keyboard and start coding again. 👩🏻‍💻


Eric Bennett 님이 재게시함

A subtle, yet powerful addition in C# 14: (that will reduce null reference exceptions) Null-conditional assignment. This operator allows you to assign a value to a member or element only if the object you're accessing is not null. It's a small change, but it can have a…

kristijan_kralj's tweet image. A subtle, yet powerful addition in C# 14:

(that will reduce null reference exceptions)

Null-conditional assignment.

This operator allows you to assign a value to a member or element only if the object you're accessing is not null.

It's a small change, but it can have a…

Eric Bennett 님이 재게시함

in my early testing of 4.5 + claude code, what's jumped out to me is how remarkable it is beyond code it *understands* the environment of your computer - your files, apps, tools if you spend a lot of time on your computer, it thinks about your life, not the task

Introducing Claude Sonnet 4.5—the best coding model in the world. It's the strongest model for building complex agents. It's the best model at using computers. And it shows substantial gains on tests of reasoning and math.

claudeai's tweet image. Introducing Claude Sonnet 4.5—the best coding model in the world.

It's the strongest model for building complex agents. It's the best model at using computers. And it shows substantial gains on tests of reasoning and math.


Eric Bennett 님이 재게시함

🌍🤝 Did you know GRSS is building a global community of communities? The IEEE Geoscience and Remote Sensing Society (GRSS) is strengthening collaboration worldwide through Memoranda of Understanding (MOUs) with sister IEEE Societies and international organizations. These…

IEEE_GRSS's tweet image. 🌍🤝 Did you know GRSS is building a global community of communities?

The IEEE Geoscience and Remote Sensing Society (GRSS) is strengthening collaboration worldwide through Memoranda of Understanding (MOUs) with sister IEEE Societies and international organizations.

These…

Eric Bennett 님이 재게시함

Start preparing now for #GS1Connect26, June 9-11 at the @Cosmopolitan_LV in Las Vegas —your one-stop event for partnerships, digital innovation, and end-to-end visibility. bit.ly/4fXRAV7 @GS1Connect


United States 트렌드

Loading...

Something went wrong.


Something went wrong.