SOSulaiman Olaosebikanindevvibes.hashnode.dev·Jan 27, 2023 · 6 min readSet Data type in PythonIn Python, a set is a sequential store of values with no duplicate entries in an unordered collection. Each value in a set is unique and can only occur once and these values can be of different immutable types (string, numbers etc). Set Operations In...00
SOSulaiman Olaosebikanindevvibes.hashnode.dev·Jan 4, 2023 · 6 min readData Visualization in GoThis article will demonstrate how data can be analyzed, processed, and visualized with Golang. It’s a beginner-friendly tutorial and does not really require a high level of Golang expertise to follow along. We are going to be working with a dataset o...00
SOSulaiman Olaosebikanindevvibes.hashnode.dev·Nov 14, 2020 · 8 min readNest.JS: CUSTOM VALIDATION PIPENest.js is a progressive node.js framework for building serve-side applications. Under the hood, it uses the Express framework and can also be configured to use Fastify. It is built with and fully supports Typescript (one of the reasons why I lov...00
SOSulaiman Olaosebikanindevvibes.hashnode.dev·Nov 11, 2020 · 3 min readAngular 2+ HostListener DecoratorThis is my first article on this platform and I really hope it's not the last. lol So, I want to discuss something in Angular that people really overlook (at least from my experience). Angular as we all know is a Frontend framework and it's really op...00