Docker Setup a Secure Blog with Ghost on DigitalOcean Tutorial for setting up a secure HTTPS blog running Ghost in a docker container, using Digitalocean as the provider.
devops How to create DigitalOcean droplets using Doctl on Windows In this guide I will be walking through the process of setting up a droplet from your own windows computer, using DigitalOcean's API tool Doctl. Knowing how to do this
Don't Think, Shortening Variable Names Shortening variable names is a huge waste of time. if(ts.has(t)) { ts.close(); } TS. Tidy Storage. Tennant Summit. The Store. Team Session. What is ts? What is t?
Are Developers Afraid of Smaller Classes? Smaller classes seem to make a lot of developers uncomfortable. It seems that the idea of jumping between classes in order to get the whole picture is undesirable, and that
clean code To Lombok, or not to Lombok If you are reading this, chances are that you already know a little about Project Lombok. Perhaps you love it and is looking for additional information to support your righteous
comments String comment; //this is a comment // This is the name of the header private String headerName; /** * Returns the name of the header * @return Header name as a String */ public String getHeaderName() { return headerName; } Have you ever seen comments like these? Are you not grateful for it? Don't you just wish
java Bad code, Readable code Bad code. Words that ring in our developer ears every time we hear it. We all know about it. You have written it. I have written it. We have all