Explore >> Select a destination


You are here

www.cloudbees.com
| | blog.vanillajava.blog
26.1 parsecs away

Travel
| | TL;DR Problem: Java's standard serialisation can be slow due to scattered object fields and reflection-based overhead. Approach: ...
| | www.mattlayman.com
20.7 parsecs away

Travel
| | Your Django app is up. You've got users. Your users are hitting bugs. How do you debug to fix the problems? That's the focus of this Understand Django article.
| | www.schneems.com
7.6 parsecs away

Travel
| | Your app is slow. It does not spark joy. This post will show you how to use memory allocation profiling tools to discover performance hotspots, even when the...
| | eamonnsullivan.co.uk
70.0 parsecs away

Travel
| One huge and welcome change in the last decade or so for Web development is that secure connections are ubiquitous. Free certificates are available and most hosting providers make it very easy to obtain, use and renew the certificates automatically. This site, for example, runs on Amazon Web Services and enabling https took not much more effort than ticking a few checkboxes.Browsers, like Chrome, Firefox and Safari, have also played their part, by gently steering users toward secure connections, warning about sending sensitive information over plain text and switching to https automatically, when available.