For many months if not years I've been thinking about sharing knowledge I have. That's natural order of things of course, but because of limited opportunities of face to face contacts I didn't really have a chance to listen to people's problems and challenges. I work as full time software engineer, but also I do a lot of experiments and side projects. Because of that I've accumulated lots of different impressions and perspectives.
So I'm asking here: what would you like to read about, what are your current doubts about programming in general or related to dreaded by many subject of JavaScript and frontend frameworks. Is there any 'next level' you'd like to reach?
This question can help many other people in situation similar to mine. Thanks!
I mean, I'm not interested in a html/css/javascript tutorial, we have enough resources on that. What I found really missing on the internet (maybe I'm not that good at searching), is a step-by-step detailed guide on how to deploy/update/maintain a website. An unordered list of thing that came up to my mind:
- How to deploy the website on a server
- Which server should one use
- How to expose it on the internet (buy domain name)
- Version control and hosting the repository (GitHub vs gitlab vs ...)
- Updating your website (CI/CD like Jenkins?)
- Reproducible environments (Docker?)
- How to integrate analytics
- How to integrate ads respectfully (of your users)
- How to integrate paying contents
- How to address security
- Ho to address scalability