A developer's thoughts, stories and ideas

So this time, there isn't really anything new. I've been busy with working and fixing my sleep schedule. Once I fix my sleep schedule, I can start working on some new projects and improving this site.

Some things that still need to be improved are the static content such as text and images. It is better in every way to have the data loaded dynamically from the database. This is what most CMS frameworks do, since it lets the user modify data on the fly and see the changes live. Static content (which is what I have) can only be changed after a full push and restart. It does take up some time to load the data, but since this is a small site anyways, it's negligible. The question is whether to have a single call or multiple calls for each page. I think it'd be good practice to have multiple calls for a large website, since users probably won't be visiting all the pages each time they visit the website (say, Facebook or Twitter). In my case, a single call would be sufficient since the data is small enough, but I've got time to think about it.

You’ve successfully subscribed to Jason's Blog
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.