have taken up studying french via podcasts… literally my new favorite thing, i love to just wander around and listen
30|05|2023
23/50 days of productivity
Finally a sunny day, I don't know how long it will last, but it was great. This book I am reading for uni is becoming my arch nemesis, it will be my villain origin story, I am detesting it. I have been complaining a lot, but I have to get my frustration out so you'll have to excuse me. I got the weird idea of trying to power though the last two chapters tomorrow. I am not sure I'll manage but if I read them both in the morning when I am more focused I might manage to accomplish that. Wish me luck.
Productivity:
posted my first update on the 2023 fantasy reading challenge
finished writing down notes (and highlighted them) for the fourth chapter of Detienne's Creation of Mythology
read and highlighted the fifth chapter
wrote notes for the whole fifth chapter (I wasn't expecting to finish it today, and I am very proud I did)
finished downloading the recorded lectures of another course I want to work on in June
Irish on duolingo (still on my bare minimum bullshit so there has bene zero actual progress lately, but it's all my brain can take atm)
Self care:
read first thing in the morning
I'm trying to pay a bit more attention to my skin care but idk how long it will last (at least I'm trying)
📖: She Who Became The Sun by Shelley Parker-Chan, The Creation Of Mythology by Marcel Detienne
hi hi! love your blog! I am also working on building sites for my portfolio but am a little stumped on how/where to deploy them. would you mind sharing what you are using for deployment? thanks!
Hiya! I know a few places I've tried in the past and some I am yet to try but I know other developers use them!
GitHub Pages is a free static site hosting service that allows you to publish your website directly from a GitHub repository. It supports HTML, CSS, and JavaScript, as well as Jekyll, a static site generator. I used GitHub pages a lot since I use GitHub to keep all my repositories.
Replit is a cloud-based development environment that provides an integrated IDE, code editor, and hosting platform all in one place. With Replit, you can easily create and deploy web apps, games, and other projects in multiple programming languages such as Python, HTML, CSS, and JavaScript. I use Replit a lot too for my other much smaller projects that I can’t upload on GitHub to run the program online!
Netlify offers a free plan for static site hosting that includes features such as continuous deployment, custom domains, and SSL encryption. It supports HTML, CSS, and JavaScript, as well as serverless functions and other backend technologies.
Heroku offers a free plan for hobbyist developers that allows you to deploy up to 5 applications. It supports many languages and frameworks, including Ruby, Node.js, Python, Java, PHP, and Go. Heroku allows free hosting for small applications.
Firebase Hosting is a free service that allows you to host and deploy your web app or static content to a global content delivery network (CDN) with SSL encryption. It supports HTML, CSS, JavaScript, and other static assets. It allows free hosting for small applications.
Surge is a free static site hosting service that allows you to publish your website with a custom domain or a Surge subdomain. It supports HTML, CSS, JavaScript, and other static assets. Allows free hosting with unlimited bandwidth.
Each of these free deployment options has its own cons such as:
Its lack of server-side functionality
Limited database support
The cost of advanced features
Limited control over the infrastructure
May not be suitable for more complex websites or applications
However, for small projects, I think you’ll be fine with the free options!
Hoped this helps and good luck with your websites’ deployments! 🥰🙌🏾💗
Last week Heroku announced that they’re discontinuing their free tier and add one. This lead many developers to find alternatives, as heroku’s free plan allowed developers to host a variety of small and demo projects.
The 4 hosting providers listed here are some of the alternatives available for Heroku. The free plans can generally allow developers to host demos and small projects.
Do you use Heroku? And have you migrated to another hosting after this announcement?