Skip to content

Latest commit

 

History

History
308 lines (223 loc) · 9.03 KB

File metadata and controls

308 lines (223 loc) · 9.03 KB

Learn X in Y minutes

overview for a lot of languages

Brad Traversy's Humongous List

https://github.com/bradtraversy/design-resources-for-developers/blob/master/readme.md

List of (Free) Online Courses

https://www.frontendmentor.io/resources

List of Sites with Free Tiers

https://github.com/ripienaar/free-for-dev

Marko Denic's List

Coding Challenges (with Community)


AI

https://chat.openai.com/auth/login image AI - https://stablediffusionweb.com/#demo music AI - https://www.aiva.ai/ developer AI search engine - https://phind.com/


Animations

https://animejs.com/


APIs


Color Picker

CDNs


converter

https://convertio.co/pdf-svg/ (image) https://www.xconvert.com/ (m4a -> mp3, images, loads!)


DeadLinkChecker

check for dead / broken links


DNS = Domain Name System

The Domain Name System (DNS) maps hostnames to IP addresses, just like phonebooks map people's names to their phone numbers. When you type URL www.yahoo.com into the browser, the browser contacts a DNS resolver that returns the server's IP address. DNS has a cost; typically it takes 20 to 120 milliseconds for it to look up the IP address for a hostname. The browser cannot download anything from the host until the lookup completes. So it is a good idea to reduce your DNS lookups.


Domains to buy

Recommended:


Down - Websites

https://downdetector.com/ https://downforeveryoneorjustme.com/ –––

Emojis

https://slackmojis.com/ –––

favicons

to check: https://realfavicongenerator.net/favicon_checker# to generate: https://realfavicongenerator.net/ –––

Fonts

hassle free / ohne Abmahnung: https://gwfh.mranftl.com/fonts


games that teach programming


icons (free)

Icon Generator for Apps

https://appicon.co/


IDEs, online + free

JSFiddle: https://jsfiddle.net CodePen: https://codepen.io JS Bin: https://jsbin.com Repl.it: https://repl.it –––

images, illustrations (free)


image size, reducing, compressing

convert anton.jpg -scale 500 anton.jpg
convert meetup-work-as-a-dev.jpg -scale 800 meetup-work-as-a-dev.jpg

the value determines the width in px


JSON Server

JSON Server is a Node Module that you can use to create demo rest json webservice in less than a minute. All you need is a JSON file for sample data.


MD to PDF

Markdown to pdf conversion: ### MD to PDF https://cloudconvert.com/md-to-pdf


Open Graph Checker:

placeholder IMAGES / Unsplash

Docs: https://source.unsplash.com/

<img src="https://source.unsplash.com/80x120" alt="random image">

multiple random images:

<img src="https://source.unsplash.com/random/200x200?sig=1" />
<img src="https://source.unsplash.com/random/200x200?sig=2" />
<img src="https://source.unsplash.com/random/200x200?sig=3" />

more parameters example: <img src="https://source.unsplash.com/featured/100x160/?{sky},{sea}">


Presentation

like powerpoint...


LMS

  • Canvas (TeSi's choice)

Maps

Mapbox GL JS (recommended by Moritz): https://docs.mapbox.com/mapbox-gl-js/example/ Static Map Maker (Bing, Google, HERE, Mapbox, MapQuest): https://staticmapmaker.com/


Network Connectivity Check


Open Source Leg-Ups

  • First contributions is a hands-on tutorial that walks you through contributions workflow on GitHub. When you complete the tutorial, you have made a contribution to the same project.
  • [https://up-for-grabs.net] is a site that aggregates (rolls up and makes easy to explore) projects that actively want help. They label those projects with things like “up-for-grabs”, “jump-in” or “help wanted.”
  • goodfirstissues.com is a site that aggregates the latest issues with the label “Good First Issue”, which is a GitHub feature for finding easy issues to tackle (see here). goodfirstissues.com empowers first-time contributors to find and select issues that they want to solve.
  • goodfirstissue.dev curates easy pickings from popular open-source projects, and helps you make your first contribution to open-source.
  • CodeTriage helps you subscribe to your favorite open-source projects and get a new open issue from them in your inbox every day.
  • Read blog posts and guides on how to contribute to an open source project, then pick one!
  • Get Involved in Tech walks you through setting up your GitHub account, exploring StackOverflow, setting up a blog and starting to tweet! source: https://www.firsttimersonly.com/

PDF


QR Code Generator


SVGs, Free

Terminal styling tools

https://ohmyz.sh/ –––

Text Compare, online

https://text-compare.com/


Transfer Data / Files

https://wetransfer.com/ https://www.uschovna.cz/en/ –––

URL shortener

https://rebrandly.com/ –––

Test Google Structured Data for Correctness**

works with URL or snippet https://validator.schema.org/


Web Components