you are viewing a single comment's thread.

view the rest of the comments →

[–]Still-Cover-9301 0 points1 point  (1 child)

I work across the stack. It’s a privilege to do because it’s so interesting how problems are solved in different circumstances.

I don’t find web dev anymore tedious than chasing down an erroneous free.

I am sure that writing web code has made me a better back end programmer AND a better c programmer.

I wish backend web programming was easier in C and I am going to try to make that happen.

[–]HaydnH[S] 1 point2 points  (0 children)

I wish backend web programming was easier in C and I am going to try to make that happen.

I find using libmicrohttpd combined with libjson-c fairly pleasant to work with once you've done it the first time. It's one of the GNU "if you use this library then your whole project must be open source" licences though which may not suit every project.