An Introduction to #APIs! #BigData #Analytics #DataScience #AI #MachineLearning #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #ReactJS #CloudComputing #Serverless #DataScientist #Linux #Books #Programming #Coding #100DaysofCode https://
geni.us/Intro-to-APIs
SOFTWARE
-

Introduction to APIs for Data Science and Machine Learning
By
–
-

Summer Reading Books For Data Science And Machine Learning
By
–
Summer Reading Books For #DataScience. #BigData #Analytics #DataScience #AI #MachineLearning #IoT #IIoT #Python #RStats #TensorFlow #JavaScript #ReactJS #CloudComputing #Serverless #DataScientist #Linux #Books #Programming #Coding #100DaysofCode https://
geni.us/SummerBooks -
ISP Breach Enables Malware Distribution Through Poisoned Software Updates
By
–
Hackers breach #ISP to poison software updates with malware! https://
bleepingcomputer.com/news/security/
hackers-breach-isp-to-poison-software-updates-with-malware/
… #software #patch #vulnerability #2fa #RCE #ZeroTrust #ZeroDay #cybercrime #hacker #privacy #APT #bot #CISO #DDoS #hacking #phishing #CyberAttack #cybersecurity #Security #infosec #AppSec -
FastHTML Now Available on Conda-Forge Package Manager
By
–
I'm told that FastHTML is now up on conda-forge. That was fast! You should be able to install it via `conda install -c conda-forge python-fasthtml`.
-

FastTag is a Simple 3-Element List Structure
By
–
Did you know that a FastTag is just a 3-element list?
-
ES6 String Templates and JSX Evolution in Functional Components
By
–
I do wonder if es6 string templates existed at the time of jsx whether that would have been used with functional components instead. I suspect that it would.
-

FastTag and Hyperscript: Three Element List Base Architecture
By
–
FastTag uses the same base as that hyperscript thing btw — it's literally just a 3 element list
-
JSX Syntax Evolution and Historical Design Decisions
By
–
Yeah I don't love the {}, but it's not so bad I guess 😀 IIRC at the time jsx was created some of this syntax didn't exist?
-
Auto-formatting tools for nested functional components
By
–
No there aren't any auto-formatting tools yet I've found that do a good job of laying out nested functional components. E.g here's an example formatted with yapf:
-
VS Code Parenthesis Matching Tools Discussion
By
–
Yes spent quite a while trying that direction, but ultimately decided I don't like it as much. But it's a perfectly reasonable choice and there's no best answer. BTW vscode has really great tools for parens-matching nowadays (disabled by default sadly).