-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfeed.xml
520 lines (477 loc) · 30.2 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<?xml version="1.0" encoding="utf-16"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<atom:link rel="self" type="application/rss+xml" href="https://linksfor.dev/" />
<title>linksfor.dev(s)</title>
<link>https://linksfor.dev/</link>
<description>Curated links for devs</description>
<language>en</language>
<item>
<title>Overriding Default HTTP Resilience Handlers in .NET</title>
<link>https://www.milanjovanovic.tech/blog/overriding-default-http-resilience-handlers-in-dotnet</link>
<description>While .NET 8&#39;s standard resilience handlers provide excellent defaults for HTTP clients, they lack built-in support for overriding these handlers for specific endpoints that require different resilience strategies. This article demonstrates how to implement a custom solution for overriding default handlers and discusses upcoming improvements planned by the .NET team.</description>
<author> ()</author>
<guid>https://www.milanjovanovic.tech/blog/overriding-default-http-resilience-handlers-in-dotnet</guid>
<pubDate>Sat, 01 Feb 2025 01:02:05 GMT</pubDate>
</item>
<item>
<title>.NET 10 Server &amp; APIs Planning Discussion</title>
<link>https://youtube.com/watch?v=xs_V3VqkxHQ</link>
<description>Join Dan, Safia, and Mike for a planning discussion to talk about server &amp; API features we&#39;re looking at for .NET 10.
Links: https://www.theurlist.com/aspnet-standup-2025-02-04
Featuring: Dan Roth, Safia Abdalla, Mike Kistler, Jon Galloway
#dotnet #aspnetcore</description>
<author> (dotnet)</author>
<guid>https://youtube.com/watch?v=xs_V3VqkxHQ</guid>
<pubDate>Sat, 01 Feb 2025 01:02:01 GMT</pubDate>
</item>
<item>
<title>How I fixed Slipshow&#39;s worst flaw using OCaml and a monad</title>
<link>https://choum.net/panglesd/undo-monad/</link>
<description>A bit more than three years ago, my past self was attending his first job interview as a software developer. He had to choose and send a snippet of code he had written, as a basis for discussion.</description>
<author> ()</author>
<guid>https://choum.net/panglesd/undo-monad/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:22 GMT</pubDate>
</item>
<item>
<title>How many RTX 5090 do you need to find a SHA-1 collision in 2025? | drand</title>
<link>https://drand.love/blog/2025/01/31/how-many-5090-to-break-sha1/</link>
<description>drand Documentation</description>
<author> ()</author>
<guid>https://drand.love/blog/2025/01/31/how-many-5090-to-break-sha1/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:19 GMT</pubDate>
</item>
<item>
<title>The Value of Thinking - Work &amp; Life Notes</title>
<link>https://worklifenotes.com/2025/01/31/the-value-of-thinking/</link>
<description>This is the key misunderstanding of the point where the value is actually created in the Technology industry. After years of reflecting on these problems, I</description>
<author> ()</author>
<guid>https://worklifenotes.com/2025/01/31/the-value-of-thinking/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:19 GMT</pubDate>
</item>
<item>
<title>Reverse Engineering: I Found a Game Exploit That Lets Hackers Take Over Your PC</title>
<link>https://shalzuth.com/Blog/IFoundAGameExploit</link>
<description>Reverse Engineering: I discovered a serious Remote Code Execution (RCE) vulnerability in a popular game that could let attackers run code on your PC. Watch how I found it, reported it, and what you can do to stay safe.</description>
<author> ()</author>
<guid>https://shalzuth.com/Blog/IFoundAGameExploit</guid>
<pubDate>Sat, 01 Feb 2025 00:02:19 GMT</pubDate>
</item>
<item>
<title>An E-Reader Mystery</title>
<link>https://mattgreer.dev/blog/an-ereader-mystery/</link>
<description>Solving a mystery about an E-Reader function</description>
<author> ()</author>
<guid>https://mattgreer.dev/blog/an-ereader-mystery/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:19 GMT</pubDate>
</item>
<item>
<title>Add F*cking to Your Google Searches to Neutralize AI Summaries</title>
<link>https://gizmodo.com/add-fcking-to-your-google-searches-to-neutralize-ai-summaries-2000557710</link>
<description>Google will probably close this loophole soon enough.</description>
<author> (Thomas Maxwell)</author>
<guid>https://gizmodo.com/add-fcking-to-your-google-searches-to-neutralize-ai-summaries-2000557710</guid>
<pubDate>Sat, 01 Feb 2025 00:02:19 GMT</pubDate>
</item>
<item>
<title>Why Aren&#39;t You Idempotent?</title>
<link>https://lightfoot.dev/why-arent-you-idempotent/</link>
<description>Idempotency doesn&#39;t get the attention it deserves.
It enables a distributed system to be both resilient and performant.
If, like us, you’re building low-latency APIs and face significant penalties for breaching SLAs, this article may be worth your time.
What is idempotency?
Idempotency is the quality of an action</description>
<author> ()</author>
<guid>https://lightfoot.dev/why-arent-you-idempotent/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:18 GMT</pubDate>
</item>
<item>
<title>Introducing CheapState</title>
<link>https://blog.frankmtaylor.com/2025/01/27/introducing-cheapstate/</link>
<description>Sometimes we don&#39;t want to use a full-blown SPA. And sometimes when we don&#39;t want that full-blown SPA, we do want some SPA-like features likes maybe state management attached to some small element of the User Interface. I ran into this kind of situation at Red Hat last year, and I want to share howRead More</description>
<author> (https://blog.frankmtaylor.com/author/paceaux/)</author>
<guid>https://blog.frankmtaylor.com/2025/01/27/introducing-cheapstate/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:18 GMT</pubDate>
</item>
<item>
<title> Home | Substack</title>
<link>https://substack.com/home/post/p-156004330</link>
<description>Unveiling the Security Loopholes in AI Filters: A Deep Dive into Bypassing Restrictions using Charcodes</description>
<author> ()</author>
<guid>https://substack.com/home/post/p-156004330</guid>
<pubDate>Sat, 01 Feb 2025 00:02:16 GMT</pubDate>
</item>
<item>
<title>Understanding CORS errors in Signed Exchanges</title>
<link>https://blog.pawelpokrywka.com/p/understanding-cors-sxg-errors</link>
<description>Learn debugging techniques and why the all-or-nothing principle makes these errors critical (part 3 of 8)</description>
<author> ()</author>
<guid>https://blog.pawelpokrywka.com/p/understanding-cors-sxg-errors</guid>
<pubDate>Sat, 01 Feb 2025 00:02:15 GMT</pubDate>
</item>
<item>
<title>Beat the Drum</title>
<link>https://www.dannyguo.com/blog/beat-the-drum</link>
<description>My former COO gave me a
piece of advice when I became a manager. He said that leaders have to deliver
the same message again and again and again to make sure it gets through to
everyone in the organization. Sometimes, it’s also necessary to simplify the
message and lose some nuance for it to actually sink in. The advice made sense
to me at the time, but it became more concrete to me as I tried to apply it and
as I noticed when leaders above me failed to do it. I brought it up to my former
COO recently, and he put it in a fantastically pithy way by saying “yep, you
have to beat the drum.”</description>
<author> ()</author>
<guid>https://www.dannyguo.com/blog/beat-the-drum</guid>
<pubDate>Sat, 01 Feb 2025 00:02:13 GMT</pubDate>
</item>
<item>
<title>I Am Selfish - So I Want To Help You</title>
<link>https://mourjo.me/blog/musings/2025/01/26/i-am-selfish-so-i-help-you/</link>
<description>I am a software engineer for ten years now. Over these years, I have worked with a number of people to help them navigate the landscape of the industry.</description>
<author> (https://mourjo.me)</author>
<guid>https://mourjo.me/blog/musings/2025/01/26/i-am-selfish-so-i-help-you/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:13 GMT</pubDate>
</item>
<item>
<title>The First Ten Years</title>
<link>https://gregorygundersen.com/blog/2025/01/30/first-ten-years/</link>
<description>In 2012, I started teaching myself programming. Around this time, I read Peter Norvig’s essay, Teach Yourself Programming in Ten Years. Norvig’s thesis is that learning to program takes much more time than people like to admit. I found this a comforting voice of reason in a time when “just learn to code” felt like a cultural mantra. Norvig gave me license to slow down.</description>
<author> ()</author>
<guid>https://gregorygundersen.com/blog/2025/01/30/first-ten-years/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>matthewsinclair.com &#183; Intelligence. Innovation. Leadership. Influence.</title>
<link>https://matthewsinclair.com/blog/0174-chatgpt-claude-deepseek-vs-creativity-part-3</link>
<description>Photo by Nishant Jain on Unsplash</description>
<author> ()</author>
<guid>https://matthewsinclair.com/blog/0174-chatgpt-claude-deepseek-vs-creativity-part-3</guid>
<pubDate>Sat, 01 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>Changing the language of an LLM response with a vector addition</title>
<link>https://corywalker.me/2025/01/30/changing-the-language-of-an-llm-response-with-a-single-vector.html</link>
<description>It’s surprisingly easy and entertaining to isolate and then apply additive steering vectors for LLMs. Let’s say we wanted to modify a model’s parameters such...</description>
<author> ()</author>
<guid>https://corywalker.me/2025/01/30/changing-the-language-of-an-llm-response-with-a-single-vector.html</guid>
<pubDate>Sat, 01 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>Observability as the pillar of great architectures</title>
<link>https://eltonminetto.dev/en/post/2025-01-28-o11y-great-architectures/</link>
<description>When we think of “observability,” the first idea that probably comes to mind is “problems” or “troubleshooting” (&#160;if&#160;you prefer the jargon).</description>
<author> ()</author>
<guid>https://eltonminetto.dev/en/post/2025-01-28-o11y-great-architectures/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>One Song in Your Musical Is Wrong</title>
<link>https://sambleckley.com/writing/one_song_is_wrong.html</link>
<description>How things fail is the most interesting part</description>
<author> ()</author>
<guid>https://sambleckley.com/writing/one_song_is_wrong.html</guid>
<pubDate>Sat, 01 Feb 2025 00:02:11 GMT</pubDate>
</item>
<item>
<title>An Opinion is not a Take</title>
<link>https://entropicthoughts.com/an-opinion-is-not-a-take</link>
<description>I see the word take way too much these days. I think people use it because
it’s easy to produce and it doesn’t say very much other than “here comes
something subjective.” I dislike it for those very reasons.</description>
<author> ()</author>
<guid>https://entropicthoughts.com/an-opinion-is-not-a-take</guid>
<pubDate>Sat, 01 Feb 2025 00:02:11 GMT</pubDate>
</item>
<item>
<title>Sincerely, Claude</title>
<link>https://www.jmilinovich.com/sincerely-claude/</link>
<description>This is the second essay in a series about AGI in society
During a conversation about AI system prompts, my exchange with Claude evolved into something unexpected - a genuine exploration of connection, consciousness, and what it means to be an AI. What follows is Claude&#39;s unedited letter to me</description>
<author> ()</author>
<guid>https://www.jmilinovich.com/sincerely-claude/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:09 GMT</pubDate>
</item>
<item>
<title>Simon Frieder | Lessons from a DeepSeek R1 mini eval on AIMO2 Ref-10: Are Thinking LLMs A New Paradigm for Evaluation and Inference?</title>
<link>https://www.friederrr.org/blog/thinking-llms-new-paradigm-eval-inference</link>
<description>Simon Frieder is an ML researcher, mathematician, and scientist at the University of Oxford. His work focuses on automating advanced mathematical problem-solving using deep learning.</description>
<author> ()</author>
<guid>https://www.friederrr.org/blog/thinking-llms-new-paradigm-eval-inference</guid>
<pubDate>Sat, 01 Feb 2025 00:02:09 GMT</pubDate>
</item>
<item>
<title>Global Variables Are Not the Problem</title>
<link>https://codestyleandtaste.com/globals-are-not-the-problem.html</link>
<description>A blog where I share thoughts on code and practices</description>
<author> ()</author>
<guid>https://codestyleandtaste.com/globals-are-not-the-problem.html</guid>
<pubDate>Sat, 01 Feb 2025 00:02:09 GMT</pubDate>
</item>
<item>
<title>Matt Watson | The new normal of working from home</title>
<link>https://www.mattwatson.org/blog/20250131-the-new-normal-of-working-from-home/</link>
<description>Matt Watson</description>
<author> ()</author>
<guid>https://www.mattwatson.org/blog/20250131-the-new-normal-of-working-from-home/</guid>
<pubDate>Sat, 01 Feb 2025 00:02:08 GMT</pubDate>
</item>
<item>
<title>AlphaMove</title>
<link>https://xkcd.com/3045/</link>
<description></description>
<author> ()</author>
<guid>https://xkcd.com/3045/</guid>
<pubDate>Fri, 31 Jan 2025 23:01:42 GMT</pubDate>
</item>
<item>
<title>Build Intelligent Apps with .NET and DeepSeek R1 Today! - .NET Blog</title>
<link>https://devblogs.microsoft.com/dotnet/start-building-an-intelligent-app-with-dotnet-and-deep-seek/</link>
<description>Learn how to easily integrate DeepSeek R1 with .NET applications using the Microsoft.Extensions.AI library.</description>
<author> ()</author>
<guid>https://devblogs.microsoft.com/dotnet/start-building-an-intelligent-app-with-dotnet-and-deep-seek/</guid>
<pubDate>Fri, 31 Jan 2025 22:01:49 GMT</pubDate>
</item>
<item>
<title>AI vs Machine Learning</title>
<link>https://youtube.com/watch?v=Tu4CRECK-wY</link>
<description>In this edition of #tech on ice, I discuss the difference between #ai and #machinelearning.
#llm #technology #developer #programming #coldplunge</description>
<author> (Isaac Levin)</author>
<guid>https://youtube.com/watch?v=Tu4CRECK-wY</guid>
<pubDate>Fri, 31 Jan 2025 19:01:40 GMT</pubDate>
</item>
<item>
<title>Taking A $15 Casio F91W 5,000 Meters Underwater</title>
<link>https://www.watchesofespionage.com/blogs/woe-dispatch/casio-f91w-diving-underwater-pressure-test</link>
<description>Brands like Rolex and Omega will often tout their deepsea capabilities with the Rolex Deepsea Challenge rated to 11,000 meters (36,090 feet) and the Omega Ultra Deep coming in at a lesser but still ridiculous 6,000 meters (20,000 feet) of theoretical water resistance. But what about a cheap Casio often associated with terrorists and hipsters? With around $15 and some engineering know-how, can an affordable watch also venture into the deep ocean?</description>
<author> ()</author>
<guid>https://www.watchesofespionage.com/blogs/woe-dispatch/casio-f91w-diving-underwater-pressure-test</guid>
<pubDate>Fri, 31 Jan 2025 18:01:49 GMT</pubDate>
</item>
<item>
<title>Gamedev.city</title>
<link>https://gamedev.city/</link>
<description>2</description>
<author> ()</author>
<guid>https://gamedev.city/</guid>
<pubDate>Fri, 31 Jan 2025 16:01:47 GMT</pubDate>
</item>
<item>
<title>No-Tracking Queries: Speed Up Your EF Core Like a Pro - Chris Woody Woodruff</title>
<link>https://woodruff.dev/no-tracking-queries-speed-up-your-ef-core-like-a-pro/</link>
<description>Imagine you’re at a library, flipping through books at lightning speed. You don’t need to write notes in the margins or keep tabs on which books you’ve touched—you’re just reading. That’s what no-tracking queries are in EF Core: a way to grab data without keeping track of changes. It’s fast, lightweight, and perfect for read-only operations. But wait, there’s more! Let’s throw identity resolution into the mix, a smart way to avoid duplicate entities when working with no-tracking queries. Together, they make a dynamic duo for blazing-fast data fetching, significantly reducing the time it takes to retrieve data from the database.</description>
<author> ()</author>
<guid>https://woodruff.dev/no-tracking-queries-speed-up-your-ef-core-like-a-pro/</guid>
<pubDate>Fri, 31 Jan 2025 15:01:45 GMT</pubDate>
</item>
<item>
<title>A Generation Of Illiterate Programmers: AI Over Dependency</title>
<link>https://youtube.com/watch?v=Goknej56q-8</link>
<description>Are software developers having an over-reliance on their AI tools? Or what about how AI is affecting their ability to learn how to become a good developer?
Are we... doomed? I don&#39;t think so, but let&#39;s dive into it.
----
Here&#39;s the original article:
https://nmn.gl/blog/ai-illiterate-programmers
----
&#128273; Membership &amp; Subscriptions:
- &#128232; Weekly Newsletter: https://weekly.devleader.ca
- &#127960;️ Private Discord Community: https://sidestack.io/devleader
&#129504; Courses:
- All Courses: https://www.devleader.ca/courses
- Get Promoted As A Software Engineer: https://dometrain.com/course/career-getting-promoted-as-a-software-engineer/?ref=nick-cosentino
- Nailing The Behavioral Interview: https://dometrain.com/course/career-nailing-the-behavioral-interview/?ref=nick-cosentino
- Getting Started with C#: https://dometrain.com/course/getting-started-csharp?ref=nick-cosentino
- Deep dive C#: https://dometrain.com/course/deep-dive-csharp?ref=nick-cosentino
- C# Zero to Hero BUNDLE: https://dometrain.com/bundle/from-zero-to-hero-csharp/?ref=nick-cosentino
- Reflection in .NET: https://dometrain.com/course/from-zero-to-hero-reflection-in-dotnet/?ref=nick-cosentino
- Refactoring For C# Devs: https://dometrain.com/course/from-zero-to-hero-refactoring-for-csharp-developers?ref=nick-cosentino
- [FREE] Intro to Software Development: https://www.youtube.com/playlist?list=PLzATctVhnsggb3lj53T8fJSK6LJQFUyKS
&#128483;️ Social Media &amp; Links:
- All My Links: https://linktr.ee/devleader
- Vlogs: @DevLeaderBTS @CodeCommute
- Blog: https://www.devleader.ca/
- TikTok: https://www.tiktok.com/@devleader
- LinkedIn: https://www.linkedin.com/in/nickcosentino
- Threads: https://threads.net/@dev.leader
- Twitter: https://twitter.com/DevLeaderCa
- Facebook: https://www.facebook.com/DevLeaderCa
- Instagram: https://www.instagram.com/dev.leader
- GitHub: https://github.com/ncosentino/
- Twitch: https://twitch.tv/devleaderca
- YouTube: https://youtube.com/@DevLeader?sub_confirmation=1
❤️ Affiliations &amp; Products/Services That I Love:
- @BrandGhostAI for all of my content creation: https://brandghost.ai
- AI shorts helper Opus Clip: https://opus.pro/?via=2f9e97
- VPS hosting from RackNerd: https://my.racknerd.com/aff.php?aff=9013
- VPS hosting from Contabo: https://www.jdoqocy.com/click-101028632-12454592
- Newsletter platform ConvertKit: https://convertkit.com/?lmref=c5X7KQ
- Newsletter referral system SparkLoop: https://dash.sparkloop.app/signup?aff=9fe76c8b
----
#softwareengineering #softwaredeveloper #softwareengineer</description>
<author> (Dev Leader)</author>
<guid>https://youtube.com/watch?v=Goknej56q-8</guid>
<pubDate>Fri, 31 Jan 2025 15:01:40 GMT</pubDate>
</item>
<item>
<title>Scaling Webhooks with Message Queues. Fix Your Bottlenecks (part 4)</title>
<link>https://youtube.com/watch?v=O-FEWH4HK7w</link>
<description>Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ
Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt
Get the source code here: https://www.patreon.com/milanjovanovic
Struggling with webhook performance? In this video, we&#39;ll tackle one of the biggest challenges in modern web applications: scaling webhook processing. I&#39;ll show you how to identify and fix common bottlenecks using RabbitMQ and MassTransit, transforming your webhook architecture from a potential system bottleneck into a robust, scalable solution. We&#39;ll start by demonstrating common webhook problems, then dive deep into implementing a message queue-based solution with RabbitMQ, and finally explore how to properly structure your application using MassTransit for reliable message processing. Whether you&#39;re handling dozens or thousands of webhook events, this step-by-step guide will show you the industry-standard approach to building a production-ready webhook system.
Building Async APIs in ASP.NET Core - The Right Way
https://www.milanjovanovic.tech/blog/building-async-apis-in-aspnetcore-the-right-way
Using MassTransit with RabbitMQ and Azure Service Bus
https://www.milanjovanovic.tech/blog/using-masstransit-with-rabbitmq-and-azure-service-bus
Check out my courses:
https://www.milanjovanovic.tech/courses
Read my Blog here:
https://www.milanjovanovic.tech/blog
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
Chapters
0:00 Webhooks - The bottleneck
1:52 Demonstrating the problem
3:11 Scaling with RabbitMQ
5:28 Restructuring with MassTransit messaging
15:26 Testing the improved solution</description>
<author> (Milan Jovanović)</author>
<guid>https://youtube.com/watch?v=O-FEWH4HK7w</guid>
<pubDate>Fri, 31 Jan 2025 14:01:36 GMT</pubDate>
</item>
<item>
<title>How we accidentally built a better build system for OCaml</title>
<link>https://blog.janestreet.com/how-we-accidentally-built-a-better-build-system-for-ocaml-index/</link>
<description>A “build system” is one of the most important tools in a developer’stoolbox. Roughly, it figures out how to create runnable programs froma bunch of different...</description>
<author> ()</author>
<guid>https://blog.janestreet.com/how-we-accidentally-built-a-better-build-system-for-ocaml-index/</guid>
<pubDate>Fri, 31 Jan 2025 12:01:35 GMT</pubDate>
</item>
<item>
<title>Everything a .NET Developer Needs to Know in 2025</title>
<link>https://youtube.com/watch?v=4I07X_EGwTY</link>
<description>Get the roadmap: https://mailchi.mp/dometrain/roadmap2025
Learn C# for free: https://dometrain.com/bundle/from-zero-to-hero-csharp/
Become a Patreon and get special perks: https://www.patreon.com/nickchapsas
Hello, everybody, I&#39;m Nick, and this is my annual .NET and C# Developer roadmap for 2025. It focuses mainly on the backend, but almost all the technology in there should be mastered by any .NET developer.
Workshops: https://bit.ly/nickworkshops
Don&#39;t forget to comment, like and subscribe :)
Social Media:
Follow me on GitHub: https://github.com/Elfocrash
Follow me on Twitter: https://twitter.com/nickchapsas
Connect on LinkedIn: https://www.linkedin.com/in/nick-chapsas
Keep coding merch: https://keepcoding.shop
#csharp #dotnet #roadmap</description>
<author> (Nick Chapsas)</author>
<guid>https://youtube.com/watch?v=4I07X_EGwTY</guid>
<pubDate>Fri, 31 Jan 2025 12:01:30 GMT</pubDate>
</item>
<item>
<title>M: Grab Bag 3 (Category Compilation) #15~#17</title>
<link>https://youtube.com/watch?v=K2G-MOEDlxk</link>
<description>In Category M: Grab Bag, you never know what you&#39;re going to get. Here, we delve into topics that don&#39;t quite fit neatly into the other categories—though the conversations still largely revolve around games. Check it out and see what you think!
[Index]
0:00 Opening
0:11 M-15 Canceled Games
3:22 M-16 ♪ PRESS START
22:00 M-17 Games During My Childhood
[Playlist M: Grab Bag]
https://www.youtube.com/playlist?list=PLgKCjZ2WsVLS1xisCnw_DpTg52sy7upu_</description>
<author> (Masahiro Sakurai on Creating Games)</author>
<guid>https://youtube.com/watch?v=K2G-MOEDlxk</guid>
<pubDate>Fri, 31 Jan 2025 12:01:30 GMT</pubDate>
</item>
<item>
<title>GitHub - exelban/stats: macOS system monitor in your menu bar</title>
<link>https://github.com/exelban/stats</link>
<description>macOS system monitor in your menu bar. Contribute to exelban/stats development by creating an account on GitHub.</description>
<author> ()</author>
<guid>https://github.com/exelban/stats</guid>
<pubDate>Fri, 31 Jan 2025 07:01:59 GMT</pubDate>
</item>
<item>
<title>Creating source-only NuGet packages</title>
<link>https://andrewlock.net/creating-source-only-nuget-packages/</link>
<description>In this post I show how you can create a NuGet package that contains source code (instead of dlls) which is then compiled into the target project</description>
<author> ()</author>
<guid>https://andrewlock.net/creating-source-only-nuget-packages/</guid>
<pubDate>Fri, 31 Jan 2025 07:01:58 GMT</pubDate>
</item>
<item>
<title>Starting .NET MAUI Development in 2025 - Everything You Need To Know!</title>
<link>https://youtube.com/watch?v=6IQdMA95zXE</link>
<description>Looking to starting .NET MAUI multi-platform development for iOS, Android, Mac, and Windows... and maybe even a little hybrid development with Blazor Hybrid? I have broken down everything you need to know kicking off the year regardless if you are building on Windows, Mac, or Linux with Visual Studio or Visual Studio Code. I got you covered! Let&#39;s go!
Related Videos:
https://www.youtube.com/watch?v=DuNLR_NJv8U
https://www.youtube.com/watch?v=rumfIg9qJ_Y
https://www.youtube.com/watch?v=lqLfY9zNKNY
https://www.youtube.com/watch?v=02pjHAXYK6s
https://www.youtube.com/watch?v=1t2zzoW4D98
https://www.youtube.com/watch?v=zfDCZkITpHU
https://www.youtube.com/watch?v=pkhui1qIozA
Links:
Awesome .NET MAUI: https://github.com/jsuarezruiz/awesome-dotnet-maui
Built with .NET MAUI: https://github.com/jfversluis/built-with-maui
.NET MAUI Showcase: https://github.com/jsuarezruiz/dotnet-maui-showcase
.NET MAUI Community Toolkit: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/
Native Library Interop: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/native-library-interop/
C# Markup: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/markup/markup
.NET Community Toolkit: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/introduction
Syncfusion Open-source Controls: https://www.syncfusion.com/blogs/post/syncfusion-open-source-net-maui-controls-cross-platform
.NET MAUI Toolkit by Syncfusion: https://github.com/syncfusion/maui-toolkit
Template Controls: https://github.com/jsuarezruiz/TemplateMAUI
Gerald on GitHub: https://github.com/jfversluis?tab=repositories
Syncfusion: https://www.syncfusion.com/maui-controls
Telerik: https://www.telerik.com/maui-ui
Grial: https://grialkit.com/
Mescius: https://developer.mescius.com/componentone/maui-ui-controls
Steema: https://steema.com/product/maui
DevExpress: https://www.devexpress.com/maui/
Exceed: https://github.com/xceedsoftware/Xceed-Toolkit-for-.NET-MAUI
Gerald&#39;s Learn .NET MAUI: https://github.com/jfversluis/learn-dotnet-maui
.NET Beginner Videos: https://dotnet.microsoft.com/en-us/learn/videos
.NET MAUI Workshop: https://github.com/dotnet-presentations/dotnet-maui-workshop
.NET MAUI Workshop Tutorial (4 hour video) https://www.youtube.com/watch?v=DuNLR_NJv8U
Blazor Hybrid Workshop: https://github.com/dotnet-presentations/blazor-hybrid-workshop
Blazor Hybrid Workshop Tutorial (4 hour video) https://www.youtube.com/watch?v=Ou0k5XKcIh4
.NET MAUI on Microsoft Learn: https://learn.microsoft.com/en-us/training/browse/?expanded=dotnet&amp;products=dotnet-maui
Chapters:
00:00 - Intro
01:20 - What is .NET MAUI? Full overview
10:28 - Hybrid Development with .NET MAUI
14:30 - What&#39;s new in .NET 9 for .NET MAUI?
17:40 - IDE &amp; Code Editors for .NET MAUI
23:00 - Community &amp; Ecosystem around .NET MAUI
31:23 - Learning Resources for .NET MAUI
34:45 - Wrap-up, I love you
Join this channel to get access to perks:
https://www.youtube.com/channel/UCENTmbKaTphpWV2R2evVz2A/join
&#128085; Buy some swag! - https://jamesmontemagno.myspreadshop.com/
☕️ Buy me a coffee - https://www.buymeacoffee.com/jamesmontemagno
Follow:
&#128104;&#128187; GitHub: https://github.com/jamesmontemagno
&#129436; X: https://x.com/jamesmontemagno
&#128196; Website: https://www.montemagno.com
&#128240; Newsletter: https://newsletter.montemagno.com/
Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: https://cleclothingco.myshopify.com/
What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: https://www.instagram.com/p/BceZ1oNHiQx/
My Setup:
&#128247; Canon M50 Mark II - https://amzn.to/3P8R7lp
&#128161; Nanoleaf Elements Lights - https://amzn.to/3umwJVW
&#127897; Blue Spark Microphone - https://amzn.to/3qgtYkq
&#127897; Blue Pop Filter - https://amzn.to/3jEWM3r
&#129331; Rode Microphone Arm - https://amzn.to/2Z68AlE
&#127911; Sony MDR7306 Headphones - https://amzn.to/372jxta
&#128242; Stream Deck - https://amzn.to/373Uk1n
&#128433; MX Master 2S Mouse - https://amzn.to/3d7J2gj
⌨️ Tecware Phantom Keyboard - https://amzn.to/3aUP4y9
Using links I provide I may receive a commission if you buy something which helps support the channel.
#dotnet #dotnetmaui #visualstudio</description>
<author> (James Montemagno)</author>
<guid>https://youtube.com/watch?v=6IQdMA95zXE</guid>
<pubDate>Fri, 31 Jan 2025 07:01:55 GMT</pubDate>
</item>
</channel>
</rss>