Learning by breaking stuff
anything, but i have no money
No blogs yet.
Hi guys, so, i believe that you guys use git, or most of you use it... So, here's a interesting thing. About the command: git add -A The documentation said something about the user making changes to the "staging area”, but i used “git add . “ and it...
So... here's another one, I'm sure everyone here works in the following way: You get allocated to a project. have on a local machine wamp, vagrant, docker, whatever.. you download (via git/svn) the source code to your local machine + the get the db,...
So.. here's a problem i encountered last month... i have some long queries, a lot of inner/left and right joins, some group by's and where's that work on a 12gb database. The DB has around 120 000 - 200 000 or more, entry rows, per table. i tried: in...