Home
Thoughts

Video Link:

Building Real-time Apps with Go | Azim Pulat

So. He seems like a nice guy. Starts by getting to know his audience. And then figures out the traits that distinguish them. If they are programmers or not. Or whether they are frontend developers or backend and if they have any experience with Golang as a programming language. All seems okay. I am very interested to watch this video on Day 2 of my 100 Days of Code challenge. This can give me some motivation and push my thoughts in productive directions.

Why do we need a server?

We need servers because they provide essential services, data, and resources (like websites, apps, files, email) to many users and devices (clients) over a network, enabling centralized storage, sharing, complex processing, and continuous availability that individual computers can't offer, acting as the backbone for the internet and modern business operations. They handle requests, manage security, and allow collaboration, making everything from streaming videos to online banking possible by running powerful software and storing large amounts of data reliably.

Key Functions of Servers:

Why We Can't Do Without Them:

More Terms

Event Streams

Are servers involved in authentication? If yes, how? If not, why not?

Is authentication entirely a front-end task?