Introduction on using Docker for development
docker servers environmentsIn this post I wanna talk about Docker because I think it would be nice to share the knowledge I gained about it. If you search for Docker on google you will find the official website where they are explaining what docker is, so I’ll be talking more about what’s there.
How to configure New relic agent on Docker
docker newrelicToday I want to talk about New Relic and Docker. A few days ago I had to install new relic on our servers and because we are using Docker I needed to install it from a Dockerfile.
Whats new in PHP 7.1
php php7 modern phpToday I was looking on what’s new in PHP 7.1 and I realized that things might be interesting also for you. If you want to play arround you can go and download the Rasmuss Lerdorf’s vagrant machine from here. Follow the installation steps and you’ll be all set up.
Git stash
git branch github version controlI’m sure you’re having fun working on your project until your boss comes and tells you to that there is a bug on live and you have to fix it a.s.a.p.
You will think, Oh crap! I’m half way through this functionality, I can’t commit
this now. What should I do?
Git branch
git branch github version controlWhen we are working with git, it’s always a good idea to use branches to encapsulate our work until we finish the development. Up until now we had worked only into the base branch named master
but it’s time to learn how to make our own branches.
All we have to do to is to create a branch, create commits to that new branch and when we are ready we can merge it back into the master
branch.
subscribe via RSS