- https://sadservers.com/ : Learn Linux by solving problems.
- https://fly.io/dist-sys/ : Distributed Systems Problems.
- https://github.com/pingcap/talent-plan/ : System Programming / Distributed System Challenge.
- https://protohackers.com/ : Server Programming Challenges.
- https://codecrafters.io/ : Implement server tech / softwares from scratch.
- https://hyperskill.org/ : Lots of projects based tutorials.
- https://hackattic.com/ : Interesting programming Problems.
- https://sadservers.com/ : Learn Linux by solving problems.
- https://fly.io/dist-sys/ : Distributed Systems Problems.
- https://github.com/pingcap/talent-plan/ : System Programming / Distributed System Challenge.
- https://protohackers.com/ : Server Programming Challenges.
- https://codecrafters.io/ : Implement server tech / softwares from scratch.
- https://hyperskill.org/ : Lots of projects based tutorials.
Any advice / hack / trick that you learned from any book and have applied in your life and benefitted from it.
This thread is for everyone who uses functional programming in their day to day life and have gone through the struggle of building mental models about functional way of doing things.
I am not looking for a guide to learn haskell syntax and any other programming syntax. I am looking for how to really learn functional programming how to build the mental models in order to think functionally. So that even if a language is not functional by nature, I can model my functions and data in functional way of building programs.
I myself write JS and Typescript for living and i came across this library https://github.com/gcanti/fp-ts
But not even 1% of this library make sense to me. So if anyone of you have gone through the struggle and overcome it and using fp in your code. Please share the knowledge to fellow learner.
Thanks <3 !!
Do you guys also have something in your mind ?
Here is are few famous ones to start with.
What the hack is event loop anyway ? (https://www.youtube.com/watch?v=8aGhZQkoFbQ&t=265s)
Recursion (https://youtu.be/IJDJ0kBx2LM)
Functional Programming toolkit(https://youtu.be/Nrp_LZ-XGsY)
While transitioning to this period I also get to know about what is functional programming and writing pure Observable streams. I understand functional programming up to this mark only.
- Pure Functions - Dot Chaining
That's it. I want to learn more of this stuff but I don't know how to start writing pure code. What to do about state change and side effects. I wanted to learn by taking a look at other people code and if anyone has a better suggestion do let me know.
These are the resources I am already aware of and reading right now.
- Composing Software by Erir Elliott - Mostly Adequate Guide by Dr. Frisby
The thing with books is that they only explain you the concept but it's hard for me to get ideas from the book and directly applying them in the codebase I am writing or in the job. Please reach out to me, if you can teach me something or provide any guidance.
I am aware of applications to track your calorie count based on your food intake. But I couldn't stick to it.
Soi wanted to know does anybody has come up with a system which really works for them?
If yes please let me know... !!
I wanted to know, does it really bothers any other person when they have to decide on what to wear. If yes, Does anyone has come up with a hack way to solve this problem?
Suggestions please.
Must to know things about SQL and maybe relational databases?
- All the photos in the cloud should be encrypted and no one should have access to them.
- There should be an autosync feature for uploading photos from my device to cloud.
- The solution can involve setting up my own server if required.
- Privacy should be put as highest priority.