@J_cordz7+Today I made a repository :merge: at Hack as a Service! :haas: It's the #10 repo π and a .github readme for the Org! You can check it at: github.com/hack-as-a-service:github:
This are a special kind of README.md files that appears at the main page of the organization, and it can be customized to have as well a different version for the org members, similar to the one available at Hack Club's GitHub. :quad_parrot:
It has a general description about what is HaaS, different links π for other of the project repos, a License π± Section, a How-to-Contribute π§ guide in progress and a part about what's Hack Club! :hack-club: Also here's a yesterday's screenshot πΈ on the exact time the hour changed to be May 14 and my birthday!
π° :parrotdad:
@J_cordz7+FIRST SHIP EVER!!! π’ :quad_parrot: π Hello everyone, today I can finally and very happily say that I have made my first ship! And not just one, but 2 in 1! π₯ So let's get started! :parrotdad: The first thing I'm shipping right now is my Splatter Paint π¨ project made with Paper.js :javascript: This is a HTML Canvas which lets the user draw circles with different sizes and colors and a linear path ποΈ as well. My code is hosted on my GitHub Account :github: and it's deployed using Vercel! :vercel: This is as well the first project on which I use it, and I must say it's very cool to use! Thanks to all of this, I can say that this project helped me to understand better how JavaScript works, how to write awesome :cooll-dino: READMEs and how to deploy with Vercel. ποΈ So the second thing I did is a great CSS :css: Customization to my #scrapbook :hack-club: profile! (This is also the first time I'm posting to it outside of the channel itself).
I did it a few days ago as you can see it on my Scrapbook posts, but I was told to ship this as well! This features a custom background with a texture, gradients, the application of elements like :before and :after , some cool borders and a great animation! From this I learned how to get better at design and with CSS.
To all of this I'm attaching some pictures πΈ of the projects and the links! π π
github.com/J-cordz/Splatter-Paint:github:splatterpaint.vercel.app π
gist.github.com/J-cordz/e9d92b3b5cba0e35ed6ec830d1a2b0b2:github:
That's all for today, feel free to β any of the projects or follow me if you like and see y'all later with the next Ship!! Wahoo!
@J_cordz7+Today starts May! And that means my birthday π° π is in two weeks! :parrotdad::tw_spiral_calendar_pad: Here's as well a picture of a plant π± I took today and a very awesome picture of my new Scrapbook CSS Stylesheet! :css: This is the most complex design I've done for it: It includes a custom background with a texture, gradients, special sized borders with a cool :cooll-dino: red color #EC2F3A I did with the hexadecimal value, and great Pseudo-elements like :before and :after! Also thanks to the #scrapbook Prisma/Postgres:prisma::postgres: database I learned that I have a 210 days streak! And speaking again on this, here's my Scrapbook website and the GitHub :github:Gist! Feel free to star β it if you like it!
@caleb2I hate email so much that I wrote a horrendous non-spec-client SMTP server in ~2 hours at midnight
βοΈ send an email to anything@mail.calebden.io and it'll get forwarded to #calebs-steps (unless it breaks which it probably will)
fun facts:
β’ doesn't support TLS
β’ doesn't check message signatures
β’ uses regex + some cursed logic to extract the message
β’ actively violates several parts of the SMTP specification
and the github: github.com/cjdenio/bad-mail-server