← Topics

Software

21 communities
178 tweets
640.5K total members
Communities: Software Engineering (238.3K) Web Developers (116.3K) C and Assembly Developers (62.7K) iOS Dev Community (45.6K) Python Coding (30.3K) Java (28.4K) Flutter (20.6K) Rust Programming Language (17.4K) AWS (17.1K) Golang Insiders (11.9K) Ruby on Rails (9.6K) React Native (9.3K) Web Developers / Programming (9.2K) Graphics Programming (4.8K) Go Programming Language (4.3K) Godot Developers (4.1K) Hermes Agent (4.1K) Laravel Artisans Community (3.8K) PERK NATION (1.2K) TheStartup (1.2K) Gitlawb (307)
Columns:
# Tweet Community User Followers Views β–Ό Ratio Engagement Posted
101
[image] Multi-Index Table Styled Cleanly in Python AUTOMATING EXCEL WITH PYTHON
Python Coding @clcoding βœ“ 651.3K 14.3K 0.0x 116 Mar 5
102
[image] Stop scrolling. This might be your next opportunity πŸ‘‡ We’re hiring interns for April–June 2026! If you want real experience (not just certificates), this is for you. πŸ’‘ Domains: Python | AI | Automation | Content πŸ“… Duration: 3 Months πŸ“© Apply now β†’
Python Coding @clcoding βœ“ 652.3K 14.3K 0.0x 69 Mar 25
103
[image] The Java security practice that still catches even senior developers in 2026: Input validation & sanitization done right: One of the most critical (and frequently neglected) areas in Java applications is proper input validation and sanitization. Failing here opens the door to
Java @gutsOfDarkness8 βœ“ 3.1K 14.1K 4.6x 163 Mar 29
104
[image] Structured Concurrency (Sixth Preview) – Timeout + Joiner Upgrades for Robust Concurrency: JDK 26 previews Structured Concurrency for the sixth time in JEP 525. This API continues to mature by treating concurrent subtasks as a structured unit: spawn with StructuredTaskScope, join
Java @gutsOfDarkness8 βœ“ 2.9K 14.1K 4.8x 81 Feb 28
105
[image] sorted() in Python Free BootCamp Link:
Python Coding @clcoding βœ“ 652.3K 14.1K 0.0x 110 Apr 2
106
[image] i am ready i think tomorrow is going to be a banger of a stream
TheStartup @ThePrimeagen βœ“ 341.3K 14.0K 0.0x 332 Feb 19
107
[text] Proud to have discovered two QUIC-related issues in HAProxy that led to CVE-2026-26080 & CVE-2026-26081 (DoS crashes via malformed packets). Thanks to willyt for the credit in the 3.1.15 release announcement!
C and Assembly Developers @tetsuoai βœ“ 229.8K 14.0K 0.1x 159 Feb 28
108
[image] JDK 26 drops in 3 days - Scoped Values become the new standard for request context: Code reads like sequential logic, but scales to millions of concurrent requests.ThreadLocal is officially legacy in 2026.Scoped Values (stable since JDK 21) are now the clean, safe, zero-leak way
Java @gutsOfDarkness8 βœ“ 3.0K 13.9K 4.7x 148 Mar 14
109
[text] I'm looking for Laravel PHP work for last almost two months now, idk if it's AI or something else but market seems lot quiet than ever. Previously I used to get clients on a same day I start looking for work. Are you feeling the same?
Laravel Artisans Community @MrPunyapal βœ“ 7.4K 13.9K 1.9x 163 Mar 23
110
[image] Modern Java tip that still feels like a superpower: records + pattern matching for clean multi-value returns: Since Java 16+ you can return multiple values cleanly with records + pattern matching - no more Pair, Triple, Map.Entry, or temporary DTOs.Benefits:Named, immutable,
Java @gutsOfDarkness8 βœ“ 3.0K 13.8K 4.5x 96 Mar 19
111
[video] Terrain3D now provides a separate, configurable ocean mesh and a default shader. You can use your own. 🧡
Godot Developers @TokisanGames 2.9K 13.7K 4.7x 167 Mar 7
112
[image] Anyone can watch coding videos. Only a few can write code worth following.
Python Coding @clcoding βœ“ 652.0K 13.5K 0.0x 106 Mar 17
113
[image] πŸ“˜ April Python Bootcamp Index (20 Working Days) Most people wait to feel ready. Top developers start before they are. Your Python journey begins today. πŸ‘‰ Full syllabus:
Python Coding @clcoding βœ“ 652.3K 13.4K 0.0x 77 Mar 26
114
[image] Math Equations to Latex in Python
Python Coding @clcoding βœ“ 650.8K 13.2K 0.0x 77 Feb 25
115
[image] are you on v0.5.0 too?
Hermes Agent @sudoingX βœ“ 20.4K 13.0K 0.6x 287 Mar 29
116
[image] The Java feature that senior devs use to write safer, cleaner request-scoped code: ScopedValue: ThreadLocal was the standard for request-scoped data for years, but with virtual threads it has serious problems (pinning, memory leaks, manual cleanup hell). The modern replacement
Java @gutsOfDarkness8 βœ“ 3.2K 13.0K 4.1x 106 Apr 5
117
[image] zip() function in Python
Python Coding @clcoding βœ“ 652.1K 12.9K 0.0x 199 Mar 19
118
[image] Reverse Number Triangle in Python Ask for support:
Python Coding @clcoding βœ“ 651.8K 12.6K 0.0x 87 Mar 15
119
[image] How Python Decides What Runs Next? Python follows a control flow to decide what runs next β€” by default it executes statements sequentially from top to bottom, but conditional statements (if/elif/else) and loops (for, while) change that flow based on decisions and repetition.
Python Coding @clcoding βœ“ 651.1K 12.6K 0.0x 104 Mar 1
120
[image] The Java pattern senior devs use to stop abusing exceptions for control flow One of the biggest improvements in modern Java code is moving away from throwing exceptions for expected business cases. Instead of throw new NotFoundException() or throw new InvalidInputException(), use
Java @gutsOfDarkness8 βœ“ 3.1K 12.5K 4.0x 168 Mar 29
121
[image] i made a minimal chat server in c uses sockets + poll() for real-time bidirectional messages between terminal clients it's super tiny
C and Assembly Developers @sudox7 βœ“ 1.9K 12.5K 6.5x 60 Mar 29
122
[text] for SaaS founders & indie devs: 
what’s the hardest part of marketing your product? 1. getting attention 2. converting users 3. staying consistent
Software Engineering @zaraistastys βœ“ 1.8K 12.3K 6.7x 123 Mar 30
123
[image] Coding a network simulator JB
C and Assembly Developers @drJonasBirch βœ“ 4.1K 12.3K 3.0x 111 Feb 23
124
[image] Heart Pattern in Python Join us :
Python Coding @clcoding βœ“ 652.4K 12.1K 0.0x 53 Mar 30
125
[image] SMART CITY SENSOR MAP in Python 100 Python Projects β€” From Beginner to Expert
Python Coding @clcoding βœ“ 650.4K 11.6K 0.0x 256 Feb 20
126
[image] Interview Question: Explain the internal working of HashMap? How does it handle collisions?
Java @iamsaquibdev βœ“ 4.3K 11.4K 2.6x 103 Feb 21
127
[image] teknium just shipped 7 pluggable memory providers. this is massive. your agent can now remember you across sessions with the backend YOU choose. run 'hermes update' right now and then 'hermes memory setup' to pick your provider. if you're on local only, holographic uses SQLite
Hermes Agent @sudoingX βœ“ 21.3K 11.3K 0.5x 109 Apr 3
128
[text] I finally found time to update "my learning Go from beginner to senior" blog for 2026. It contains books, blogs and podcasts for you to level up your Go skills, wherever you are on your journey! Take a read and let me know what you think:
Golang Insiders @MattJamesBoyle βœ“ 14.7K 11.3K 0.8x 246 Mar 21
129
[image] Find Remainder of Division in Python
Python Coding @clcoding βœ“ 652.4K 10.8K 0.0x 83 Mar 29
130
[image] Right Triangle Stars in Python 100 Python Programs for Beginner with explanation
Python Coding @clcoding βœ“ 651.4K 10.8K 0.0x 108 Mar 10
131
[video] ✦ ⎯ β€’ Smooth Morphing Toasts πŸ”— Github:
React Native @rit3zh βœ“ 1.7K 10.6K 6.3x 227 Apr 6
132
[image] Diamond Pattern in Python Data Structures and Algorithm Design using Python
Python Coding @clcoding βœ“ 652.1K 10.5K 0.0x 98 Mar 18
133
[video] Understanding the Python Math Module Step by Step HANDS-ON STATISTICS FOR DATA ANALYSIS IN PYTHON
Python Coding @clcoding βœ“ 652.2K 10.4K 0.0x 52 Mar 22
134
[text] first time building a SaaS project as a founder and learning everything in real time. what’s the biggest thing you’d do differently if you were starting from zero today?
Software Engineering @zaraistastys βœ“ 1.8K 10.4K 5.7x 123 Mar 27
135
[video] media gallery carousel animation inspired by the Cineplex app! built in @expo with reanimated!
React Native @nater02 βœ“ 134 10.2K 76.1x 255 Mar 17
136
[text] Ngl but frontend generated by Ai looks so ass Y'all were yelling "Ai replaced frontend devs" Ai can never be creative it can only generate mid ahh generic frontend
Web Developers @bushrahhhh βœ“ 1.7K 10.0K 5.8x 178 Mar 14
137
[image] The most underrated performance pattern in production Java: Cache-Aside with Caffeine In real production systems, poor caching is one of the top causes of latency spikes and high infrastructure costs. The most widely used and recommended pattern in 2026 is Cache-Aside using
Java @gutsOfDarkness8 βœ“ 3.2K 10.0K 3.2x 67 Apr 6
138
[image] Top 4 chart in Python HANDS-ON STATISTICS FOR DATA ANALYSIS IN PYTHON
Python Coding @clcoding βœ“ 650.6K 10.0K 0.0x 134 Feb 22
139
[image] What causes a java.lang.OutOfMemoryError in Java?
Java @iamsaquibdev βœ“ 4.3K 9.7K 2.2x 68 Mar 6
140
[video] Add beautiful progress bars to your Rust terminal app! πŸ¦€ 🐁 ratatui-braille-bar β€” Braille-style bars for @ratatui_rs 🎨 Smooth, high-resolution bars with peaks & spinners using Unicode braille ⭐ GitHub: #rustlang #ratatui #tui #ui #terminal
Rust Programming Language @orhundev βœ“ 7.6K 9.4K 1.2x 81 Mar 24
141
[video] ✦ β€’ New Apple Intelligence Component added to Reacticx. πŸ”— Source:
React Native @rit3zh βœ“ 1.6K 9.2K 5.6x 244 Feb 22
142
[image] Developers, Which one is your favorite coding tool ? My favorite VS code
Software Engineering @DAM12ii βœ“ 7.8K 9.1K 1.2x 288 Mar 19
143
[video] Adding some interactive background effects for my login/onboarding flow. Then gonna set up the paywall. What offerings work for you the best? Weekly + annual? #flutter #buildinpublic
Flutter @pomis172 βœ“ 664 9.0K 13.5x 112 Mar 15
144
[video] Island Player Expand. Built with @expo @reactnative @nativewindcss @swmansion reanimated and Skia 🏝️
React Native @ThominoDesign βœ“ 1.3K 8.7K 6.9x 209 Mar 11
145
[image] i want to share something i've been working on since this recent past weekend. its a TUI for Hermes. think of it as a companion. i made this for me personally to keep track of what Hermes was learning and how it was self improving. after building it in public, people grew
Hermes Agent @aijoey βœ“ 1.2K 8.1K 6.7x 125 Apr 1
146
[text] Flight code for the SpaceX rockets and Starlink satellites is written in C and C++!
C and Assembly Developers @tetsuoai βœ“ 226.6K 8.1K 0.0x 137 Feb 20
147
[image] 🐍 Hello, World! in Different Ways (Python)
Python Coding @clcoding βœ“ 651.0K 7.9K 0.0x 158 Feb 26
148
[image] JDK 26: Vector API Reaches Eleventh Incubator – SIMD Power Without Platform Lock-in: JDK 26 incubates the Vector API for the eleventh time in JEP 529. This API lets you express vectorizable computations (e.g., element-wise ops on arrays) that reliably compile to optimal CPU
Java @gutsOfDarkness8 βœ“ 2.9K 7.8K 2.7x 93 Feb 21
149
[image] No words needed... 😎
Ruby on Rails @zilasino 326 7.6K 23.4x 123 Mar 29
150
[video] Spent the last months building LucidClip, a clipboard manager built with Flutter. Tech Stack: β€’ Flutter desktop β€’ Drift (SQLite) β€’ Supabase (auth + sync infra) β€’ Global hotkeys β€’ Local-first architecture Now running on macOS and Windows. Flutter desktop is seriously
Flutter @enthusiastDev βœ“ 2.6K 7.3K 2.8x 74 Mar 4