Home » Archives for Duke

Duke

How to Do Copyright Symbol on Mac?

How to Do the Copyright Symbol on Mac

If you’re wondering how to type the copyright symbol on a Mac, the solution is quick and easy. Mac keyboards come with built-in shortcuts for special characters, including the copyright symbol...

How to Close Full Screen on Mac - Three ways to do it

How to Close a Full Screen on Mac

If you’re new to Mac, like I am, you might be wondering: How do I close full screen on Mac? Don’t worry, it’s very simple once you know how! Here are three quick and easy methods you can use to...

How to install postgres on MacOS

How to Install Postgres on MacOS

If you’re working on a Node.js project and run into errors like ECONNREFUSED ::1:5432, chances are PostgreSQL isn’t running — or it isn’t even installed. Here’s a quick guide...

Little Coding Things default cover

What does git add -a do?

If you’re reading this post, chances are you’re looking for a Git command that stages all changes before committing. To set the record straight: the correct command is git add -A. A quick...