Pawel Strzyzewski (@pawel_str) 's Twitter Profile
Pawel Strzyzewski

@pawel_str

Hybrid Thinker in Tech & Design. In love with DevOps, Webdev Veteran, Typography Geek, OCD for Usability and UX. Loves Kubrick Movies and Moshpits.

ID: 88598038

linkhttps://about.me/pawel.strzyzewski calendar_today09-11-2009 05:14:16

3,3K Tweet

213 Followers

354 Following

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

I can't help it, but most animation concepts on modern websites just feel like prettier versions of <marquee> and <blink> tags back in the 90s.

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

I needed a easy and non-permanent way to use a PHP debugger in existing WordPress development setups. Here's my tiny script/setup to get XDebug running within minutes in a standard WordPress image. No need to change Dockerfiles. Also works on WSL. github.com/strzyzewski/xd…

Aleksandr Volodarsky (@volodarik) 's Twitter Profile Photo

Sunday read. This is hilarious. Engineers are competing who creates the worst UI on Reddit. I think the winners are: 1/ Enter your phone number

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

Be very careful with Google Bard, it’s still at the beginning stages and lacks quality in its responses – although the responses look nice and sophisticated. Bard failed me several times on programming related topics and even tends to make up untrue facts. Use with caution.

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

Analyzing bugs, reproducing errors and setting up debuggers are essential parts of software development. You're going to be very unhappy if you don't enjoy these things. You can't avoid making mistakes but you should always work on your problem analyzing and solving skills.

Alvin Bryan (@hola_alvin) 's Twitter Profile Photo

Today's find: Rodrigo Pombo 's wonderful Git History extension for VSCode. Intuitive UI that breaks away from the traditional vertical lists, great work 👏

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

Had my first experiences with GitHub Copilot Chat. 1. Compared to GPT-4, Copilot Chat is less capable of understanding context. 2. Copilot generates faster and its code seems less complex than GPT-4's. 3. The UI integration into VS Code is awesome. I recommend trying it!

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

Whenever there's a Dev-Docker image that has all dev-tools already built in, take it. Everything that you "script" around a standard Docker image, can and will break at some point.

Cory House (@housecor) 's Twitter Profile Photo

A messy coding environment is like a messy kitchen. The mess makes it hard to do good work. Examples: 🚫 Unused files 🚫 Failing tests 🚫 Misspelled words 🚫 Commented out code 🚫 Lint warnings and errors 🚫 No consistent naming conventions 🚫 Console filled with warnings/errors

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

Prediction: In a few years, the world will be divided into regions where AI usage is heavily regulated or where it’s free. We'll relive everything we've experienced with data protection and labeling obligations in the last 20 years – but multiplied by ten. It won't be pretty.

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

People who fear AI tools the most usually are the ones that can’t figure out how to use them. I’m tired of a digital society that’s mostly driven by fears and lack of knowledge.

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

SEO tip: Invest your time in useful content instead of obsessing with core web vitals. Technical SEO can't fix missing content.

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

How to be happy: Don't write fancy scripts in your CI/CD. Don't customize Docker Images by installing packages. Instead use specialized Docker Images and let them do that one thing that they do best. Orchestrate the workflow and collect the artifacts. Package and deploy.

Pawel Strzyzewski (@pawel_str) 's Twitter Profile Photo

How to remove joy from developer jobs: - Let them mostly do estimates - Deliver requirements and specifics through many different communication channels - Avoid to understand the issue the estimate is about - Try to reduce estimates through intense haggling