About
Welcome to my Development blog hosted on GitHub!
Here I plan to publish what I’m doing in development area.
Please visit my:
- GitHub Wiki pages - my personal knowledge base (I also write many wiki pages at work, but these are property of my Employer and thus not public).
- Personal GitHub projects - these I do at my spare time
- Work GitHub projects - these I make at work (however only open source projects published here)
If you want to know more about me you can visit My WebSite
My philosophy
It’s simple:
Only practice matters
I have no intention to collect any certificates or degrees - even monkeys can do that. The only way to get knowledge is to get my hands “dirty” - make Proof of Concept (PoC) and document it.
And yes - many times I find blind ways, but it is necessary part of learning curve. Just watching slides never helps…
How are these pages generated
I use Jekyll support on GitHub pages
I just commit to master
branch of this Git project:
- GIT+SSH:
git@github.com:hpaluch/hpaluch.github.io.git
- GIT+HTTPS:
https://github.com/hpaluch/hpaluch.github.io.git
You can read step-by-step setup instructions on public URL: