- 👋 Hi, I’m @jackhutson
- 👀 I’m interested in web architecture, microservices, and emerging technologies
- 🌱 I’m currently learning Go
I’m a software engineer with a passion for leading teams to design better solutions. I love TypeScript, Go, C#, and always learning more.
-
CrossnoKaye
- @_jackhutson
Pinned Loading
-
NodeJS script to figure out if a pro...
NodeJS script to figure out if a provided string is a panagram 1const remainder = Array.from(Array(26))
2.map((e, i) => i + 65)
3.map((x) => String.fromCharCode(x))
4.filter(
5(letter) => !process.argv[2].toUpperCase().split('').includes(letter)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.