blog.snisni.itThe Giant List of useful resourcesFor the past 2 years I, and many others, have been using a lot of small tools, apps, and alike to support us during our development process. I've taken some time to compile them and list them for you here. I love talking with and meeting new people...Mar 26, 2022·9 min read
blog.snisni.itHow to automatically map JSON data to a TypeScript objectIntroduction Interacting with JSON APIs, files, configs, etc. doesn't have to be such a hassle. Keeping your code clean and maintainable can be difficult when using loosely-typed data that can change at any time and, as I've talked about in my previo...Oct 20, 2021·3 min read
blog.snisni.itAnti-PatternsFor about a year I've been working in a bigger company than the startups I was used to. Suffice it to say, there's a lot of new lessons I've learned that I want to share with you. Working with experienced developers taught me how much a supposedly "c...Sep 21, 2021·5 min read
blog.snisni.itWhat a good framework SHOULD doI'm sure that many of us developers, to make our work easier, had to use - or in some cases build - a variety of frameworks that aim to simplify our workflow. A framework, by definition, is a bit of support logic that helps the developer; following t...Oct 5, 2020·6 min read
blog.snisni.itWriting code for othersToday I'd like to talk about collaboration in developer teams of all sizes. Introduction When everyone begins coding it's most likely that they'll learn and experiment all by themselves, that's perfectly fine, It's how I and almost anyone I know firs...Sep 23, 2020·3 min read