• Skip to primary navigation
  • Skip to content
  • Skip to footer
A software engineer's blog by Rob Lao
  • Home
  • Posts by tag
  • Posts by year

    Rob Lao

    A software engineer

    • Melbourne, Australia
    • Linkedin
    • GitHub

    Two vanillajs frontend coding tutorials my code snippets

    May 22, 2021 less than 1 minute read

    Here is the two videos:

    https://youtu.be/kBojRuXvf2Q

    https://youtu.be/4zM2DgprRPw

    Inspired by this: https://www.acefrontend.com/challenges

    Tags: youtube

    Categories: it-stuff

    Updated: May 22, 2021

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    how to over-engineer a feature manager - finding the right balance

    February 27, 2025 3 minute read

    Simplifying Feature Management with Balanced SOLID Principles

    typescript/javascript function can use returned value in arguments

    November 14, 2024 1 minute read

    ```typescript function foo({ handler }: { handler: () => void }) { handler() return { bar() { return ‘the string bar’ }, } }

    Compare Feature Flags and Settings

    October 5, 2024 1 minute read

    Almost all SaaS systems need to implement Feature Flags and Settings(or Configurations) somehow. When people talk about them, they can be mixed together. The...

    An interesting react typescript destructuring syntax, kebab naming property with a default value

    June 22, 2024 less than 1 minute read

    ```typescript type ComponentProps = React.HTMLProps

    • Follow:
    • Linkedin
    • GitHub
    © 2025 Rob Lao. Powered by Jekyll & Minimal Mistakes.