- [toread] https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf –
- [toread] My favorite free courses to learn data structures and algorithms in depth – javinpaul Feb 26 Data structures and algorithms are some of the most essential topics for programmers, both to get a job and to do well on a job. Good knowledge…
- [toread] Where Warren’s Wrong – Senator Elizabeth Warren deserves credit: I have been writing about antitrust , particularly in the context of Aggregation Theory , for years, but the most…
- [toread] Serverless FAQ – Some common questions answered. Serverless Guru Mar 8 https://pixabay.com/photos/road-highway-lights-auto-night-4032928/ In this article, we dive into some…
- [toread] Best Practices for Serverless Development – Let’s take a look at some Serverless best practices. Serverless Guru Mar 6 https://pixabay.com/photos/berlin-holocaust-monument-memorial-3710509/ In this…
- [toread] Build a serverless data pipeline with AWS S3 Lamba and DynamoDB – Yi Ai Mar 5 AWS Lambda plus Layers is one of the best solutions for managing a data pipeline and for implementing a serverless architecture. This post shows how…
- [toread] Deploy your existing Nodejs APIs in serverless — AWS Lambda – Sasi Rekha Mar 9 Photo by Pankaj Patel on Unsplash When i first tried to deploy my existing nodejs rest APIs in Serverless it took quite long time to figure out…
- [toread] Scott Knaster on Twitter – Scott Knaster @ scottknaster pic.twitter.com/CJQdqIFWvw Twitter by: Scott Knaster @scottknaster Kevin Marks @ kevinmarks Phil Shiller? Scott Knaster @…
- [toread] Microservices, Containers and Kubernetes in 10 minutes – Mar 4, 2019 by Ev Kontsevoy What is a Microservice? What is a microservice? Should you be using microservices? How are microservices related to containers and…
- [toread] Using Terraform and Serverless Framework – Image from wikicommons . The Serverless framework (SF) is a fantastic tool for testing and deploying lambda functions, but it’s reliance on cloudformation makes…
- [toread] https://www2.eecs.berkeley.edu/Pubs/TechRpts/2019/EECS-2019-3.pdf –
- [toread] Building A Serverless IoT FinTech App with AWS and NodeJS – Building an AWS native, Node.js, serverless, event-driven system to back up an IOT device capable of real time messaging and events. Joshua Toth Feb 10 In…
- [toread] Famous laws of Software development – Like any other field, the world of Software Development has some interesting and famous rules, principles and laws. Programmers, developers, managers and…
- [toread] How To Approach Any Algorithm Interview Without Panicking – Sun-Li Beatteay Jan 30 Let’s be honest, algorithm problems are still very much a part of the job search. While there’s an ever-expanding list of companies that…
- [toread] Serverless Functions in Depth – Nader Dabit – Medium – Nader Dabit Feb 22 A deep-dive on how to build, test, deploy, update, & delete serverless functions with AWS Amplify . In this tutorial, you’ll learn the…
- [toread] What is NLG, and how does it relate to NLP and other forms of AI? – NLG is a type of Natural Language Processing (NLP)
- [toread] Strategy’s strategist: An interview with Richard Rumelt – A giant in the field of strategy ruminates on strategic planning, diversification and focus, and the role of the CEO. As a mountaineer Richard Rumelt, a…
- [toread] SOLID Java – On this page SOLID Java Single Responsibility Principle SRP Example SRP Code smells SRP Goodies Open/closed Principle OCP Example OCP Code smells OCP Goodies…
- [toread] Building a Todo app using ReactJS and Serverless – Hashnode – Lately, I have been experimenting a lot with AWS Lambda and other serverless platforms. To teach myself the concept of serverless I built a simple todo app…
- [toread] AWS Lambda Simplified With Serverless Framework – ITNEXT – If you have used AWS Lambda to create an API using API Gateway before, then you must know the pain of creating and managing them with frequent updates. This was…
- [toread] AWS Aurora MySQL – HA, DR, and Durability Explained in Simple Terms – PREVIOUS POST NEXT POST It’s a few weeks after AWS re:Invent 2018 and my head is still spinning from all of the information released at this year’s conference.…
- [toread] Cloud Programming Simplified: A Berkeley View on Serverless Computing – RISE Lab – David Patterson and Ion Stoica The publication of “ Above the Clouds: A Berkeley View of Cloud Computing ” on February 10, 2009 cleared up the considerable…
- [toread] PKI for busy people – PKI for busy people Chris Rehn Home RSS Public-key infrastructure (PKI) is an umbrella term for everything that has to do with certificate and key management.…
- [toread] On Being A Principal Engineer – 6 min read The manager’s path I bought and read The Manager’s Path by the awesome Camille Fournier when it first came out. At the time, I was a senior Database…
- [toread] AI for Dummies: A simple guide to understanding artificial intelligence, machine and deep learning – AI doesn't have to be daunting. This guide from HPE explains everything you need to know to fuel your business with cutting-edge cognitive technologies. You may…
- [toread] Machine Learning for Everyone – Why do we want machines to learn? This is Billy. Billy wants to buy a car. He tries to calculate how much he needs to save monthly for that. He went over dozens…
- [toread] AWS Advanced Networking Specialty Exam Tips and Tricks – 21 Dec 2018 If you’re planning on taking the AWS Advanced Networking Specialty exam, I’ve compiled a quick list of tips that you may want to remember headed…
- [toread] Apache HBase : Headstart for a beginner – Nagesh Singh Chauhan – Medium – Nagesh Singh Chauhan Jan 23 If you’re running a web site with a large number of customers, you’ve experienced the dreaded Big Data Performance Paradox. Just…
- [toread] A Lifetime of Systems Thinking – The Systems Thinker – W hen one reaches 80, one is considered to be ripe and ready for picking. Picking usually consists of the pickers asking the pickee to reflect back on the…
- [toread] Ray Kurzweil: ‘AI is Still on Course to Outpace Human Intelligence’ – Ray Kurzweil: 'AI is Still on Course to Outpace Human Intelligence' by B.J. Murphy The Singularity is near(er)! At least, that’s what the famous inventor and…
- [toread] A smorgasbord of the slightly useful – wardleymaps – Medium – Chapter 11 swardley Jan 11, 2017 “Here’s one I made earlier” is the staple diet of TV programmes when faced with the possibility that something might go wrong.…
- [toread] Graham Lyons | Machine Learning for the Lazy Beginner – This article was prompted by a tweet I saw which asked for a walkthrough on training a machine learning service to recognise new members of 3 different data…
- [toread] How to teach Git – The problem I found Some of my professional experiences have involved participating in cross-functional areas, so I knew all my colleagues’ way of working. I…
- [toread] Graham Lyons | A Zero-Fricton Terraform Primer – What is Terraform and why should you care? How can you learn about it without having to provision real stuff in your Amazon account? Infrastructure as Code Back…
- [toread] Building Your Next Serverless Application: The Complete Guide. – Wassim Chegham Dec 27, 2017 The overall architecture of our serverless application I bet you’ve already heard of Serverless architectures: The next evolution of…
- [toread] https://blog.bitsrc.io/serverless-function-to-sync-data-from-a-database-to-google-spreadsheet-c71af04a1a34 –
- [toread] Containers won the battle, but will lose the war to serverless — Simon Wardley – Forrest Brazeal : You’ve been around IT for quite awhile, and you’re an enthusiastic proponent of serverless development — how long has serverless been on your…
- [toread] AWS reInvent 2018 recap edition – AWS reInvent 2018 recap edition Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue…
- [toread] The secrets of learning a new language – 612,763 Views Lýdia Machová at TED Salon: Brightline Initiative Editor's note: This talk was presented at a TED Salon event given in partnership with Brightline…
- [toread] Trek10 | From relational DB to single DynamoDB table: a step-by-step exploration – Forrest Brazeal in aws 14 minutes to read Of all the sessions I’ve seen from AWS re:Invent 2018, my favorite is certainly this bewildering drop-kick of NoSQL…
- [toread] Netflix OSS and Spring Boot — Coming Full Circle – Netflix TechBlog – Medium – Taylor Wicksell, Tom Cellucci, Howard Yuan, Asi Bross, Noel Yap, and David Liu Netflix Technology Blog Dec 18 In 2007, Netflix started on a long road towards…
- [toread] An illustrated guide to Kubernetes Networking [Part 3] – Everything I learned about the Kubernetes Networking Amanpreet Singh Dec 9 This is the third part of the series about Kubernetes Networking. If you haven’t read…
- [toread] An illustrated guide to Kubernetes Networking [Part 2] – Everything I learned about the Kubernetes Networking Amanpreet Singh Nov 29, 2017 This is the second part of the series about Kubernetes Networking. If you…
- [toread] An illustrated guide to Kubernetes Networking [Part 1] – Everything I learned about the Kubernetes Networking Amanpreet Singh Nov 15, 2017 Y ou’ve been running a bunch of services on a Kubernetes cluster and reaping…
↧
Links for December 19th through March 20th
↧