Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 17, 2019 11:44 am GMT

Websites I frequently use

Daily news :
  • dev.to
    This website. No further information needed

  • Twitter
    I use Twitter to stay up to date. I really like the new Twitter design, which also offers me the explore feature that you might already know from the app. If you like to, you can also follow me on Twitter (@fullstack_to) .

  • css-tricks.com
    In my job, my main focus is not on writing CSS or doing webdesign. But I am very interested in this topic. CSS-Tricks has some great articles and solutions for most of my (CSS) problems.

Cheat sheets :
  • Array explorer
    There are many things you can do with an array in JavaScript. Too many to remember all of them. The Array explorer let you choose what you want to achieve and provides code examples and documentation for your selected function.

  • Object explorer
    Similar to the Array explorer but for JavaScript objects.

  • CSS-Grid generator
    As mentioned above, I don't do CSS frequently. To create perfect CSS grids, the CSS-Grid generator is quite handy.

  • cheat.sh
    You don't actually need to use the website, because you can use curl to query cheat sheets from cheat.sh (e.g. curl cheat.sh/vim) on your command line.

  • Git and Git Flow Cheat Sheet
    The basic Git commands (like git add, git commit, git checkout or git merge) are already manifested in my brain. But there are many more commands I cannot remember and therefore I use the Git and Git Flow Cheat Sheet.

Tools :
  • Regex 101
    For me personally, regular expressions are hard to remember and I welcome every tool which assists me whilst writing regular expressions. Regex101 is my website of choice, because it has quick tips, match explanation and explains me why my regex matches (or not ).

  • Base64 Encoder / Decoder
    You can also encode and decode base64 data in your terminal. But most times I use base64decode.org.

  • Remove Background
    Sometimes I need to remove the background from images. remove.bg is the perfect tool for this task.

  • JSON Query Playground
    I often need to deal with JSON data (for example in API responses). I like to use jq to query JSON data. The JSON Query Playground allows me to build jq queries in my browser.

  • Deepl Translator
    You might already noticed that I am not a native English speaker . Deepl helps me to check whether my wording is correct or not (if you can recommend a good grammar checker, please put it in the comments ).

Docs :
  • Docker
    The Docker documentation. What more could I say?

  • Kubernetes
    Kubernetes is a powerful beast but it makes deployment, scaling and management of containerized applications so easy (depending on what you compare it to ). The Kubernetes documentation is the one stop shop for my problems / questions.

  • GatsbyJS
    I recently started using GatsbyJS, for most tasks I need to consult their documentation.

  • React
    I used Angular for many years, but switched to React a couple of months ago. I often need to look into the React documentation (I cannot remember conditional rendering syntax even if I try really hard ).

  • DigitalOcean Tutorials
    There are many good tutorials written by DigitalOcean community members. At the time of this writing, there are over 2,200 tutorials. The topics range from setting up a Linux server to highly specialized topics such as installing a Galera cluster or canary deployments with Istio and Kubernetes.

Fun stuff :

  • CommitStrip
    Comics about the daily life of web agency developers.

  • Giphy
    Gifs are always good for a laugh in our Slack channels

If you like my content, you might want to follow me on Twitter?! @fullstack_to


Original Link: https://dev.to/fullstack_to/websites-i-frequently-use-1elj

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To