Explore >> Select a destination


You are here

excelerator.solutions
| | www.dataquest.io
6.3 parsecs away

Travel
| | Learn how to create your first Jupyter Notebook, important terminology, and how easily notebooks can be shared and published online.
| | zappysys.com
4.7 parsecs away

Travel
| | In this post learn how to parse multi-dimensional JSON array using various techniques. Use SSIS JSON Source to read 2D JSON arrays in few clicks.
| | tomasvotruba.com
12.0 parsecs away

Travel
| | I'm currently working as Rector consultant for [Spaceflow](https://spaceflow.io/en), Prague-based rising startup with very nice codebase. One of the pre-requisites for Rector is to have code that static analyser can work with. PHPStan that Rector uses depends on `@var` annotations and not every property had that. Well... **over 2500 of them**. I'll show you how we completed them without any manual change of the code and how you can do the same... today.
| | hanno.codes
46.0 parsecs away

Travel
| In the summer of 2021, I got my Java 11 certification. I expected it to be quite a breeze, because I'd been a Java developer for 14 years and surely I should have seen it all by now, right? Turned out I was very wrong. I came across lots of things that I didn't even know were possible with Java. In this weekly blog series I will go through 11 of these 'crazy learnings' that surprised me the most, even as an experienced developer. This week is about accessing static interface methods.