Day: October 15, 2022
13 posts
SvelteKit Server-Side Rendering (SSR) with @urql/svelte
In this blog post, I will explain why server-side rendering with the urql GraphQL library is not as…
Free watermarks in your photos?
Hi there, I was picturing Airsoft game and since I’m in a Airsoft team I wanted to add…
Prepping for ReInvent: Getting my Dev Associate Cert
My Pre-ReInvent goal for this year is to upgrade from the AWS Certified Cloud Practitioner to the Developer…
Github Goodies
There are several less known goodies from Github. Public SSH key github[.]com/[username].keys For example, https://github.com/dpaluy.keys Usage: You are…
In One Minute : Heroku
Heroku is a cloud platform as a service (PaaS) supporting several programming languages. One of the first cloud…
If I Were Starting Today How’d I Learn Programming And Get a Job
A little about myself so you can decide if this post would be helpful to you… Circa 2011…
How to get the last element of an Array in Javascript
So you have a Javascript array, and you want to get the last element. Take this example, for…
Updating Object Key Values with Javascript
Javascript objects consist of key value pairs and are one of the most common data structures in Javascript.…
Waiting for the DOM to be ready in Javascript
When you’re working with Javascript, you’re likely to have run into a pretty common problem: if your Javascript…
Amazing Typing Effect using Typed.js (JavaScript)
Hello Guys! Welcome to Coding Torque. In this blog, I’m going to explain to you how to make…