lemmy_in@lemm.eetoProgramming@programming.dev•Resources for RESTful API Integration practice?
5·
4 months agoPick a popular online service with a public API and write some scripts that integrate with them. Learn by doing.
Pick a popular online service with a public API and write some scripts that integrate with them. Learn by doing.
So long as you have robust data sanitization on the backend to prevent XSS and HTML injection attacks…
If you can get away with just using Markdown, you should definitely use that instead of full HTML.
It’s perfectly normal for your computer to have daemons.
“Embargo” sure is a funny way to say “launching pirate raids and missiles”.
And then, because you were never in a classroom and never took a class on security, you probably have no idea what a buffer overflow attack is or how to use tools like valgrind to check for them.
Then you put your C code on the internet and get your server pwned inside of an hour.
Slightly hyperbolic? Yes definitely. But there is a reason we don’t teach C to beginners anymore. Generally you want them to understand the mindset of coding before throwing them in the deep end. And I would bet nothing has caused more people to quit programming then
Segmentation fault: core dumped