Monday Cup of Coding #1

Panagiotis Peikidis
2 min readMay 21, 2018

--

Hello there!

This is the Monday edition of Morning Cup of Coding, a curated programming newsletter. If you like what you read, consider joining 3,6k engineers by subscribing here. You will receive one such email every workday morning .

Let’s get right to the articles!

Articles

Deep Convolutional Neural Networks as Models of the Visual System: Q&A

Probably the deepest of dives yet in this newsletter, Grace Lindsay uses her expertise to explain what is the cutting edge state of deep convolution neural networks (CNNs) when it comes to modeling biological vision.

A Deep Dive into Monte Carlo Tree Search

Our next article is yet again related to AI. This time Brian Lee talks about the Monte Carlo Tree Search algorithm as used by AlphaGoZero, brief history included.

Compile Time Prevention of SQL-Injections in Rust

And, would you believe it, the next one is again about using AI, in SQL no less! I kid, I kid. Actually the author of this next article, using Rust’s Lifetime concept, shows us a neat trick to prevent SQL injection by enforcing compile-time validations.

Fun

Weird operators in PHP

Ever heard of the Spaceship operator? How about the b` operator? X-fighters operator? The article in Exakat.io finds a few more old and new weird PHP operators and gives us a brief explanation of each.

Programming language of the day: Smalltalk. “Smalltalk is an object-oriented, dynamically typed, reflective programming language. Smalltalk was created as the language to underpin the “new world” of computing exemplified by “human–computer symbiosis”. It was designed and created in part for educational use, more so for constructionist learning, at the Learning Research Group (LRG) of Xerox PARC by Alan Kay, Dan Ingalls, Adele Goldberg, Ted Kaehler, Scott Wallace, and others during the 1970s”. -Wikipedia

And that’s it for today!

I hope you enjoyed reading the latest issue of Morning Cup of Coding. If you did, consider subscribing here.

Cheers,
Pek

--

--

Panagiotis Peikidis

Unity3D Consultant; Software Craftsman (…mostly). Author of Morning Cup of Coding