Configure DynamoDB in CDK
“We are now going to start creating our resources using CDK. Starting with DynamoDB. Add the following to infrastructure/lib/DynamoDBStack.js.”
read »
“We are now going to start creating our resources using CDK. Starting with DynamoDB. Add the following to infrastructure/lib/DynamoDBStack.js.”
read »
“These are the props you can set on the LayerCake component itself. You set them all like so: A list of data items. If this is not a flat data array of objects, you’ll also need to set flatData.”
read »
“Source code (zip)”
read »
“This is the 2nd post in our new recording audio in HTML5 series. In the 1st we’ve discussed Recorder.js. In this blog post, we’ll cover using WebAudioRecorder.js to record mp3, vorbis and wav audio on your website.”
read »
“In this post, we’ll show how a common caching implementation exposes a race condition. We’ll then show how to fix it, and (unlike most optimizations) we’ll simplify our code in the process.”
read »
“What is an error in programming? Things don’t go always well in our programs. In particular, there are situations where we may want to stop the program or inform the user if something bad happens. For example: the program tried to open a non-existent file. the network connection is broken.”
read »
“svelte-reduxify connect your svelte store to redux devtools with minimal code change Installation npm install svelte-reduxify Usage import { reduxify } from “svelte-reduxify”; const store = reduxify(writable(0)); Full example Original code from https://svelte.”
read »
“Programming Cheat Sheets”
read »
“Security is the last thing which most of developers care about. I believe if someone tells you that you should apply this or that type of protection, you will not make it right unless you hack your (or other) site by yourself first.”
read »
“Add svelte-windicss-preprocess to your rollup.config.js. Add svelte-windicss-preprocess to your rollup.config.js.”
read »
“3: Deno, a framework for JavaScript-ing”
read »
“I’m getting lots of mileage out of the Web Animations API lately, I’ve been so enthused, I recorded a course on the subject (on Udemy and Skillshare).”
read »
“You can package your Lambda function code and dependencies as a container image, using tools such as the Docker CLI. You can then upload the image to your container registry hosted on Amazon Elastic Container Registry (Amazon ECR).”
read »
“The title pretty much says it all. I am very new to web development. I created a Svelte app using npx degit sveltejs/template …. Now I run it locally using npm run dev or npm start.”
read »
“For some time now, I’ve taken it upon myself to write down every Git command I’ve had to look up while working from the command line. Whenever I did so, I’d note the proper syntax, most common options, and where I got the information from.”
read »
“This guide describes the various concepts used in the library, and how they relate to each other. To get a complete picture of the system, it is recommended to go through it in the order it is presented in, at least up to the view component section.”
read »
“Microservices are a great tool when it comes to designing scalable and extensible architectures. They can be used to encapsulate different behaviors or responsibilities in a way that not a lot of other architecture paradigms can represent.”
read »
“You can use the AWS Cloud9 IDE to work with AWS Lambda functions and their related Amazon API Gateway APIs in an AWS Cloud9 development environment. For example, you can: This topic assumes you already know about Lambda. For more information, see the AWS Lambda Developer Guide.”
read »
“Why LinkedIn organic instead of LinkedIn ads? LinkedIn ads generally perform terribly. They work best for education, recruiting, and other career-related advertisers who generate $15k+ in revenue per customer.”
read »