
Digilist
@digilist
Followers
109
Following
378
Media
30
Statuses
1K
Software developer: PHP, TypeScript, Symfony, React and a lot of other stuff ... currently building a new startup 🚀
Hamburg, Germany
Joined February 2010
RT @tech_eu: Berlin's Urbyo aims to bring GenZ and Millenials into the real-estate game, raises $5 million. Article: @sensorpunk . https://….
0
2
0
This quote from the "The Phoenix Project" by .@RealGeneKim, @kevinbehr and @gspaff. makes so much sense (in terms of code quality and quality in general):. "Mike Rother says that it almost doesn't matter what you improve, as long as you're improving something. Why?. 👇.
2
0
2
I just learned about TypeScript's never and unknown types:. 👉 unknown is a supertype of any other type. 👉 never is a bottom type and no type can ever be applied to a never type. Quite interesting stuff 🤓. Here you can learn more:
blog.logrocket.com
Explore what TypeScript types are, with a deep dive into the `never` and `unknown` types and a comparison between them and the `any` type.
0
1
0
Not sure though, why PHP calls the constant PHP_ROUND_HALF_UP if it's actually the "round half away from zero" rule and not the "round half up" rule. Some references:.
en.wikipedia.org
0
0
0
I just blogged: How to do automatic dependency updates with Dependabot and GitHub Actions:
medium.com
By using Dependabot and GitHub Actions
0
0
0
This is a classical example of a single-line bug fix that took several hours of debugging to identify it 😁
github.com
Q A Branch? 4.4 Bug fix? yes New feature? no Deprecations? no Tickets License MIT Doc PR I identified some edge cases when parsing multiple YAML documents with the same parser ...
0
0
0
This tip is pure gold! I cannot say how often I opened a terminal just to type `uuidgen`. This is a true time saver.
#PHPStorm pro tip: add a UUID live template:. 1. Create new live template.2. Set the template text to $VALUE$.3. Click "edit variables".4. Set the VALUE to groovyScript("java.util.UUID.randomUUID() as String"). Now type uuid and press tab, and get a UUID generated!
0
0
1
Have you ever wondered how programmers sort their socks? Or how much complexity (in big O notation) is involved? Check this out 👉
stackoverflow.com
Yesterday I was pairing the socks from the clean laundry and figured out the way I was doing it is not very efficient. I was doing a naive search — picking one sock and "iterating" the pile in...
0
1
1
RT @dpcon: Check out the awesome schedule for #DPC20 - Online Edition! Register now and reserve your (free) spot on June 26, 2020 https://t….
0
20
0
RT @ChanningAllen: The recession will extend plenty of opportunities (read: problems to solve) to indie hackers. But let's not forgot the….
0
4
0