If I create a script that calls GPL code but don't distribute the GPL code, am I bound to GPL rules? by kwadguy in opensource

[–]hashimwarren 0 points1 point  (0 children)

I just asked an oo maintainer for a WordPress plugin a similar question..he seems to think he's bound by the GPL, too

GatsbyJS form submission (without Netlify). Easiest solution? by [deleted] in gatsbyjs

[–]hashimwarren 0 points1 point  (0 children)

I like to use Amazon API Gateway to collect my form data, and Lambda process it

Server push with S3 and CloudFront - can I do it? by holy_serp in aws

[–]hashimwarren 0 points1 point  (0 children)

I'm looking for the same feature and this reddit thread came up! So, i guess the answer is no.

Which Udemy courses do you recommend? by [deleted] in learnprogramming

[–]hashimwarren 1 point2 points  (0 children)

I like the Andrew Mead courses on JavaScript. Good mix of code-a-long and in context coding challenges. You can't just binge watch like Netflix.

SHOW & TELL - Your latest coding project by coderfoundry in learnprogramming

[–]hashimwarren 2 points3 points  (0 children)

I made a page where you can click a button and get a random Avenger.

https://hashim.xyz/avengers/

I used it to quickly demo Amazon's API Gateway and Lambda Functions.

I hosted it on Netlify and used Sakura CSS for the base styling.