#beginners
Read more stories on Hashnode
Articles with this tag
A very basic intro for complete beginners. Part of the Starter for Ten series. · What is a digital signature? When something (for example a file, some...
A very basic intro for complete beginners. Part of the Starter for Ten series. · What is mocking and what are mocks? Mocking is a testing thing. Let's...
A very basic intro for complete beginners. Part of the Starter for Ten series. · So what is OAuth? OAuth allows you to share information between...
A very basic intro for complete beginners. Part of the Starter for Ten series. · So what actually is unit testing? You write some code. Then you write...
A VERY basic intro to important software engineering things · A couple of years ago I had no idea what a Software Engineer or Developer was. I couldn't...
Understanding the Java error "int cannot be dereferenced" · src/main/java/Kata.java:4: error: int cannot be dereferenced String str =...