Sabitlenmiş Tweet
Matthew Davis
143 posts

Matthew Davis
@MatcDavis
Software Engineer | Father | Environmental Athlete 🌄 🏔️ 🧗 🚵 https://t.co/FnbTqa6TNY
Squamish, British Columbia Katılım Mart 2022
188 Takip Edilen21 Takipçiler
Matthew Davis retweetledi

Someone pretending to be Malwarebytes just submitted a false copyright strike on our first #100Devs video.
That video is now down and was the starting point for our community. The comments, people encouraging others to learn, the celebrations from folx returning to announce jobs... all gone.
My Youtube is not even monetized. I just want people to be able to learn and yt makes the content accessible for so many.
Looking into self hosting and starting the legal process of countering which can take up to 10 days.
Happy Holidays...
English
Matthew Davis retweetledi
Matthew Davis retweetledi

I put together a quick video on Static Hermes last night! Take a look:
youtube.com/watch?v=jomW9f…

YouTube

English
Matthew Davis retweetledi

Learning bit shifting, among many other topics! with DNS resolver coding challenge!
codingchallenges.fyi/challenges/cha…
Thank you! @johncrickett
github.com/TeddyGavi/Type…
#dns #typescript #buffer #url #OOP

English
Matthew Davis retweetledi

Future CSS Tip! 🔮
You can create this scrolling image pop-out effect with CSS scroll-driven animations and zero JS! 🔥
.pop {
view-timeline-name: --pop;
}
img {
animation: slide both;
animation-timeline: --pop;
animation-range: entry 100% cover 50%;
}
.skateboarder {
--x: 0;
--y: -45%;
}
@ keyframes slide {
to { translate: var(--x) var(--y); }
}
The "trick" is to layer up two image elements and keep one clipped by the container 🤙
Slide them both together and it will look like one pops out of the container 🎈 You can leverage scoped custom properties to translate by different distances too! 😎
You can use macOS's built-in image background removal tool to get the pop-out image ✨ And for added effect, you can animate the brightness on that to make it stand out ⭐️
@CodePen link below! 👇
Ridd 🤿@ridd_design
The way these images break the plane while scrolling 🤩
English

Yes its true const a = []; a is not an array :/
I guess they are objects, but they are also arrays. Oh well 🤭🤷♂️
#javascript #strange #array #object #typeof

English
Matthew Davis retweetledi

We’re calling on Volunteer Employer Mentors to join us in facilitating our soft skills upgrading through the @IEC_BC’s Tech Bootcamps initiative. Please fill out this form if you are interested in volunteering and reach out if you have any questions!
forms.gle/avKjJn57zRhvZa…

English

Playing with React to enforce some foundational concepts. :)
#junior #reactjs #React #interview #FrontEnd #FrontEndFriday
matcdavis.dev/blog/junior-re…
English
Matthew Davis retweetledi

If you’ve never created a GitHub action and you’re interested in how to do it, I walk you through the steps in my latest blog post. dev.to/opensauced/set…
English
Matthew Davis retweetledi
Matthew Davis retweetledi

Today is National Day for Truth and Reconciliation.
Reconciliation is not one day, but today let us all be mindful and bring truth and reconciliation to the forefront of our minds
youtu.be/bUPuT_agHb0?fe…

YouTube
English
Matthew Davis retweetledi

I just released VisionCamera 3.1.0!! 📸🥳🚀
This is a big release, check out the release notes: github.com/mrousavy/react…
English
Matthew Davis retweetledi

I discovered the Awaited utility type in TypeScript! Why has it taken so long for me to notice this!! I have be waiting for you Awaited.
#typescript #javascript #development #webdevelopment

English

@Squamishtown what is happening with your mobile UI??
This is what I get when I login to the recreation portal from mobile.
There are so many issues here. Accessibility? Please Address this ASAP. If you are unable, let me know I can help you out!
#broken #wai #accessibility

English
Matthew Davis retweetledi

AMAZING!
Coding Accessibility: Paul | Disability as catalyst for creativity youtu.be/xudr6NhDXfs via @YouTube
@github @accessibilty101

YouTube
English



