typescript Featured 5 features I wish TypeScript had If you are coming from another programming language you might feel some features are missing from Typescript
intellij Featured Writing my first Intellij plugin As of today, I am happy to announce the first version of my first plugin is available for free to download. The Java Builder Guided Completion Intellij plugin has its home on Github, as an open-source project.
Algorithms Featured Why what you have been taught about DFS is wrong(at least partially) The student runs the two versions of DFS and he sees that the results are the same so he quickly memorizes the BFS algorithm and the two small differences to transform it into DFS and he lives a happy life with the thought that he basically learned 2 algorithms for the price of one.
Java Featured Enums - one of the underrated features of Java I remember when I was first learning programming and stumbled upon enums, my first reaction was "*this is cute, but is it really useful for something?*" and "*do people really use this thing?*".