MATwarog's profile picture. Java & JavaScript developer.

Maciej Twaróg

@MATwarog

Java & JavaScript developer.

Maciej Twaróg hat repostet

We’ve passed the milestone of 1,000 reviews on @Trustpilot & we’d like to say THANK YOU to all of our customers who have taken the time to give us feedback on our Home Care offering. Customers really are everything to Hometree & every review you’ve left means the world to us 🥰🙏

hometreeUK's tweet image. We’ve passed the milestone of 1,000 reviews on @Trustpilot & we’d like to say THANK YOU to all of our customers who have taken the time to give us feedback on our Home Care offering. Customers really are everything to Hometree & every review you’ve left means the world to us 🥰🙏

Really cool terminal tool: xargs It is command for building and executing command lines from standard input By default xargs reads items from standard input as separated by blanks and executes a command once for each argument E.g. ls | xargs rm #linux #os #coding


Difference between Hard and Soft links in Linux: HARD LINK -> DATA ON DISC SYMBOLIC LINK -> HARD LINK -> DATA ON DISC Hard link points to place in memory, soft link point to pointer to memory. #linux #os #programming


Type Erasure in Java Generics were introduced to the Java language to provide tighter type checks at compile time and to support generic programming. #java


Raw Types in Java A raw type is the name of a generic class or interface without any type arguments #java


Template Metaprogramming Definition: Metaprogramming technique in which templates are used by a compiler to generate temporary source code, which is merged by the compiler with the rest of the source code and then compiled. #cpp #programming


Loading...

Something went wrong.


Something went wrong.