/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jamesmills.co.uk
| | gist.github.com
2.9 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | philodev.one
3.8 parsecs away

Travel
| | Looking for a customer is the same process compared to looking for a job. I use the usual platforms to find companies that are looking for my tech stack and send a spontaneous application, maybe I get invited for an interview, maybe a technical interview with dev-related questions, or sometimes a coding challenge. In this post I want to look back on the technical questions I got asked.
| | herbertograca.com
2.9 parsecs away

Travel
| | Value objects are sometimes confused with DTOs, however, while DTOs have no significant logic, Value Objects do...
| | juffalow.com
20.6 parsecs away

Travel
| A brief tutorial how to create a Node, TypeScript and GraphQL server from scratch with MySQL database. The ouput is a very basic GraphQL server, which you can run, send a simple query to it and get a response. The whole project is available on GitHub.