Explore >> Select a destination


You are here

blog.chewxy.com
| | bartoszmilewski.com
5.5 parsecs away

Travel
| | This is part of the book Category Theory for Programmers. The previous instalment was Category: The Essence of Composition. See the Table of Contents. The category of types and functions plays an important role in programming, so let's talk about what types are and why we need them. Who Needs Types? There seems to be...
| | blog.slaks.net
6.8 parsecs away

Travel
| | [AI summary] The provided text is a collection of various C# and .NET-related topics, including optional parameters, connection strings, HTML encoding, value semantics, and more. It covers topics like the Razor engine, ASP.NET Web Pages, MVC, and best practices for working with DataTables and LINQ. The content includes code examples, explanations of concepts, and discussions on common issues and solutions in .NET development.
| | yosefk.com
4.2 parsecs away

Travel
| | We introduce a new C++ function tracing profiler, and discuss how to use such a profiler, how to make one for native code, and how a simple CPU hardware feature can make tracing very cheap for compiled, interpreted and JITted languages
| | drew.silcock.dev
55.8 parsecs away

Travel
| A deep dive into how JavaScript handles Unicode, and what this means for string indexing.