Why use generics? Why use generics? Generics are often required for type safety, but they have more benefitsthan just allowing your code to run: Properly specifying generic t...
Django Project Structure Django Project Structure Django doesn’t require you to build web applications in any particular way. In fact, billions of electrons have been sacrifice...
Why use generics? Why use generics? Generics are often required for type safety, but they have more benefitsthan just allowing your code to run: Properly specifying generic t...
Supported Databases Supported Databases Django officially supports five databases: PostgreSQL MySQL SQLite Oracle MariaDB (Django 3 only) There are also several third-party ...
Introduction How to Read this Book Official Documentation Introduction Is Go an object-oriented language? Yes and no. Frequently asked questions, Go Authors The Go pr...
Conclusion About the author Special thanks Changelog Conclusion Thanks for making it to the end of the Little ASP.NET Core Book! There’s a lot more to ASP.NET Core can do th...
EdgeQL Design goals Follow along EdgeQL EdgeQL is a next-generation query language designed to match SQL in power and surpass it in terms of clarity, brevity, and intuitivenes...
Performance tuning Performance tuning The generated C code is usually fast enough, when you compile your code with -prod . There are some situations though, where you may want t...
The Elm Architecture The Basic Pattern Follow Along The Elm Architecture The Elm Architecture is a pattern for architecting interactive programs, like webapps and games. Thi...
What’s with All the Parentheses? What’s with All the Parentheses? Lisp’s syntax is quite a bit different from the syntax of languages descended from Algol. The two most immedia...