Learn how to use Kestrel, a web server written in .NET Core, and create transports between Kestrel servers by implementing them on top of sockets for your OS. Read all
A discussion of the basics of Ajax, how it combines async JavaScript and XML, the difficulties it can present, and the best ways to use Ajax in web development. Read all
Here are some tools and best practices to consider for preventing, searching for, and fixing memory leaks so your Java apps perform as well as they should. Read all
Tiered compiling sees the performance benefits of both Client and Server compiling together. See how it works, when it works, and when not to bother. Read all
A dev shares the research his team conducted in order to reduce the memory consumption in their Docker container, and increase performance of their Java app. Read all
Learn the basics of runtime images and how Java 9 will enable them. Ditch the parts that aren't needed and ensure your project can run anywhere. Read all
If you're a web dev and a Python lover, read on to learn how to use Python to search for and list contents of a directory, even if those files aren't in Python. Read all