Category: Random
-
How to go back multiple directories in a linux terminal command line
Often when I am using the command line in a terminal on Linux I need to go back more than one directory. Usually you use the command cd .. Which takes you back one level in a directory. For example if you are in /var/www/http and you type cd .. you will be in directory […]
-
Link to Doctrine annotations list
This post is because I will never remember how I found this link to the list of annotations for doctrine. Doctrine Annotations list
-
PHP random links and resources
PHP the Right way – a website/book full of the most useful information you will find about PHP
-
Scala database access driver client links and resources.
Resources and links about accessing a database in Scala. An async postgre mysql db access clientÂ
-
Why are Scala val variables called values?
One of the oddest things I encountered when starting to learn Scala was seeing variables called values instead of variables. When I first started reading the docs I saw a list of values of the classes, traits etc. I kept wondering WTF is a value why not call it a variable like every other language. […]
-
Interesting blog about databases
I found this link somehow. This guy has all kinds of interesting information about databases, programming and technology in general . https://aphyr.com/tags/jepsen
-
Cool electronic recycling ideas
Cool ideas for reusing electronics Things you can make from old, dead laptops What is worth salvaging from an old smartphone?
-
random cool links
I am all over in the tech. I have quite a few inventions I am working on. I stay busy learning about tech all day everyday and all it does is give me more and more ideas. One day I’ll catch a break and get some money and start inventing away. software to calculate woofer […]
-
Scala Java Joke
Interviewer: How much do you know about Java? Me : Enough to decide to learn Scala Interviewer: Do you not like Java? Me: I’d rather not write a paragraph to simply create and use an object