Modern PHP, soft skills, productivity and time management.

Month: September 2016

PHPyths Buster: The power of simple CLI modes

If you know Python you know, that it has an interactive shell. The same as javascript, perhaps ruby and many many other languages. But did you know, that PHP has it also?

php -a

`php -a` command opens interactive shell in which you can write some simple samples of code and quickly validate some of your ideas. It works like Python shell and you can write in it simple statements, functions and so on.
Continue reading

PHPyths Buster: Annotations

I was working on a project in C# and ASP.NET MVC once. It was a long time ago. I can remember how happy I was. Earlier I was creating a project in PHP in the worst way: on an own framework. It was all old, shitty PHP. With big routing arrays, custom validation services, and ancient template engine, Smarty2.

When I started to create a project in ASP.NET I was astonished how many great features it has. One of them were annotations.
Continue reading

How to gain (at least!) one extra hour a day

Each day has 24 hours. Every one of us has 24 hours. There is nothing we can do about it.

Or is it? 🙂

I’m sure you have some “wasted” time every day. For me, that wasted time is going by bus to my work. It takes me about 45 to 50 minutes one way. Reading a book was not always possible, listening to music was not exactly developing.

For you, wasted time may mean cleaning up the apartment or working out. It’s any situation you do something automatically and your brain is bored 😉

What if you can use this time for something more, something developing? I do. I’m listening to podcasts.
Continue reading

Evernote and emoji

I have a little tip for you today.

Did you know, that you can use emoji in the note’s title?

zrzut-ekranu-2016-09-13-o-19-01-08

I’m using Evernote for managing every task and project I have. My friend shows me a great way to mark notes he plans to do today – the `today` tag. I mark every task for today with this tag.
Continue reading

© 2024 Krzych Jończyk

Theme by Anders NorenUp ↑