- The Gravitational Force of Wage Labor
- Management for the masses?
- Hire characters, not skill sets. My most important questions in interviews.
- Confession… I Cheated During Planning Poker
- Microsoft is giving up on consumer smartphones, too
- Hiring the Ideal Startup Team
- I’m a boring programmer (and proud of it)
- Five Stages of BDD (and Agile) Adoption
- So Are You Saying We SHOULDN’T Learn to Code???
- Hypernetes: Bringing Security and Multi-tenancy to Kubernetes
- Docker Compose Environment Variable Binding Examples – Java, Node.Js, PHP, Python, & Ruby On Rails
- Introducing Blue Ocean: a new user experience for Jenkins
- When seconds really do matter
- LVE: an alternative container technology to Docker and Virtuozzo/LXC
- Containers: Just Because Everyone Else is Doing Them Wrong, Doesn’t Mean You Have To
- Fun with DNS
- Putting the Dev in Devops: Bringing Software Engineering to Operations Infrastructure Tooling
- Immutable Infrastructure with AWS and Ansible – Part 1 – Setup
- Code Complete (2nd edition) by Steve McConnell
- The Pragmatic Programmer
- Structure and Interpretation of Computer Programs
- The C Programming Language by Kernighan and Ritchie
- Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Design Patterns by the Gang of Four
- Refactoring: Improving the Design of Existing Code
- The Mythical Man Month
- The Art of Computer Programming by Donald Knuth
- Compilers: Principles, Techniques and Tools by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman
- Online Resources:
- partI: Proofs
- Chapter1: Propositions
- Chapter2: Patterns of proof
- Chapter3: Induction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Properties; | |
import javax.mail.Folder; | |
import javax.mail.Message; | |
import javax.mail.Session; | |
import javax.mail.Store; | |
public class MailReader { | |
private static final String FOLDER = "Inbox"; |
- What I learned from analysing 1.65M versions of Node.js modules in NPM
- What Is Functional Programming?
- Which Programming Languages Are Functional?
- Imperative vs. Declarative Programming - Pros and Cons
- The Joel Test: 12 Steps to Better Code
- 14 Rules for Faster-Loading Web Sites
- Best Practices for Designing a Pragmatic RESTful API
- Don't know which map/collection to use?