Designer News
Where the design community meets.
Designer and developer: davidyeiser.com Joined about 9 years ago
One quick comment: the pricing options towards the bottom were a little confusing to me, I assumed they were all related to the React Native curriculum list above and with the first you got maybe half the lessons. It wasn't until I noticed that M1 said React and M2 said React Native that I figured it out. It may have just been me but wanted to point it out just in case — maybe making the middle one a bit larger and accenting the React Native vs React in the titles would help.
Anyways, my inability to read aside, this looks like a fantastic resource — thanks for taking the time to make it.
Not really too much of a hot take or how-to, I just really like CSS and JavaScript and had fun writing a quick post about it. ¯\_(ツ)_/¯
Companion GitHub repository here: airtable-nextjs-blog
Here’s mine: https://davidyeiser.com/static/files/Resume.DavidYeiser.2018.pdf
I didn’t put much emphasis on what I did at each job — but I got interviews at various places so I guess it worked okay. Though the resume was always just a formality really, I don’t think they are as important in our field as in others.
Thank you — appreciate it!
On all pages the background behind the main white is red. You have to pull the edges at top/right/left/bottom via scrolling (and have to do it in Safari or Chrome) to see it.
The idea for the 404 is that the page can't be found, therefore there's no white "page" on top of the red and just the red is showing.
I wrote a little more about it here: https://davidyeiser.com/post/basik-wordpress-theme
And some screenshots are here: https://twitter.com/davidyeiser/status/939163784526073856
It's meant to be a theme that's simple to understand and navigate for beginners — a good starting point for customizing and adding things and figuring out how to make things work by changing something and seeing what happens.
The actual new logo is a measured iteration from the old logo that combines vision with continuity. Basically what all other good rebrands have in common (Instagram for example).
Old:
New:
I see the rest of the brand, the numerous fonts and colors, as fertile soil for all types of future expressions. It’s highly flexible, yet coherent. For example, I think you’ll be able to immediately recognize the “Dropboxness” of anything that uses the new brand.
And even if you hate everything about it you have to admit those color combinations are 100 emoji
I think Max Schoening is working on this: https://twitter.com/mschoening/status/847496408168976384
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Export Code is a Figma Plugin I created that allows you to export assets in Figma to code. If you have an icon collection for an app for example, you can create React components for each of those icons with the click of a button. Or Vue components. Or a TailwindCSS plugin that adds classes for each icon, or Sass variables for each.
The most important part of the plugin is that you can edit the templates that generate the code. So you can tailor the template exactly to whatever dependencies and tools may be unique to your development setup.
You also can combine multiple assets into a single component with variants that are mapped to props.
More information: https://oombla.com/