Git commands Cheat Sheet: I listed around twenty most used Git commands. Unfortunately
If you're learning to code, be sure to follow me and never miss tips like this.
Here's a light version if anyone is interested.
This is also a great learning resource.

gitexplorer.com

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Marko ⚡ Denic

Marko ⚡ Denic Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @denicmarko

24 Nov
Learn to code with these interactive tools.

🧵
1. JSRobot (by @reaalkhalil)

Learn JavaScript by playing a platform game: Control a robot to collect coins, avoid obstacles and reach the flag at the end of the level.

Link: lab.reaal.me/jsrobot/
2. CodeCombat (@CodeCombat)

Learn typed code through a programming game. Learn Python, JavaScript, and HTML as you solve puzzles and learn to make your own coding games and websites.

Link: codecombat.com
Read 25 tweets
3 Nov
Useful websites for web developers.

🧵
1. AI Image Upscaler (by @Steven_Strange_)

Upscale and enhance your image by using the latest AI technology. Support batch process.

Link: imgupscaler.com
2. Icons8 (@icons_8)

Download design elements for free: icons, photos, vector illustrations, and music for your videos.

Link: icons8.com
Read 9 tweets
1 Nov
Free certifications for developers.

🧵
1. FreeCodeCamp (by @freecodecamp)

10 certifications available:

~ Responsive Web Design
~ JavaScript Algorithms and Data Structures
~ Front End Libraries
~ Machine Learning
~ Data Visualization
...

Link: freecodecamp.org/learn/
2. Fundamentals of digital marketing (by @Google)

There are 26 modules to explore, all created by Google trainers, packed full of practical exercises and real-world examples to help you turn knowledge into action.

Link: learndigital.withgoogle.com/digitalgarage/…
Read 9 tweets
29 Oct
JavaScript tips you won't see in most tutorials.

🧵
1. Copy to clipboard

You can use the `Clipboard` API to create the “Copy to clipboard” functionality: ```javascript function copyToClipboard(text) {   navigator.c
2. "Go back" button

Use the `history.back()` to create a “Go Back” button. The image contains a code block.  ```html <button onclick=&q
Read 14 tweets
22 Oct
Useful websites for developers.

🧵
1. Erase bg (@erase_bg)

Remove background from images and download high-resolution images for free. You can also edit and resize images as you like.

Link: erase.bg
2. vscode.dev (@code)

When you go to vscode.dev, you'll be presented with a lightweight version of VS Code running fully in the browser. No install required.

Link: vscode.dev
Read 8 tweets
20 Oct
CSS tips you won't see in most tutorials.

🧵
1. When you work with transparent images you can use the `drop-shadow()` filter function to create a shadow on the image's content, instead of `box-shadow` property which creates a rectangular shadow behind an element's entire box:

filter: drop-shadow(2px 4px 8px #585858); Two images shown. One with rectangular shadow around whole i
2. Center anything

Easily center anything, horizontally and vertically, with 3 lines of CSS: ```css .center {   display: flex;   align-items: center;   j
Read 18 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(