I thought it would be an interesting project to take on creating a crossword puzzle creator, so I did! It uses a constraints programming approach to generate randomized crossword puzzles given a list of words + their hints: https://t.co/OTo7g2Vrfn
I decided today that I want to improve my skills with anagrams: rearranging the letters of words to form other words. I looked online for anagram games but didn't like what I saw, so I coded my own! It's a simple, no-nonsense game to test your skills:
https://t.co/nhItIIZpM1
It's good to have a skill or profession outside your main career! In my case, I've got both, as a jazz saxophonist & have a dual major in CS & music. Pics from last week joining with colleagues for their HS program's concert #saxophone#musician#coder#computerscience#dualmajor
Not the best selfie but wanted to share I had another amazing time in NYC for Amazon SDE in-office events! I'm full time remote so it's good to be able to go into the office every now and then to collab in person w/ events. 3rd picture I was surprised to see so many birds at once
Introducing our new LED desk mats!! I just got the first samples in the mail today and I love them! Here's a link to the mat in the photo: https://t.co/o0CeQv3uNQ
I've found myself working in Java again after working mainly in TypeScript and .NET (C#) for the last few years and have found that prefixing interfaces with "I" isn't a standard practice in Java as it is in C# and TypeScript. What are your thoughts, do you add the prefix?