PinnedPublished inAbout Me StoriesAbout Me — Richard BellPlease don’t use this information to steal my identity.Aug 28, 20213Aug 28, 20213
Published inLevel Up CodingJest a minute… how to mock a classAnd make assertions on it’s methodsJan 16Jan 16
Published inLevel Up CodingJest a minute — a better way to structure your unit testsGherkin isn’t just something you pick off your Big MacJan 12Jan 12
Published inLevel Up CodingPostgreSQL — dumping, relationships and moreNot that kind of dump…Feb 27, 2023Feb 27, 2023
Published inLevel Up CodingPostgreSQL — Getting startedHow to set up PostgreSQL using docker and first steps to interacting with the database using psql and queries from sql files.Feb 2, 2023Feb 2, 2023
Published inLevel Up CodingTypeScript Tidbits — Generic Type ParameterOccasionally you may find yourself writing a function that could take a number of different types. Generics are what you need…Aug 30, 2022Aug 30, 2022
Golang in sixty seconds — panicWe can use the panic function to cause a runtime error in Golang. This can be useful when paired with the recover functionAug 10, 2022Aug 10, 2022
Golang in sixty seconds — deferGolang has a special statement called defer which causes the function to be run after the function completes.Aug 9, 2022Aug 9, 2022
Golang in sixty seconds — return multiple values from functionsGolang allows you to return multiple values from a function and to name your return values.Aug 5, 2022Aug 5, 2022
Golang in sixty seconds — function basicsLearn the basics of functions in GolangAug 4, 2022Aug 4, 2022