How did I miss this for so long? I finally found the easiest and free way to sign pdf contract on mac with Preview. It will only require a webcam.
These are the steps:
Open your document with Preview.
Go to Tools > Annotate > Signature
Click on
»
A quick note to say that I joined a network of french freelancers called greaaat, and you know what? It looks…. promising!
That was exactly the kind of network I was looking for. I think that’s a really good idea. As a freelancer you are usually by yourself
»
Even if I use git everyday, I don’t always remember the exact commands to do some git actions. This is few notes I like to have close when I need them.
Saving work in progress in a specific branch
When you need to make a quick change on another branch
»
As a javascript developer you will at one time or another find the common problem where you have something undefined because the this refers to the global window object.
Let see an example:
var MyObject = {
name: "Loic",
hello: function
»
In a recent project, I had to make the app faster. I could work on both the front end and the back-end. The is an unordered list but you should first know where is your bottleneck in your app with the help of tools like the webkit debug tool, pageSpeed
»
I won’t tell you again that testing your app is important, you know that, right? I was asked this question recently and I think it’s worth sharing it here.
PROS:
It is first a safety net. All the existing code is tested. As human programmers we make
»