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...
Learning bit shifting, among many other topics! with DNS resolver coding challenge!
https://t.co/SYRW7SfmBf
Thank you! @johncrickett
https://t.co/uFgHvvq98X
#dns#typescript#buffer#url#OOP
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! 👇
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!
https://t.co/D3ZA6P4xFl
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. https://t.co/NNvqstGqjc
Found a way to make VisionCamera much faster than it already is by only locking the Hardware Config once instead of each time.
This might increase startup time a lot
tomorrow 20:00 CET I'll do my first code livestream where I implement QR/Barcode scanners for VisionCamera (incl API design, PR, etc) on YouTube, tune in: https://t.co/27vYj6OxMD
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
https://t.co/eBllFKuEBX
@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