Łukasz Wieczorek's blog A slice of programmer's life

Say no!

say-no is here.

I built a simple HTML, CSS, JavaScript website around the idea of saying no to things that destroy us.

You can check the source code here.

brew

I use MacOS since 2017 and I like to sometimes grab something from the Linux ecosystem. And there is brew. The most basic commands for it are doctor, info, install, uninstall, and upgrade.

brew doctor
brew info ${package_name}
brew install ${package_name}
brew uninstall ${package_name}
brew upgrade

Recommendations

Hello there!

I was revieving some old projects and you could get some knowledge about what I found on the Internet by visiting recommendations.

Somehow I had a missing image in the repository.

You can find the repository here.