Best of HTMLOctober 2020

  1. 1
    Article
    Avatar of hashnodeHashnode·6y

    40 Amazing Developers You Should Follow On Youtube

    There are some of the most amazing developers that will teach you everything you need to know for HTML, CSS and JS. If you want to learn anything from React, Angular, Vue or even NodeJS, Mongo, AWS and much more, there are great people to follow here.

  2. 2
    Article
    Avatar of gcgitconnected·6y

    How to Build a Web Developer Portfolio for Free

    Stephen Anderson shows you how to build a free Web Developer Portfolio for free. Use GitHub Pages to host a static website from your GitHub account for FREE. Unsplash is a website with over 2 million free high-resolution images brought to you by the world’s generous photographers.

  3. 3
    Article
    Avatar of hashnodeHashnode·6y

    Hyper-Lightweight Website Designs

    Hyper Lightweight Websites (Chris Zacharias) is a reconception of a web-based user interface designed for the purposes of pushing the limits of performance. The goal is to provide an experience, roughly consistent with the real thing, that can be delivered to an end-user as fast as possible.

  4. 4
    Article
    Avatar of hashnodeHashnode·6y

    Reduce Google Fonts file size by more than 80%

    Sometimes we only need a font for a couple of words, like a logo or slogan. In this post, I'll show you how you can reduce your font file size by more than 80%. This size reduction will be more effective the fewer characters you need. We'll only download the characters we need.

  5. 5
    Article
    Avatar of hashnodeHashnode·6y

    10 useful HTML file upload tips for web developers

    With HTML5 the File API is added to the DOM. Using that, we can read the FileList and the File Object within it. This solves multiple use-cases with files, i.e. load them locally or send over the network to a server for processing, etc.

  6. 6
    Article
    Avatar of hashnodeHashnode·6y

    Top 10 Python Packages you should try right now

    Python has various packages to make your life easy so that you don't need to code from scratch. These are some of the packages which you can use to build your next project in Python. These were some packages which can do testing or build machine learning projects. Try using any one of these packages and let me know what you built.

  7. 7
    Article
    Avatar of hashnodeHashnode·6y

    Light and dark mode image in HTML

    HTML can detect if the user prefers a dark or light colorscheme and show a different image to them based on that. By default, it will show the light image, but it will shows the dark image if the person prefers the dark scheme.Feel free to have a play with this on Codepen.

  8. 8
    Article
    Avatar of bitBits and Pieces·6y

    Getting Started with Malina.js

    Malina.js is based on Svelte design. It produces (on compiling) nothing more than the app’s implementation code. It has a Malina CLI tool that enables a fast scaffolding of an app. Share reusable components between projects using Bit (G Github)

  9. 9
    Article
    Avatar of quick_codeQuick Code·6y

    Useful extension for frontend developer

    Git lens lets you track all changes in file in a convenient way. Live share allows us to work literally together in one file. Prettier supports all formats for frontend developers. Material Icon Theme is good when you have a different icon for every situation and know what this file contains.

  10. 10
    Article
    Avatar of hackernoonHacker Noon·6y

    Puppeteering HTML - The Art of Creating Optimized Web Pages