intern-lessons-blog
intern-lessons-blog
Software Engineering Intern Lessons
30 posts
Real mistakes from a software "intern"
Don't wanna be here? Send us removal request.
intern-lessons-blog · 9 years ago
Text
Intern Lesson #30
Use the correct bucket name
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #29
Your VM is out of space? Logs are probably the culprit
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #28
Corollary to #27: add logbook in addition to log4j and log4j2 for even more mindfuckery
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #27
Having log4j and log4j2 in the same project is complete mindfuck
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #26
Don’t change API endpoints without telling others
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #25
Corollary to #24: if things with kafka still don’t work, kafka_2.11 might be hiding in your maven dependency graph
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #24
Having this
<dependency>  <groupId>org.apache.kafka</groupId>  <artifactId>kafka_2.11</artifactId>  <version>0.8.2.2</version> </dependency>
will break your Kafka consumer (use kafka_2.10 instead)
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #23
Don’t do “storm kill” without specifying a topology name on terminal...it’ll stop *all* your topologies
1 note · View note
intern-lessons-blog · 9 years ago
Text
Intern Lesson #22
You can’t import a class from the default package
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #21
In Swagger spec: it’s “integer” not “int”
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #20
./script.sh won’t work if script.sh is not an executable
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #19
Always stereotype your code (when using dependency injection)
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #18
You forgot to check for null, didn’t you
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #17
When launching a storm topology, use the right launcher host
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #16
When publishing a snapshot artifact, be sure to add “-SNAPSHOT”
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #15
Use the correct path when referencing protobuf compiler in maven
0 notes
intern-lessons-blog · 9 years ago
Text
Intern Lesson #14
Corollary to #13: Do you see the word “butt” a lot in Chrome? You probably left your computer unlocked again
0 notes