Hey there!
Looking back on this past week, what was something you were proud of accomplishing?
All wins count β big or small π
Examples of 'win...
For further actions, you may consider blocking this person and/or reporting abuse
I bought the ultimate domain for my DEV.to profile:
"π©βπ»π¨βπ».to"
I just bought π©βπ»π¨βπ».to!
InHuOfficial γ» Oct 29 γ» 2 min read
...but seriously, made some major progress on building the main website for inhu.co - should be ready to launch in the next couple of weeks!
Plus my content game is planned out for the next 12 months so expect to see a lot more content from me!
Waiting for the site! Lets see how good it actually is, as this is your first not-silly site.
Also love your content, and more content = π
Didn't realised you hadn't seen any "serious" stuff of mine.
A little out-dated now and it has fallen into disrepair but my favourite site is still my old company site klu.io as it was (and is) just so different.
The site is over 5 years old and I had only been doing websites for a few months then so there are loads of things I would do better, but as I hand crafted every single graphic and animation it still holds a special place for me!
Despite all of that - it still holds up today for most stuff (a real 100 for speed on mobile...none of this bull where people show their desktop scores!), works all the way back to IE9, it even works without JavaScript!:
Best viewed on Desktop FYI and you should check out the "The Secret to a great website" page - the mobile experience is only average at best (one of the things I would rethink).
So see what you think of that, then contrast it with the new site when it launches (new site is more corporate though so it won't be as fun!)
That site is cool, considering the fact that every animation was handmade it should have taken a while. But can't really say i like it, the design is old school.
IE9, no JavaScript... How do you even do that π¬
Progressive Enhancement - those two words still guide nearly everything I do.
You start with a base experience that will work in 99.5% of browsers but might not be fancy and then add features that modern browsers support.
As for no JS, a bit of server side magic solves that where if I request a page via AJAX it just sends a page fragment. So it works like a SPA when JS loads, but if I request a page normally (when JS fails or is switched off) then it will send the entire page as static HTML and function as a MPA.
As all the animations etc. are just SVG and CSS the only thing that changes is the page reloads instead of transitioning. Oh and a load of hacks with
vw
units to fix the crappy IE9 layout engine!It wouldn't be the word I would use to describe it as there are no old school sites that look like or behave like it either...weird is probably a better description and I am sure you are not the first person to dislike the design as I have strange taste! π€£
Although I prefer "unique" rather than "weird" as that sounds more flattering! π
The point is more around performance anyway as that is the most complex site I have seen that scores 100 on performance.
It was a technical showpiece and a learning exercise for me rather than a design showpiece as my design skills weren't (and probably still aren't) stellar!
You should also run it through Mozilla Observatory - not many sites get 125 / 100 on there and there are some interesting tricks I had to do to get the Content Security Policy to work and load Google Analytics without ruining the scores!
I might go and fix the PWA as that seems to have broken so it no longer installs πͺ
I got paid to wear a stupid costume and talk on a live stream with a cool colleague about LED powered pumpkins! I can't believe that part of my day job involved such silliness.
Too many wins to document! ππ€―
This week was awesome ππ
Hey! I successfully learnt the basics of Git!
What was you win this week Gracie?
Love it!
Thanks for asking! My win was seeing our team launch season 6 of the DevNews podcast! It's a really strong start to the season. Huge kudos to @levisharpe & the entire DEV pods crew π dev.to/devnews/s6-e1-vs-code-in-th...
I just started to listen to your podcast on Spotify, I'm on Season 3, Ep 8 and till now....I just love the podcast and Saron and Josh, and each episode is just amazing and the different guests that they have on the show!
Absolutely amazing! Kudos to the whole team!
Decided to come back to DEV and make videos
complete this Datastructure/Algos course, it's cool for refresh knowledge and earn more understands about promgramming.
udemy.com/course/coding-interview-...
β Continue to write for my book about Vim:
So many ideas popped this week, it's insane! And it's a looooot of fun π
I will earn some money for a gig I did recently, for the first time in my life. Really excited about. Never thought of coming at this point.
Wrote my first Article on dev.to
π
Huge congrats! Happy to have you here π
At work I made a public release announcement of our internal component library. So far only our team has used it, but it now has a Storybook with some nice documentation that I've been working on. Also team mate was nice to make the Storybook available for everyone so now we can finally link it with each other instead of relying on running it locally.
In personal life I've found what I stand by. I'm kind of in the beginning to understand who I actually am. So far in my life I've tried to adapt to what external pressure appears to expect of me which has blurred the line of who I am. But I don't yet know how my wife will react to this. Worst case scenario it could mean a divorce. In the other hand that is ok as I might've found inner peace that helps me be more confident on myself. Life will tell.
I launched my project π‘ Fugu after working on it on the side for several months. I love open-source and privacy-friendly software that focuses on simplicity, and Fugu is a product analytics tool that does all that π
π Published an article for a social entreprise.
βπΎ Published an article on how to manage physical weight for software engineers.
π Celebrated Halloween with my colleagues.
π Made a new connection at a networking event.
My week started off a bit shaky, but it turned out to be a nice week. I'm looking forward to the next week! π
I wrote an open-source eBook on how to get started with Docker π
bobbyiliev / introduction-to-docker-ebook
Free Introduction to Docker eBook
This is an open-source introduction to Docker guide that will help you learn the basics of Docker and how to start using containers for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use Docker at some point in your career.
The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Docker.
To download a copy of the ebook use one of the following links:
Dark mode
Light mode
Thanks to these fantastic companies that made this book possible!
β¦I built my second dApp, an NFT based game! Shoutout to Buildspace!
An NFT based game
Nick Taylor (he/him) γ» Oct 28 γ» 2 min read
Some of my college assignments take 10+ hours but I finished the JavaScript one (buildings a comments section component) in just 45 minutes.
Hi