Software Development
1332 Threads
@rustlang challenge! Can you make a macro `str_ty!("..")` that makes this snippet work? Specifically, a macro that expands to a new/unique type while also implementing a trait. B...
@KelMarkert ee was already authenticated on my machine. Whenever this code block is executed, the browser will open a new tab for ee authentication and then the code block immediat...
X : One of our customers wants a new feature in our product. Me : Sounds good. Add it to the backlog. X : No other customer seems to want this. It's unique to them. Me : Is it a ge...
I have been teaching #FullStack #WebDevelopment for over 5 years, and taking interviews for #FullStack developers for over 3 years now. Here is a tiny thread 🧵 for aspiring #Devel...
@bitshiftmask The lifetime 'de of T can't be given as a generic parameter to rx_with, as it is the lifetime of those msg bytes, which is shorter than that function itself. Instead,...
Ultimate Thread of Git cheat sheets you'll ever need👇 #100daysOfCode #CodeNewbie (1/7) Setup and Init https://t.co/xVrTJPXND4
Why @github codespaces is a big deal. https://t.co/Qq4jMSmUwG A thread 👇
If you are looking into Python 🐍 as your next challenge, this thread will help you get started. Remember: 1. Python’s job market is insane 2. It’s inexpensive and easy to learn 3...
THREAD: What happens when you create a Pod in Kubernetes? Spoiler: a surprisingly simple task reveals a complicated workflow that touches several components in the cluster. https:...
"3 Months Coding Interview Preparation Guide" I work at Dell & many #developers ask me how should they too prepare for “Big Tech” companies. So, I created a roadmap of topics fre...
Hi, I am Kris. I have been working with computers since I am 14 years old, and I am over 50 now. I have been coding in Assembler, C, PHP, Perl, Python, Lua, Go, Ruby, Java, JS, and...
My standards for TDD microtests are the same standards I have for shipping code, and I follow them in microtests for the same reason I follow them in shipping code: they make me fa...
When you begin a career in software development your first focus is going to be on the tech stack that you are using. That’s a good choice for your early career as it helps you ge...
Git Concepts in simple Terms. A Thread 👇
Free Web Development Resources: 🧵
Amidst all the details, installing pre-release, and commentary (including my own) I want to take a moment to reflect on #WWDC putting it in context of the past two decades. Quite s...
Wow. I'm literally stunned. Apple just doubled down on their rejection of HEY's ability to provide bug fixes and new features, unless we submit to their outrageous demand of 15-30%...
✨ In this thread I'll list tactics you can use to write cleaner code in Laravel. As you use them repeatedly, you'll develop a sense for what's good code and what's bad code. I'll...
I’m offering $1000 in BTC for a good open source app to export from Twitter. It should: - take in a Twitter API key - download all followers - rank by some criteria - send each a...
Forgetting to initialize a variable in a loop in Rust (1.45.0-nightly) gives a 'borrowed after move' error instead of 'borrowed before initializing'. Wonder how that happens, as no...
Here is a very good #FREE cookbook about @KnativeProject by the awesome @kamesh_sampath & @burrsutter https://t.co/H9Wq6pbTjj A quick inline review below 👇 https://t.co/czQArZEJY...
Finished reading Monolith to Microservices by @samnewman It is the top book for monolith decomposition practices⭐️⭐️⭐️ A few comments below 👇 https://t.co/wttO2KVeWg
1/ Complexity in building a state sharded blockchain - insights on how things look before a mainnet launch. We've managed to increase the speed of development during the last week...
"Why doesn't @rustlang have a do-while loop?" It actually does! It's just a bit hidden: while { body; condition } {} https://t.co/YDNWCi2VRl