Julio Casal @julioc
Become a .NET Cloud Developer | Founder @ .NET Academy | Ex-Microsoft juliocasal.com/roadmap Free .NET Developer Roadmap → Joined May 2007-
Tweets3K
-
Followers4K
-
Following218
-
Likes171
5 reasons why a simple C# extension method beats AutoMapper most of the time: 𝟭. 𝗦𝗶𝗺𝗽𝗹𝗶𝗰𝗶𝘁𝘆 Write what you need, and only what you need. Extension methods allow for precise mapping without additional configuration overhead. 𝟮. 𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 No reflection,…
Junior .NET devs keep asking me what skills to focus on. I analyzed 100+ Senior .NET job posts to find out. These are the skills that show up again and again, the ones employers expect senior .NET developers to master: 𝗖# The core of .NET roles; fluency in modern features and…
Offset pagination works OK for small datasets. For large datasets, use this instead: It's called 𝗞𝗲𝘆𝘀𝗲𝘁 𝗽𝗮𝗴𝗶𝗻𝗮𝘁𝗶𝗼𝗻 or 𝘀𝗲𝗲𝗸-𝗯𝗮𝘀𝗲𝗱 𝗽𝗮𝗴𝗶𝗻𝗮𝘁𝗶𝗼𝗻 and is a much more efficient way to paginate through a large dataset. The problem with Offset…
Still building auth from scratch? Stop. Use this instead: Keycloak is a free authentication server that gives you secure logins, password management, and JWTs out of the box — so you can focus on building your app, not reinventing auth. In just 45 minutes, you’ll go from…
Tired of starting .NET projects from scratch every time? Here's a new blueprint for your next .NET backend: It includes 12 production-ready pillars fully wired up: 1. Modern .NET 9 Web API 2. Vertical Slice Architecture 3. PostgreSQL + Entity Framework Core 4. Preconfigured…
Need to get started with .NET Aspire? Here's a free course for beginners. .NET Aspire is the new development stack that handles your infrastructure setup so you can clone and start building production-ready .NET apps from day 1. In this course, you will learn: - What is .NET…
Ready to become a .NET Backend Developer? Here's a free course for beginners. You’ll go from zero to building a complete backend web application using ASP .NET Core and C#. You’ll learn how to: - Build REST APIs from scratch - Implement CRUD endpoints - Use DTOs and extension…
5 books all software engineers should read: 1. Clean Code ( Robert Martin ) 2. Designing Data-Intensive Applications ( Martin Kleppmann ) 3. System Design Interview ( Alex Xu ) 4. System Design Interview: Volume 2 ( Alex Xu & Sahn Lam ) 5. The Software Engineer's Guidebook (…
It took me 4 years to reach the Senior band. Here are 5 things I mastered to get there: 𝟭. 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 𝗜𝗻 𝗗𝗲𝗽𝘁𝗵 Knowing how to create a RESTful API is good for juniors, but Seniors must know dozens of advanced features available on the platform.…
How to deploy a .NET App as a container? No Dockerfile needed. Here's how: 𝗦𝘁𝗲𝗽 𝟭: 𝗕𝘂𝗶𝗹𝗱 𝘁𝗵𝗲 𝗗𝗼𝗰𝗸𝗲𝗿 𝗜𝗺𝗮𝗴𝗲 This is the easiest part thanks to the native container support in .NET 8. Just run the standard 𝗱𝗼𝘁𝗻𝗲𝘁 𝗽𝘂𝗯𝗹𝗶𝘀𝗵 command with the…
Need to get started with .NET microservices? Here's a free course for beginners: It goes from zero to a fully working microservices application built with C# and ASP.NET Core. It covers: - Dev environment setup - What are microservices? - Creating your first…
ASP .NET Core is 5.5x faster than Go (Gin). Here's why: 𝗝𝗜𝗧 The Just-In-Time (JIT) compiler in .NET 9 enhances code generation for faster performance. 𝗣𝗚𝗢 Dynamic Profile Guided Optimization (PGO) optimizes casts and tracks common input types for better efficiency.…
6 ways to scale your app to go from zero to a million users: 𝟭. 𝗦𝗲𝗿𝘃𝗲 𝘀𝘁𝗮𝘁𝗶𝗰 𝗰𝗼𝗻𝘁𝗲𝗻𝘁 𝗳𝗿𝗼𝗺 𝗮 𝗖𝗗𝗡 CDNs distribute your static assets across global edge servers, reducing latency by 40-60%. This directly impacts user retention and conversion rates.…
Need to get started with Docker? Here's a full course for .NET Developers: It covers the basic Docker building blocks and how to deploy your .NET apps as containers to deliver software fast and consistently across environments. Included topics: - Why Docker Containers? -…
I've been testing .NET Aspire since late 2023. Here’s what Microsoft got right (and wrong): .NET Aspire is a set of tools, templates, and packages that speed up your code-to-cloud dev loop by helping you build production-ready apps from day 1. The 5 key areas where it shines…
What should .NET Developers learn next? You can start with these 18 key areas: 01. Internet basics 02. .NET Essentials 03. ASP.NET Core Fundamentals 04. Web API 05. Databases 06. Deployment 07. Security 08. Testing 09. Version Control 10. Task Scheduling 11.…
.NET 9 is the biggest release yet. Top updates across 8 key areas: 𝗖# 𝟭𝟯 Params collections, enhanced lock types, and a new escape make coding smoother. Plus, implicit index access to simplify initialization. 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 OpenAPI enhancements, faster asset…
Microsoft Build 2025 just dropped tons of new stuff for devs. Here’s what’s new: 𝗠𝗶𝗰𝗿𝗼𝘀𝗼𝗳𝘁 𝟯𝟲𝟱 𝗖𝗼𝗽𝗶𝗹𝗼𝘁 𝗧𝘂𝗻𝗶𝗻𝗴 Use your own company data to fine-tune Copilot responses. 𝗔𝗴𝗲𝗻𝘁𝟮𝗔𝗴𝗲𝗻𝘁 𝗶𝗻 𝗧𝗲𝗮𝗺𝘀 Let agents securely talk and work together…
.NET 9 is the best platform for microservices. Here's why: 𝗦𝘁𝗮𝗻𝗱𝗮𝗿𝗱 𝗿𝗲𝘀𝗶𝗹𝗶𝗲𝗻𝗰𝗲 𝗵𝗮𝗻𝗱𝗹𝗲𝗿 Adds retries, timeouts, and circuit breakers to HttpClient with one line. 𝗥𝗮𝘁𝗲 𝗹𝗶𝗺𝗶𝘁𝗲𝗿 Built-in middleware protects services from overload and abuse.…

Milan Jovanović @mjovanovictech
45K Followers 740 Following Practical .NET and Software Architecture Tips | Microsoft MVP 📰 The .NET Weekly: https://t.co/AOaa2Lvno7 ▶️ YouTube: https://t.co/3anEBSnzZs
Dave Callan | dotnet @Dave_DotNet
16K Followers 180 Following Microsoft MVP | .NET Developer & tech lead from Ireland! Talks about Azure, #csharp, #dotnet, Entity Framework and Visual Studio.
Rodrigo Moreiras @RMoreiras22
115 Followers 1K Following Emprendedor!!! coufonder en Arado, .NET developer. Apasionado de la tecnologia, emprender y enseñar!!
Shivam Mathur @shivammathur98
7 Followers 63 Following FullStack .NET Dev @Investment Software Limited (London, U.K)
Bolu Adediran @Daniell3472
1 Followers 211 Following
Foxy 🦊 @foxofallfoxes
0 Followers 3K Following
Moaz Mohammad @moazmohammad404
2 Followers 10 Following مطور Back-End متخصص في https://t.co/GaytIoLzhB Core وSQL Server، شغوف ببناء RESTful APIs قابلة للتوسع واتباع مبادئ SOLID و Clean-Architecture.
Codewolfy @codewolfy_com
17 Followers 232 Following Codewolfy is online learning platform for beginners and experienced. We provides blogs, example and tutorials on web development and programming.
Bhanuchandar Majji @Bhanuchand89022
0 Followers 11 Following
Abdulrahman fatiu Ade... @ades8394
0 Followers 41 Following
I r f a n _ B a i g @gnosys
190 Followers 1K Following Techie by profession. Love sports/movies/ rock music/history and technology. RT/Follows ≠ Endorsement. Opinions (if any) are mine.
gavilanch2 @gavilanch2
3K Followers 92 Following Contenido de Programación: Blazor, .NET, C#, JavaScript, Angular. Youtube: https://t.co/im9GssKVBl
moataz achour @achour_moataz
10 Followers 101 Following
Traficante de Softwar... @_jeffmedeiros_
165 Followers 641 Following sou dev, guitarrista, gosto de aviação e treino jiu jitsu
OooO @OooO58108415
7 Followers 614 Following
Chad Adams @cadamsdev
57 Followers 248 Following
Ro @rollerbr
322 Followers 2K Following
Jumbo | theCodeArtist... @UgochukwuJnr
3K Followers 5K Following Full-stack Web Developer👨🏽💻|| Rhythm & Poetry🎙️
Burak @BurakOzdemir848
0 Followers 44 Following
quicktricks.dev @quicktricks_dev
714 Followers 118 Following App to create and share eye-catching code snippets | Weekly coding tricks straight from the app | Daily dev life thoughts & tips
Brij Mohan @techbrij
234 Followers 29 Following Software Architect | .NET Core | Node.js | Cloud | Ex -Microsoft MVP | https://t.co/SFPBA0xMwV
enderson @xendersonamorim
2 Followers 15 Following
Vishal Kumar @VishalS70731910
29 Followers 282 Following
Monarc @NjikeLoic
256 Followers 251 Following What i want is something that i can't see in front of me. #Unlimitable.
Khumozin @Khumozin
2K Followers 2K Following Hardcore Software Engineer 🤓 #Angular #NestJs #DotNet #DevOps
JAYA RAUT @knack7
29 Followers 70 Following
Syed💻⚡️ @AsifRazaARS93
579 Followers 379 Following 📚 HTML | CSS3 | JavaScript | React.js | Next.js 🎨 Web Design 🧑💻 Tips & tricks on Web Developing... 👉 Follow me for updates! 📥 DM for Collab & Promotion
Alvaro I. Hernández @avr_hdz
52 Followers 286 Following Arquitecto, full stack developer, gamer, me gusta mezclar tecnologías y lenguajes, .Net Core | C# | Azure | Devops | Python | React | Xamarin.
𝙲𝚑𝚛𝚒𝚜�... @Programazing
2K Followers 2K Following Technical Writer | SaaS Doc Specialist Clear API Docs, User Guides & Demos for complex SaaS platforms Founder - @TechFounds
JD Knightley @JDKnightley
30 Followers 498 Following Premium ghostwriter | I write thought-leadership articles for VC founders
Wladimir @wladimirsouza
130 Followers 442 Following Desenvolvedor Xamarin, C#,. NET. Leitor assíduo de Stephen King, entusiasta de TI, Dragon Age e The Witcher e vocalista de uma banda punk.
Simeon_On_Top B39B87U... @PelumiOgunwole
84 Followers 613 Following I love programming. Avid Fan of C. Ronaldo and a lover of Man Utd, B39B87U
⭕️💲☪️🅰�... @oscar_marinov
305 Followers 299 Following
Kerolos Nesim @kerolos_nesim
4 Followers 35 Following Senior CS student | Obsessed with designing systems I don't get paid for (yet).
Mahmoud @taqtaq333
38 Followers 295 Following
Shubham Baranwal @Shubhmbrnwal
1 Followers 47 Following .NET C# || Systems Enginner @tcs || Ex-Wipro || BTech CSE
Amol @Amol1742017
61 Followers 733 Following
Emilia @EmiBeccari
803 Followers 674 Following Recruiter IT | Talent Acquisition | HR | Talent Sourcer
Sebastian @Sebasti33634395
24 Followers 588 Following
David Fowler @davidfowl
140K Followers 1K Following Distinguished Engineer at Microsoft on .NET, Creator of NuGet, SignalR, https://t.co/PiydKAsC8g Core, Aspire and Barbadian 🇧🇧, Tennis Player, Father, other half @symonefowler
Milan Jovanović @mjovanovictech
45K Followers 740 Following Practical .NET and Software Architecture Tips | Microsoft MVP 📰 The .NET Weekly: https://t.co/AOaa2Lvno7 ▶️ YouTube: https://t.co/3anEBSnzZs
Scott Hanselman 🌮 @shanselman
321K Followers 10K Following VP of Developer Community @ MSFT - Code, OSS, STEM, Beyoncé, 🏴🇿🇼#T1D, #DevRel YouTube+TikTok listen to the @Hanselminutes inclusive tech podcast!
.NET @dotnet
337K Followers 855 Following Free. Cross-platform. Open source. A developer platform for building all your apps. Official handle of the .NET team at Microsoft.
Dave Callan | dotnet @Dave_DotNet
16K Followers 180 Following Microsoft MVP | .NET Developer & tech lead from Ireland! Talks about Azure, #csharp, #dotnet, Entity Framework and Visual Studio.
Alex Xu @alexxubyte
276K Followers 452 Following Co-Founder of ByteByteGo | Author of the bestselling book series: ‘System Design Interview’ | YouTube: https://t.co/9gPSJSrtPU
Tim @timheuer
30K Followers 718 Following 👨💻 .NET | Visual Studio | Azure Product at Microsoft / 🚴♂️ Cyclist @timheuer everywhere
Buck Hodges @tfsbuck
7K Followers 195 Following Director of Engineering for @AzureMonitor (Observability) at Microsoft. Opinions are mine.
James Newton-King ♔ @JamesNK
40K Followers 61 Following Principal Software Engineer https://t.co/LE9LGGE2wk @Microsoft. Author of Newtonsoft.Json.
Microsoft Visual Stud... @VisualStudio
537K Followers 10 Following The most comprehensive IDE for .NET and C++ devs on Windows. It's packed with a sweet array of tools to elevate every stage of software development.
Dave W Plummer @davepl1968
88K Followers 75 Following Hi! I'm Dave Plummer. You might remember me from such Windows components as Task Manager, Windows Pinball, Calc, ZIPFolders, Product Activation, etc. Cheers!
OpenAI Developers @OpenAIDevs
227K Followers 1 Following Updates for developers building with the OpenAI Platform and API • Service status: https://t.co/kZwnwdYqOS • Support: https://t.co/qCi6M5ESZU
King County, Washingt... @KingCountyWA
99K Followers 1K Following Official updates from King County, home to 2.2 million people and 39 cities.
Microsoft Azure Devel... @MSAzureDev
3K Followers 22 Following The official account for Microsoft Azure Developers. Follow us for the latest dev info, tips, research...We're your developer source for all things Azure!
Kevin Roose @kevinroose
168K Followers 3K Following NYT tech columnist, Hard Fork co-host, high-perplexity language model. Writing a book about AGI.
ManusAI @ManusAI_HQ
204K Followers 26 Following Manus is the general AI agent that bridges minds and actions: it doesn't just think, it delivers results. Download our app: https://t.co/XSfjRhjdgo
Puget Sound Energy @PSETalk
57K Followers 1K Following We’re leading the charge to build a cleaner, smarter, and stronger energy system for our customers. Power out? Report & track at https://t.co/D3Dt2ahPE0
Lake Washington SD @LakeWashSchools
6K Followers 768 Following LWSD is a high-performing public school district serving Kirkland, Redmond and Sammamish, WA. #WeAreLWSD
Microsoft Developer @msdev
509K Followers 15 Following Welcome to a community built for passionate developers. Microsoft Developer is your resource for tips, research and more to help you build apps that users love.
Microsoft Learn @MicrosoftLearn
485K Followers 12K Following On a mission to empower everyone to realize their full potential through learning. Microsoft Learn. Spark possibility.
川原礫 ; AW28巻8�... @kunori
263K Followers 305 Following 寝たり食ったり読んだり書いたり。 お仕事関係のご連絡はストレートエッジさんにお願いいたします。 https://t.co/8FJ2UuMScq
Sword Art Online Vide... @saogames
7K Followers 7 Following The official SWORD ART ONLINE Video Games page! #SAOFD Available Now! ESRB: Teen | PEGI 12
Starlink @Starlink
1.4M Followers 29 Following Internet from space for humans on Earth. Engineered by @SpaceX
Dan Clarke 🎙 @dracan
4K Followers 2K Following Podcast: https://t.co/IqBjigIpER Newsletter: https://t.co/QnkZq8DlWy YouTube: https://t.co/9RzORlmg5d Blog: https://t.co/i3NsnQ5YrF
Microsoft Education @MicrosoftEDU
446K Followers 4K Following Empowering every student and educator to achieve more with the best of Microsoft tips and resources for education. #MicrosoftEDU
Fireship @fireship_dev
201K Followers 928 Following Build and ship your app faster with @JeffDelaney23 🔥📽️ https://t.co/oF4GTcT7UC
Jon Galloway @jongalloway
55K Followers 5K Following @[email protected] - I like computers and think someday others will, too. PM on .NET Community Team. Work for Microsoft but speak for myself.
NOAA Space Weather Pr... @NWSSWPC
122K Followers 7 Following Safeguarding society with actionable space weather information.
Sam Newman @samnewman
36K Followers 1K Following Independent consultant focusing on Microservices, cloud and CD. Author of Building Microservices. SSTID🐰 he/him @[email protected]
David Pine (@davidpin... @davidpine7
8K Followers 933 Following 💜 Loving husband & father. 🤓 @Microsoft working on @dotnet. 🏫 @oreillymedia and @dometrain author. 🔥 #blazor #dotnet #csharp #dotnetaspire #aspnet #signalr
Reuben Bond @reubenbond
6K Followers 1K Following Maintains Microsoft Orleans. Distributed Systems & Databases enthusiast
Martin Fowler @martinfowler
354K Followers 181 Following Author on Software Development. Works for Thoughtworks. Also hikes, watches theater, and plays modern board games. He/him.
Sahil Bloom @SahilBloom
1.1M Followers 309 Following NYT Bestselling Author of The 5 Types of Wealth. Gave up a grand slam on ESPN in 2012 and still waiting for it to land. Order my book below 👇
Safia @captainsafia
22K Followers 297 Following
Distant Worlds: music... @ffdistantworlds
20K Followers 84 Following @awrmusicchicago | The only concert tour with full orchestra/chorus officially licensed by @SquareEnix/@sem_sep feat. music of @FinalFantasy by @UematsuNobuo
Leon Welicki @lwelicki
2K Followers 755 Following PM @ Microsoft working on Power Apps, formerly Azure Experiences. Guitar enthusiast. Husband and father.
Alex Hormozi @AlexHormozi
941K Followers 182 Following Founder https://t.co/gQN7OehYd2, Co-Founder https://t.co/VLS8LzeasI. My new book $100M Money Models is out. (3.6M copies sold). Grab a copy below 👇
Claudio Bernasconi @CHBernasconiC
6K Followers 2K Following #dotnet Content Creator · Bootstrapping a software company · Instructor @zerotomasteryio · YouTuber | Free content ⬇️
Ruben Hassid @RubenHssd
38K Followers 519 Following Founder of https://t.co/n6tTy5Q7uX - bootstrapped
Dan Patrascu @danpdc
4K Followers 264 Following 📽️YouTube: https://t.co/zbD08dnF3t 📖Blog: https://t.co/qqo7Tve2b5 📧Newsletter: https://t.co/frLane2aAu
Anthony Giretti 🇨�... @anthonygiretti
2K Followers 2K Following Microsoft MVP, MCSD, blogger, speaker, writer, .NET 6+ | Angular 4+ | Azure developer, Canadian French | Italian
NuGet @nuget
25K Followers 41 Following #NuGet is the package manager for .NET. Packages: https://t.co/M44XBXAz0J Docs: https://t.co/9S2KVrUhcf Blog: https://t.co/nFV52Ftgim GitHub: https://t.co/oF47Q7y22t
Azure Dev Advocates @azureadvocates
21K Followers 179 Following Follow our Azure Developer Advocates for all the info on how to get your tech stack on @Azure the way you like to develop apps. https://t.co/cTZJnUtNs9
Jeremy Likness 🔭 @jeremylikness
16K Followers 1K Following Principal PM #ai intelligent apps on #dotnet @Microsoft. Faith in Christ. Young Onset #ParkinsonsDisease. Coder from 1982. Takes space pics. Opinions my own!
Dr Milan Milanović @milan_milanovic
55K Followers 2K Following Chief Roadblock Remover and Learning Enabler | 400K+ audience | Writing on software, leadership & career | Making complex topics simple | Leadership Coach
Raul Junco @RaulJuncoV
31K Followers 500 Following I simplify System Design, and System Design will make you a better Software Engineer. System Design • Databases • Algorithms • AI Enthusiast
Bytebytego @bytebytego
123K Followers 2 Following Weekly system design topics you can read in 10 mins.
Nicolas Cole 🚢👻 @Nicolascole77
212K Followers 660 Following On a mission to build the world’s leading writing education business. | Co-Founder Premium Ghostwriting Academy, Ship 30 for 30, Typeshare. | Author of 10 books
Vladimir Khorikov @vkhorikov
6K Followers 245 Following Author of Unit Testing Principles, Practices, and Patterns https://t.co/m8CRwcmnBK. Pluralsight author, Microsoft MVP.
Radius @radapp_io
360 Followers 4 Following Radius is a cloud-native application platform that helps teams define, deploy, and understand their apps, infrastructure, and environments.
Matthias Jost @jost0101
2K Followers 2K Following Enthusiastic About Software Development // Side projects and #dotnet content creation in my free time
Patrick God @_PatrickGod
3K Followers 90 Following Teaching #DotNet & #Blazor 🚀 #DotNetWebAcademy ▶️ YouTube: https://t.co/AeY39BeH8J 🎓 Free .NET 8 Web Dev Course: https://t.co/vbfuTyoC7x
Mads Torgersen #Black... @MadsTorgersen
28K Followers 184 Following I'm the lead designer of the C# language and a Principal Architect at Microsoft. Opinions are my own.