Pieter Levels
๐ค SpeakerAppearances Over Time
Podcast Appearances
No, it's all iterative. It's like 10 years of, you know, add a CSS transition here or do this or... Well, say like, see, these are all, these are rounded now.
No, it's all iterative. It's like 10 years of, you know, add a CSS transition here or do this or... Well, say like, see, these are all, these are rounded now.
So I go to the index.css and I do command F and I search border radius 12px and then I replace with border radius zero. And then I do command enter and it's Git deploys, it pushes to the Git hub and then sends a web book and then deploys to my server and it's live in five seconds.
So I go to the index.css and I do command F and I search border radius 12px and then I replace with border radius zero. And then I do command enter and it's Git deploys, it pushes to the Git hub and then sends a web book and then deploys to my server and it's live in five seconds.
So I go to the index.css and I do command F and I search border radius 12px and then I replace with border radius zero. And then I do command enter and it's Git deploys, it pushes to the Git hub and then sends a web book and then deploys to my server and it's live in five seconds.
No, so I... So I'm like famous for this because I'm too lazy to set up like a staging server on my laptop every time. So nowadays I just deploy to production.
No, so I... So I'm like famous for this because I'm too lazy to set up like a staging server on my laptop every time. So nowadays I just deploy to production.
No, so I... So I'm like famous for this because I'm too lazy to set up like a staging server on my laptop every time. So nowadays I just deploy to production.
And it's, man, I'm going to get canceled for this, you know, but it works very well for me because I have a lot of, I have like PHP lint and JS lint. So it tells me when there's error. So I don't deploy. Yeah. But my literally, I, I, I have like 37,000 Git commits in the last 12 months or something. So I make like small fix and then command enter, uh, and sends to GitHub.
And it's, man, I'm going to get canceled for this, you know, but it works very well for me because I have a lot of, I have like PHP lint and JS lint. So it tells me when there's error. So I don't deploy. Yeah. But my literally, I, I, I have like 37,000 Git commits in the last 12 months or something. So I make like small fix and then command enter, uh, and sends to GitHub.
And it's, man, I'm going to get canceled for this, you know, but it works very well for me because I have a lot of, I have like PHP lint and JS lint. So it tells me when there's error. So I don't deploy. Yeah. But my literally, I, I, I have like 37,000 Git commits in the last 12 months or something. So I make like small fix and then command enter, uh, and sends to GitHub.
GitHub sends a web to my server, web server pulls it, deploys the production and is there.
GitHub sends a web to my server, web server pulls it, deploys the production and is there.
GitHub sends a web to my server, web server pulls it, deploys the production and is there.
One second can be one, two seconds.
One second can be one, two seconds.
One second can be one, two seconds.
Man, you're 100% right. Like people are like, how can you do this? Well, you get good at not taking the server down, you know? Because you need to code more carefully. But it's, look, it's idiotic in any big company, but for me it works because it makes me so fast. Like somebody will report a bug on Twitter And I kind of did do like a stopwatch, like how fast can I fix this bug?
Man, you're 100% right. Like people are like, how can you do this? Well, you get good at not taking the server down, you know? Because you need to code more carefully. But it's, look, it's idiotic in any big company, but for me it works because it makes me so fast. Like somebody will report a bug on Twitter And I kind of did do like a stopwatch, like how fast can I fix this bug?
Man, you're 100% right. Like people are like, how can you do this? Well, you get good at not taking the server down, you know? Because you need to code more carefully. But it's, look, it's idiotic in any big company, but for me it works because it makes me so fast. Like somebody will report a bug on Twitter And I kind of did do like a stopwatch, like how fast can I fix this bug?