Updates: page 24

  1. Over inflated Medium

    One thing folks seem to think about Medium is that it gives their writing more exposure. I don’t think it’s true.

    Of course Medium wouldn’t do anything like over-inflate your stats to make you feel like you have to publish there, because they never do other dark patterns...

  2. I’m booking new website projects

    Hey Pals 👋

    I am taking bookings for September onwards and I’m specifically looking to work on new website / brochure site projects.

    Ideal projects would be:

    • I design and build you a website
    • I build a website that you designed
    • I design you a website and give you templates

    Stuff I focus on:

    • Progressive enhancement
    • Accessibility
    • Performance
    • User-focused design

    I would especially love to work with you if you’re a non-profit or your business is aimed at helping people who need help the most. My DMs are open or send an email to me@andy-bell.design.

  3. Simple Python Server

    Do you want a super quick and easy local server on Mac (and probs linux)?

    1. Open your Terminal
    2. cd to your project directory
    3. Run python -m SimpleHTTPServer
    4. Open your browser to localhost:8000
    5. Done

    Update permalink

    Florens Verschelde has just blown my damn mind with this: npx serve which will serve up your site on localhost:5000. Amazing.