digilist Profile Banner
Digilist Profile
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
Don't wanna be here? Send us removal request.
@digilist
Digilist
3 years
Choose Boring Technology via @mcfunley.
0
0
0
@digilist
Digilist
4 years
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
@digilist
Digilist
4 years
Thank you float, it's so nice doing calculations with you
Tweet media one
0
0
2
@digilist
Digilist
4 years
And there are many more ways to improve code quality that can be included into your daily work. Just get started! Make a little improvement. Every day.
0
0
0
@digilist
Digilist
4 years
It's easy to get started with some very simple improvements:. 👉Update an incorrect variable name.👉Improve an outdated comment.👉 Split a large method. It only takes a few minutes and makes your code so much easier to understand. 👇.
1
0
0
@digilist
Digilist
4 years
Because if you are not improving, entropy guarantees that you are actually getting worse, which ensures that there is no path to zero errors, zero work-related accidents, and zero loss.". And it's actually not that hard to improve code quality just a little bit every time. 👇.
1
0
0
@digilist
Digilist
4 years
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
@digilist
Digilist
4 years
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:
Tweet card summary image
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
@digilist
Digilist
4 years
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
@digilist
Digilist
4 years
Just learned that there are different ways of rounding half numbers 🤯. PHP or Python 2 (Round half away from zero):.2.5 => 3.3.5 => 4.-2.5 => -3.-3.5 => -4. Python 3 or .net (Round half to even):.2.5 => 2.3.5 => 4.-2.5 => -2.-3.5 => -4.
1
0
0
@digilist
Digilist
4 years
It's only possible to fix this issue by invalidating the cache.(PHPStorm 2020.3.2).
0
0
0
@digilist
Digilist
5 years
GitHub Actions in combination with Dependabot and auto merging is great to save a lot of work. But it also consumes all the inclusive CI minutes and can cost a lot of extra money 🔥😂.
0
0
0
@digilist
Digilist
5 years
I just blogged: How to do automatic dependency updates with Dependabot and GitHub Actions:
Tweet card summary image
medium.com
By using Dependabot and GitHub Actions
0
0
0
@digilist
Digilist
5 years
This tip is pure gold! I cannot say how often I opened a terminal just to type `uuidgen`. This is a true time saver.
@Phroggyy
Leo Sjöberg
5 years
#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
@digilist
Digilist
5 years
Have you ever wondered how programmers sort their socks? Or how much complexity (in big O notation) is involved? Check this out 👉
Tweet card summary image
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
@digilist
Digilist
5 years
That moment when you write a unit test for some code that's in production for years and immediately discover some bug (edge case, but not unlikely) 🤷.
0
0
0
@digilist
Digilist
5 years
I do not understand how (dynamic) websites cannot keep their © year up to date in 2020. It's one line of code in almost any programming language to print it based on the current date.
0
0
1
@digilist
Digilist
5 years
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
@digilist
Digilist
5 years
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