Do You Really Know CORS? β PerformantCode.com
https://performantcode.com/web/do-you-really-know-cors
https://performantcode.com/web/do-you-really-know-cors
JavaScript Visualizer
https://tylermcginnis.com/javascript-visualizer/
https://tylermcginnis.com/javascript-visualizer/
Content negotiation with Spring Data JPA Projections - Bluemagma
https://www.bluemagma.be/2018/10/content-negotiation-with-spring-data-jpa-projections/
https://www.bluemagma.be/2018/10/content-negotiation-with-spring-data-jpa-projections/
Bluemagma
Content negotiation with Spring Data JPA Projections - Bluemagma
In this first technical blog post I will show some insights into how we are using Spring Data JPA Projections when building solutions for our clients. Although I assume the reader has some experience with Spring (Boot) and Spring Data, the general principlesβ¦
The Linux Backdoor Attempt of 2003
https://freedom-to-tinker.com/2013/10/09/the-linux-backdoor-attempt-of-2003/
https://freedom-to-tinker.com/2013/10/09/the-linux-backdoor-attempt-of-2003/
Java SE 11: The Great Removal β Kynosarges Weblog
https://news.kynosarges.org/2018/09/26/java-se-11-the-great-removal/
https://news.kynosarges.org/2018/09/26/java-se-11-the-great-removal/
Kynosarges Weblog
Java SE 11: The Great Removal
Java SE 11 has been released, with fairly few minor new features. Thatβs not surprising as Java 11 receives long-term support in Oracleβs new release cadence, so its main purpose is to stabilize thβ¦
Using Java Flight Recorder with OpenJDK 11 - SpringUni
https://springuni.com/using-java-flight-recorder-with-openjdk-11/
https://springuni.com/using-java-flight-recorder-with-openjdk-11/
10 Console tricks, to debug like a Pro. β Amit Solanki β Medium
https://medium.com/@iamsolankiamit/10-console-tricks-to-debug-like-a-pro-66ee2225ec57
https://medium.com/@iamsolankiamit/10-console-tricks-to-debug-like-a-pro-66ee2225ec57
Medium
10 Console tricks, to debug like a Pro.
Some built-in console methods, which can make debugging fun ;)
190 universities just launched 600 free online courses. Hereβs the full list.
https://medium.freecodecamp.org/190-universities-just-launched-600-free-online-courses-heres-the-full-list-3d9ad7895f57
https://medium.freecodecamp.org/190-universities-just-launched-600-free-online-courses-heres-the-full-list-3d9ad7895f57
freeCodeCamp.org
190 universities just launched 600 free online courses. Hereβs the full list.
If you havenβt heard, universities around the world offering their courses online for free (or at least partially free [/news/massive-open-online-courses-started-out-completely-free-but-where-are-they-now-1dd1020f59/] ). These courses are collectively calledβ¦
How to apply SOLID principles in React applications
https://medium.com/@tomgold_48918/how-to-apply-solid-principles-in-react-applications-6c964091a982
https://medium.com/@tomgold_48918/how-to-apply-solid-principles-in-react-applications-6c964091a982
Medium
How to apply SOLID principles in React applications
In this article, we are going to look at the SOLID principles and how to apply them in the React.
Mega mash-up: API testing with Postman, Azure DevOps and randomuser.me | Tom Wrights Code
https://blog.tdwright.co.uk/2018/10/27/mega-mash-up-api-testing-with-postman-azure-devops-and-randomuser-me/
https://blog.tdwright.co.uk/2018/10/27/mega-mash-up-api-testing-with-postman-azure-devops-and-randomuser-me/
Tom Wrights Code
Mega mash-up: API testing with Postman, Azure DevOps and randomuser.me
Put on your aprons people β itβs recipe time. Today weβll be cooking up a delicious batch of automated API tests. For this recipe, youβll need a buttery Postman base, a squeβ¦
Imperative Loop or Functional Stream Pipeline? Beware of the Performance Impact! β Java, SQL and jOOQ.
https://blog.jooq.org/2018/10/29/imperative-loop-or-functional-stream-pipeline-beware-of-the-performance-impact/
https://blog.jooq.org/2018/10/29/imperative-loop-or-functional-stream-pipeline-beware-of-the-performance-impact/
Java, SQL and jOOQ.
Imperative Loop or Functional Stream Pipeline? Beware of the Performance Impact!
I like weird, yet concise language constructs and API usages Yes. I am guilty. Evil? Donβt know. But guilty. I heavily use and abuse the java.lang.Boolean type to implement three valued logicβ¦
Using Docker? Donβt forget to use build caching! β Aidan Breen β Medium
https://medium.com/@aidobreen/using-docker-dont-forget-to-use-build-caching-6e2b4f43771e
https://medium.com/@aidobreen/using-docker-dont-forget-to-use-build-caching-6e2b4f43771e
Medium
Using Docker? Donβt forget to use build caching!
Hereβs a quick and easy tip that will speed up your docker builds for Python, Nodejs or any project that requires installing dependenciesβ¦
Introducing Amazon Corretto, a No-Cost Distribution of OpenJDK with Long-Term Support | AWS Open Source Blog
https://aws.amazon.com/blogs/opensource/amazon-corretto-no-cost-distribution-openjdk-long-term-support/
https://aws.amazon.com/blogs/opensource/amazon-corretto-no-cost-distribution-openjdk-long-term-support/
Amazon
Introducing Amazon Corretto, a No-Cost Distribution of OpenJDK with Long-Term Support | Amazon Web Services
Update! Amazon Corretto became Generally Available on January 31st, 2019. Java is one of the most popular languages in use by AWS customers, and we are committed to supporting Java and keeping it free. Many of our customers have become concerned that theyβ¦
GitHub - vaheqelyan/tygit: A basic terminal interface for git, written on Node.js
https://github.com/vaheqelyan/tygit
https://github.com/vaheqelyan/tygit
GitHub
vaheqelyan/tygit
A basic terminal interface for git, written on Node.js [Project not maintained] - vaheqelyan/tygit
Understanding Memoization in JavaScript to Improve Performance
https://blog.bitsrc.io/understanding-memoization-in-javascript-to-improve-performance-2763ab107092
https://blog.bitsrc.io/understanding-memoization-in-javascript-to-improve-performance-2763ab107092
Medium
How to Improve Performance in JavaScript via Memoization
How to improve your application performance through better Javascript memoization
Password Reset Emails In Your React App Made Easy with Nodemailer
https://itnext.io/password-reset-emails-in-your-react-app-made-easy-with-nodemailer-bb27968310d7
https://itnext.io/password-reset-emails-in-your-react-app-made-easy-with-nodemailer-bb27968310d7
Medium
Password Reset Emails In Your React App Made Easy with Nodemailer
Resetting Passwords in JavaScript Apps Doesnβt Have to be Complicated
Learning computer vision β Romain Beaumont β Medium
https://medium.com/@rom1504/learning-computer-vision-41398ad9941f
https://medium.com/@rom1504/learning-computer-vision-41398ad9941f
Medium
Learning computer vision
Overview of methods and software available to do computer vision
AWS Training and Certification - Machine Learning
https://aws.amazon.com/training/learning-paths/machine-learning/
https://aws.amazon.com/training/learning-paths/machine-learning/
Amazon
Artificial Intelligence
Whether youβre new to artificial intelligence (AI), or an experienced builder, develop your knowledge and skills with training curated by the experts at AWS.