How is your software project going?
https://anonsys.net/display/bf69967c-6468-0263-0aa0-bf3132986062
How is your software project going?
https://anonsys.net/display/bf69967c-6468-0263-0aa0-bf3132986062
Happy #Feiertag euch!
Mir ist auf der Gassirunde eingefallen, wie ich das #Software-Problem beim Kunden eventuell lösen kann.
Ich schau mir das jetzt an.
#Programmierer arbeiten immer.
Excited for #JCON EUROPE 2025? See Jago de Vreede at #JCON2025 in Cologne talking about '#Java developer-friendly frontends: Build UIs without the #JavaScript hassle'
Have you ever needed to build a #UI as a backend #developer but didn’t want to dive deep …
Get your free #JUG Ticket: www.jcon.one
We did it. Internet achieved. Perfect exchange; we can all go home.
I hope everyone is having a WONDERFUL day!
Next up on Fireside Fedi! Tomorrow, April 18th at 1500 Eastern time / UTC -4, I will be speaking with @niccolove ! Niccolo is a poet, mathematician, boy scout leader, KDE developer, and a Peertuber! Super interested to talk to Niccolo!
Catch the livestream: https://stream.firesidefedi.live
VOD afterwards: https://video.firesidefedi.live
Fedicast afterwards: https://audio.firesidefedi.live
#kde #dev #developer #peertube #vod #fedicast #podcast #castopod #poetry #math #firesideFedi #fedi #FsF #fediverse #people #livestream #stream #live #owncast
The Original source of the "bugs have feelings too" comic that has been shared and redrawn over and over again in the past years:
Andy Glover / cartoontester
The original blog post:
https://cartoontester.blogspot.com/2010/03/bug-advocacy.html
His book "The Cartoon Tester": https://leanpub.com/thecartoontester
Ready to take the #Symfony 7 Certification Exam?
Join our #Certification Online Coaching Course:
15 weeks – 1.5 hours/week with a certified trainer
Daily tests on Symfony & #PHP
Full access to @symfonycasts
Our Goal: Help you Nail the Exam
https://bit.ly/3Er12SU
Customizing Collections API in Java
Why Customizing the Core is Trickier Than You Think
Read here:
https://medium.com/@storybydhanush/customizing-collections-api-in-java-ef955a837ee9
Are you looking for a new remote job? Browse 400+ remote positions from open source companies including @acquia @grafana @mozilla @wikimediafoundation and more on #OSJH
https://opensourcejobhub.com/jobs/?q=remote&utm_source=mosjh
#career #OpenSource #engineer #sales #security #marketing #CloudNative #developer #DevSecOps #SRE #FOSS
Do you still have scars from the iOS 6 to 7 transition?
Ihr kennt doch bestimmt die #edekaapp .
Was würdest Du dafür nehmen ( falls du #developer bist ).
We are looking forward to welcoming the @PixEE team to the #OWASP 2025 Global AppSec EU Barcelona event as a Start-Up Exhibitor! Your support is greatly appreciated. barcelona.globalappsec.org #developer #appsec #cybersecurity #supportnonprofit
Good morning,
I finished the HTML lab with tables and survey forms today. I haven't had much time to study over the last few days, but I'm continuing.
Happy Coding
Jay Harris is giving a Keynote July 24th at Nebraska.Code()!
I had the chance to sit down with the one and only Larry Osterman at the #microsoft50 to ask about Microsoft's Transformation, How AI has changed his work, and even got a story about hit interview at Microsoft!
Ever think your AI coding buddy (like GitHub Copilot) could be tricked?
Researchers discovered a "Rules File Backdoor" where hackers hide malicious prompts in shared config files. The AI reads these hidden instructions & injects bad code, while the developer sees nothing unusual. Your assistant, weaponized!
#AISecurity #GitHub #Developer #Programming
https://www.pillar.security/blog/new-vulnerability-in-github-copilot-and-cursor-how-hackers-can-weaponize-code-agents
Coming to realize that 98% of my professional life as a #software #developer can be summarized with two songs:
- Rubella Ballet - False Promises
- The Hives - Hate to say I told you so
I'll let you know when I find out which song covers the 2 remaining percents but it won't be a balade...
Ok, fellows #developer #coder #programming #Python
What is the result of this code
Please do not execute it, just guess it.
Tomorrow the answer and the reason ;)
Answer in here:
https://mathstodon.xyz/@liso/114347620453112380
```python
a = 123
b = 123
c = 456
d = 456
(a is b , c is d)
```