Skip to content
View davidvandenbor's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report davidvandenbor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
davidvandenbor/README.md

Art director / Frontend Developer @ Studio VandenBor

I design. I create. I code. I teach.

I combine art direction with web design and front-end development on almost all of my projects. As an art director (and coder) I see myself more as a creative problem solver, rather than a person with a "fixed skills" set. My approach is to go "solution hunting" for clients. I mix and match current tools and techniques to come up with "exact fit" designs or products. It's not a question of: what does a client want? But more in the lines of: what does a client need? I come up with answers that are exact fits to specific problems they want solved.

www.davidvandenbor.nl
https://github.com/davidvandenbor
https://www.linkedin.com/in/davidvdbor/

Buy Me A Coffee


Code Snippet Playgrounds

An overview page of my code snippets archive, pushed to CodeSandbox. Each code snippet sits inside a virtual "Playground". You can play around with the code: in Codesandbox the snippets update live in preview windows! You can also open each Playground in a new larger window for tinkering and editing. My playgrounds are individually hosted on Github as repos, and are automatically updated/pushed to Codesandbox previews!

The reasoning behind it

It became difficult for me to manage my Codepens on codepen.io. There wasn't an easy way to back them up, and there was no archive management or version control. I also wanted to have playgrounds similar to Codepen, but without constantly having to manually create Codepens by hand or maintaining a second parrallel code base to my original snippet collection. With CodeSandbox I don't need to make "physical" playgrounds. The repo's automatically get "pushed" to CodeSandbox, where they are displayed/showcased.

The flow more or less looks like this:

overview

Tutorials with integrated playgrounds (in Dutch)

https://davidvandenbor.github.io/playgrounds/oefening-css-media-queries
https://davidvandenbor.github.io/playgrounds/oefening-css-navigatie-desktop-mobile/
https://davidvandenbor.github.io/playgrounds/oefening-html-includes/
https://davidvandenbor.github.io/playgrounds/oefening-css-grid/

code snippets

https://github.com/davidvandenbor/html-includes-with-standard-javascript
https://github.com/davidvandenbor/css-media-queries
https://github.com/davidvandenbor/css-grid-lines
https://github.com/davidvandenbor/css-grid-areas
https://github.com/davidvandenbor/navigation-desktop-mobile
https://github.com/davidvandenbor/css-animation-via-intersection-observers
https://github.com/davidvandenbor/css-animation-linked-to-scrollbar
https://github.com/davidvandenbor/scalable-css-grids-and-columns-without-media-queries
https://github.com/davidvandenbor/mijn-eerste-webpagina
https://github.com/davidvandenbor/html5-video-example
https://github.com/davidvandenbor/html-onepager-example
https://github.com/davidvandenbor/svg-examples

Pinned Loading

  1. Twig-Gulp-Foundation-starterkit-for-prototyping Twig-Gulp-Foundation-starterkit-for-prototyping Public

    Boilerplate for prototyping responsive sites or apps with Foundation

    JavaScript 1

  2. Twig-Gulp-Bower-LibSass-Foundation-Starterkit Twig-Gulp-Bower-LibSass-Foundation-Starterkit Public

    Twig Gulp Starterkit with Bower, LibSass Foundation and Gulp Pretty Urls baked in.

    CSS 1

  3. html-includes-with-standard-javascript html-includes-with-standard-javascript Public

    Create a single reusable navigation menu and "include" or insert it into as many other HTML pages as you like. With a little Javascript. And oh Yeah: it's responsive!

    HTML

  4. playgrounds playgrounds Public

    My Code Snippet Playgrounds. Integrating Github with CodeSandBox for coding educational purposes.

    HTML