Coder Social home page Coder Social logo

minor-webdev_browser-technologies's Introduction

Curious how this dynamic README was made? Check out https://youtu.be/jVg-qkQ01lI

Hi, I'm Dave ๐Ÿ‘‹

I am a Senior Front-end Consultant, Developer Advocate and Google Developer Expert for Web.

I am a Senior Front-end Consultant, Developer Advocate, and Google Developer Expert for Web, with a rich background in development and design. I have amassed considerable experience creating state-of-the-art, human-centered web applications. As a Developer Advocate, I take immense joy in sharing my expertise with fellow developers and empowering them with the tools, resources, and support needed to deliver exceptional web experiences.

I have a unique perspective on web development, combining my experience in both development and design to deliver exceptional results for clients. I am skilled in developing user interfaces that enhance the user experience and enjoy working collaboratively with designers to create visually engaging designs. My approach to web development is always user-centered, ensuring that the end product is not only functional but also aesthetically pleasing. My expertise in user-centered design ensures that my web solutions are not only visually stunning but also intuitive and easy to use.

I have worked with a wide range of organizations, including large multinationals and small startups, and have helped them overcome challenges and achieve their goals. In my current role as a Senior Front-end Consultant, I continue to deliver innovative, user-centered web solutions that exceed client expectations.

In conclusion, my skills, experience, and passion make me a valuable asset to any organization. I am excited about the prospect of contributing to an organization's mission of delivering exceptional web experiences and look forward to the opportunity to discuss my qualifications further.

Writing ๐Ÿ“

I write a lot on a wide range of topics regarding front-end development and everything linked to that. You can have a look at davebitter.com!

My latest articles:

YouTube ๐ŸŽฅ

I publish a new YouTube video on the Frontmen channel with front-end tips every Friday. You can check it out here!

My latest videos:

Social ๐Ÿ“ฑ

You can find me on the following social media platforms or send me an email:

minor-webdev_browser-technologies's People

Contributors

davebitter avatar

Watchers

 avatar  avatar  avatar

minor-webdev_browser-technologies's Issues

W1/EX2: LocalStorage

We should use LS to remember configurations for the neigborhood-match, but not rely on it.

Yeah, but that's the hard part ;) Already have an idea how?

W1/EX2: JavaScript/SPA

We could also use the :target selector to try to build SPA functionality. This is kind of hacky so we would better of going for the traditional way of routing.

Agreed. It can be done, but it feels kind of weird. Still, creating most of your UI in HTML makes it load faster, which could be reason enough to use it. See also this article on Progressive Enhancement and why it's still important.

The Google Maps part is not in our control. We basically use their JS code to have a functioning map.

The question though, is the Maps part the core functionality of your app? Or are there other ways of letting users tell you their location?

W1/EX2: Icon fonts

We should use SVG's or even PNG's to replace the icon-font

Always question yourself when you're adding โ€œemptyโ€ elements in your DOM. Most of the times, this pattern contains a bug somewhere:

<a href="#"><i aria-hidden="true" class="fa fa-sliders"></i></a>

Try to always include text for your a elements. Good thing you're using a link here though (even though it points nowhere, #) :)

2.1 Geolocation

In order to still get peoples latitude and longitude two inputs are shown when on those browsers.

Not really, I don't get to see anything :) Do you? (Hint: geolocation doesn't work over http anymore, you need https. So your feature detect works (the browser does support the API), but the feature itself doesn't. What's a better way to do this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.