Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dkarlovi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Choose boring and flexible, not malleable
(dkarlovi.github.io)
2 points
by
dkarlovi
3y ago
|
0 comments
2.
▲
Adding feature flags to your Symfony app
(dkarlovi.github.io)
1 points
by
dkarlovi
3y ago
|
0 comments
3.
▲
by
dkarlovi
6y ago
Invest time in GH actions, they are actually really good once you get over the initial hump.
4.
▲
by
dkarlovi
6y ago
I love puns and this one was excellent, thanks for the chuckle.
5.
▲
by
dkarlovi
6y ago
Enforce by code style tools.
6.
▲
by
dkarlovi
6y ago
> It took an hour to read, I thought it would take an hour to write.
7.
▲
by
dkarlovi
6y ago
Backup codes on a paper in your wallet. Multiple devices.
8.
▲
by
dkarlovi
6y ago
That's fair, I guess.
9.
▲
by
dkarlovi
6y ago
You're right, Symfony 1 -> Symfony 2 was definitely a rewrite, but from then on, the general design was kept almost intact (again, not counting the evolution and streamlining of the framework). I guess the first attempt is always tr
10.
▲
by
dkarlovi
6y ago
Can't say for the rest, but Symfony 2 was a resounding success. Current Symfony 5 is very similar to Symfony 2, with just a ton of refinements and facelifts.
11.
▲
by
dkarlovi
6y ago
Of course, that's why the list is sorted, he might never make it pass 1 :)
12.
▲
by
dkarlovi
6y ago
PHPStan and Psalm support what they call "array shapes", basically you can treat the array keys as a type, similar to how TypeScript does it.
13.
▲
by
dkarlovi
6y ago
Roughly in the order you should do it. Hopefully it's at least PHP 5.3 code: 1. Definitely get a PHP IDE: https://www.jetbrains.com/phpstorm/ 2. Get a step debugger and hook it in: https://xdebug.org&#x
14.
▲
by
dkarlovi
6y ago
As I understand it, you pass your current span ID to the remote RPC endpoint, it continues adding to it from there, creating their own nested spans etc. When it gets back to you and all spans are merged, you can see the whole picture, but d
15.
▲
by
dkarlovi
6y ago
They could claim OP pushed for MIT specifically for this reason, to be able to take advantage of it after the employment is terminated.
16.
▲
by
dkarlovi
6y ago
You shouldn't rely on any "just like X" systems for tests, you should use X exactly, including correct config and version as production. What you want is having a Postgres server, but optimized for tests. What I've done
17.
▲
by
dkarlovi
6y ago
IIRC it was Azure pipelines.
18.
▲
by
dkarlovi
6y ago
Did you build it around OpenAPI? I'm interested to try that approach.
19.
▲
by
dkarlovi
6y ago
It could just be the market they were interested in.
20.
▲
by
dkarlovi
6y ago
What's the rough scale of "disgusting" here?
21.
▲
by
dkarlovi
6y ago
Having APIs designed for public consumption probably helped.
22.
▲
by
dkarlovi
6y ago
GitLab has been great for a while and actually had some features before GH.
23.
▲
by
dkarlovi
7y ago
If you think about it, this comment could be made in reply to itself.
24.
▲
by
dkarlovi
7y ago
A lot of businesses use Excel as their means of storing and exchanging any sort of structured data. This PHP library allows you to define a PHP class and a mapping (using column names or header labels) how you'd like to transform the s
25.
▲
Show HN: Xezilaires – a simple PHP library to read structured Excel files
(github.com)
3 points
by
dkarlovi
7y ago
|
1 comments
26.
▲
Running existing Docker images as single-use containers
(medium.com)
1 points
by
dkarlovi
8y ago
|
0 comments