Anna Griffin
37 posts
9 websites to learn CSS
As a web developer, it’s important to have a strong understanding of CSS, the stylesheet language that allows…
What is Bcrypt. How to use it to hash passwords
The bcrypt npm package is a JavaScript implementation of the bcrypt password hashing function that allows you to…
How to create an AWS Organization for your Account with the AWS CDK
With AWS Organizations you are able to create and manage multiple AWS Accounts. With it, you can separate…
Flutter Local Authentication using Biometrics – Face ID, Touch ID, Fingerprint
As the Flutter community grows, it is also creating a variety of libraries to support the native functionality.…
Don’t be arrogantly ignorant: don’t flame
There is a widespread tendency in technology to discuss specific programming languages (and their frameworks) with open contempt.…
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…
Multi-thread Processing in Rust
Most program we wrote is single threaded. Since most of the task is IO bound. It make sense…
How to Monetize Instagram Reels With Reels Play Bonus
An Instagram Reel is a video creators make to share creative and unique content with their audiences. These videos…
Check Cyclic LinkedList – I
Approach 1 Where we are using Temp pointer. /** * Definition for singly-linked list. * function ListNode(val) {…
What Is Cloud Computing ?
Cloud Computing: In Cloud Computing you are using the resource of a computer from the cloud. you only…