#Developers

Grass Codergrasscoder
2025-07-11

🔍 Ever wondered how to choose the most efficient algorithm for your project?

Big O Notation is the universal language for performance—and this beginner's guide makes it crystal clear.

📖 Read here: grasscoder.com/big-o-notation-

The Linux Foundationlinuxfoundation@social.lfx.dev
2025-07-11

☁️ Kubernetes developers are in demand! Boost your career with the CKAD certification.

🆓 Start with free courses:
LFS151 + LFS158

✳️ Save 40% on CKAD with a THRIVE-Annual bundle.

✅ Level up with LFS253 + LFD259
🎯 Get certified. Grow your skills.

Start today → training.linuxfoundation.org/c

#Kubernetes #CloudNative #ITCertifications #Developers

2025-07-11

The Solidity Language open-source package was used in a $500,000 crypto heist

A malicious extension for the Solidity programming language in the Cursor AI IDE led to a $500,000 cryptocurrency theft. The fake extension, downloaded 54,000 times, appeared higher in search results than the legitimate one due to ranking algorithm factors. It installed malware that downloaded PowerShell scripts, installed remote management software, and deployed data-stealing payloads. The attackers obtained wallet passphrases and stole cryptocurrency. Similar malicious packages were found targeting blockchain developers. The incident highlights the ongoing threat of malicious open-source packages in the crypto industry and the need for caution when downloading tools from package repositories.

Pulse ID: 6870b25f4c4c81689f7f0c75
Pulse Link: otx.alienvault.com/pulse/6870b
Pulse Author: AlienVault
Created: 2025-07-11 06:42:39

Be advised, this data is unverified and should be considered preliminary. Always do further verification.

#BlockChain #CyberSecurity #InfoSec #Malware #OTX #OpenThreatExchange #PowerShell #RCE #bot #cryptocurrency #developers #AlienVault

Richard Donovanricharddonovan
2025-07-11

As a developer, you can contribute far more than just the code you write…

👉 Technical skills will only take you so far...

Work on:
🟢 Leadership (regardless of how senior or junior you are)
🟢 Collaborating effectively
🟢 Displaying vulnerability
🟢 Empathy for others
🟢 Showing humility
🟢 Communication

And you’ll go far 👀

2025-07-11

> When #developers are allowed to use #AI tools, they take 19% longer to complete issues—a significant slowdown that goes against #developer beliefs and expert forecasts. This gap between perception and reality is striking: developers expected AI to speed them up by 24%, and even after experiencing the slowdown, they still believed AI had sped them up by 20%.

metr.org/blog/2025-07-10-early

TuxAcademyTuxAcademyAdmin
2025-07-11

Today's Poll.. 👇

What is the most confusing python topic for you?

N-gated Hacker Newsngate
2025-07-11

Ah, Gemini API's "batch mode" – because apparently, processing singularly was just too mainstream for Google's hipster . 🚀🤓 Now you can experience *en masse* while pretending to be productive! 🎉🤖
developers.googleblog.com/en/s

2025-07-10

🧘‍♂️ Devs, más allá del mindfulness clásico:
¿qué podemos aprender del budismo para trabajar mejor?
- Menos ego en code reviews
- Aceptar cambios (impermanencia)
- Construir con intención
Nuevo post 👇
greyhat.cl/posts/mas-alla-de-m

2025-07-10

macOS.ZuRu Resurfaces | Modified Khepri C2 Hides Inside Doctored Termius App

A new variant of macOS.ZuRu malware has been discovered, targeting users through a trojanized version of the Termius app. This backdoor, initially noted in 2021, now uses a modified Khepri C2 framework for post-infection operations. The malware is delivered via a .dmg disk image containing a hacked version of Termius.app. It adds two executables to the embedded Termius Helper.app and uses a new method to trojanize legitimate applications. The malware installs persistence via a LaunchDaemon and includes an md5 updater mechanism. The payload obtained from the C2 is a modified Khepri beacon with capabilities for file transfer, system reconnaissance, and command execution. The threat actor continues to target developers and IT professionals, adapting their techniques to evade detection.

Pulse ID: 686ffe0e4f96bdedcb713829
Pulse Link: otx.alienvault.com/pulse/686ff
Pulse Author: AlienVault
Created: 2025-07-10 17:53:18

Be advised, this data is unverified and should be considered preliminary. Always do further verification.

#BackDoor #CyberSecurity #InfoSec #Mac #MacOS #Malware #OTX #OpenThreatExchange #RAT #Trojan #ZuRu #bot #developers #AlienVault

2025-07-10

The 2025 Docker State of Application Development Report
#Company #Developers #Docker

docker.com/blog/2025-docker-st

JCONjcon
2025-07-10

Our next session is live: 'Spoiled For Choice: Your Options' with Merlin Bögershausen

are spoiled for choice: standards are vying to be the one true way you log, test, …

Grab your coffee and hit play: youtu.be/e80o0cECTAg

N-gated Hacker Newsngate
2025-07-10

🚨BREAKING: Someone mined 1.8M Hacker News headlines (read: clickbait) to discover that like shiny things. 🎉 In other news, databases still exist, and people still write about them. 🤯 Oh, and don’t worry—there’s a free you can use to achieve the same level of profound insight! 🥳
camelai.com/blog/hn-database-h

The Curious Guydhanushnehru
2025-07-10

I was looking into YouTube’s monetization policies, and here’s what creators should avoid to stay compliant after the July 15, 2025 update:

🚫 Auto-generated/templated videos with minimal variation
🚫 Reposting/duplicating content with little editing
🚫 Publishing near-identical videos in bulk

YouTube’s policy update isn’t the end of YouTubers, it’s a push for higher-quality, more authentic content.

werkraum Digitalmanufakturwerkraum
2025-07-10

E-Mail-Postfächer automatisiert leeren mit Python 💡

Für bestimmte Aufgaben lohnt sich die Nutzung von Python, z.B. um automatisiert Dinge wie das Leeren eines E-Mail-Postfaches zu erledigen

Mehr davon erfährst du in unserem neuen Blogpost: werkraum.net/devblog/e-mail-po

Illustrierter Mülleimer im Hintergrund eine Polygongrafik
The Curious Guydhanushnehru
2025-07-10

💡 Bug Discovery Today:

Clicking a download link from an email redirected users to the login page — but task links worked just fine.

🔐 Takeaway:

Use SameSite=Lax or secure token-based URLs for email-triggered downloads to avoid unexpected login redirects.

👉 Read the full breakdown in this blog post: dhanushnehru.medium.com/differ

Bug Discovery Today:

Clicking a download link from an email redirected users to the login page, but task links worked just fine.

Cookies set with SameSite aren't sent in some cross-origin scenarios !

👉 Read the full breakdown here:
Richard Donovanricharddonovan
2025-07-10

As a developer, one of the most frustrating things I've encountered is a poor local development experience.

Little things can accumulate into real frustration...

🔴 Your IDE takes 30 seconds longer than it should to open your solution...
🔴 Your solution takes 30 - 60 seconds longer than it should to build...
🔴 Your unit tests take minutes to run rather than seconds...

2025-07-09

After hearing "Can you move it by one pixel" 69 times.

#SoftwareEngineering #Developers #Memes

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst