From 0f72905bbfd77bd256cfe86896656192446f0675 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 16 Aug 2020 17:45:53 -0700 Subject: [PATCH 1/2] added link to blog for startups --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446a56c..8aa80cf 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Useful articles and learning resources. - [Swagger](https://swagger.io/) - Design and document APIs compatible with OpenAPI specification. - [StackEdit](https://stackedit.io/) - In-browser Markdown editor - [CodeSandBox](https://codesandbox.io/) - An Online IDE for rapid web development with live preview and support for npm packages. +- [Postwoman](https://postwoman.io/) - A free, fast and beautiful API request builder From 8450dca23e08cfa8d59fa37b02bde5e06b521fbe Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 16 Aug 2020 17:50:50 -0700 Subject: [PATCH 2/2] added link to an online IDE service for testing HTML, CSS and Javascript code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8aa80cf..d59a8d7 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Useful articles and learning resources. - [IBM's Data and AI Blogs](https://www.ibm.com/analytics/blogs) - A blog on machine learning, artificial intelligence and relevant hot topics - [Wesbos](https://wesbos.com/blog) - A blog on JavaScript, it's libraries and frameworks - [Wake Up And Code](https://wakeupandcode.com/aspnetcore/) - An awesome blog series on ASP.NET Core +- [TechCrunch](https://techcrunch.com/) – Startup and Technology News Blog
@@ -172,6 +173,7 @@ Useful articles and learning resources. - [StackEdit](https://stackedit.io/) - In-browser Markdown editor - [CodeSandBox](https://codesandbox.io/) - An Online IDE for rapid web development with live preview and support for npm packages. - [Postwoman](https://postwoman.io/) - A free, fast and beautiful API request builder +- [JSFiddle](https://jsfiddle.net/)- An online IDE service and online community for testing and showcasing user-created and collaborational HTML, CSS and JavaScript code snippets.