Coderfy

Coderfy

Follow
Follow
homeCoursesnewsletter

Autonomous AI at Work: How AutoGPT Uses Prompting to Instruct OpenAI and Perform Tasks Independently

May 7, 202347 min read

An In-Depth Look at AutoGPT's Prompting Process 路 The landscape of artificial intelligence has been transformed dramatically in 2023. It appears that...

Autonomous AI at Work: How AutoGPT Uses Prompting to Instruct OpenAI and Perform Tasks Independently

Textarea elements modify carriage returns (\r)

Apr 24, 20232 min read

String comparison before and after will always fail 路 Recently, I was working on a simple text editor that allows a user to enter multiple lines of text...

Textarea elements modify carriage returns (\r)

Compression() is not working with Node Express

Apr 18, 20232 min read

It's a simple solution 馃槑 路 I recently ran into an issue with compression() not working for a local dev server that we are running with Node and...

Compression() is not working with Node Express

Creating animations with the Canvas API

Apr 11, 20236 min read

And throttling requestAnimationFrame() 路 According to the Oxford Dictionary, an animation is defined as the following: The technique of photographing...

Creating animations with the Canvas API

Creating "debounce()" Using a Closure

Feb 15, 20236 min read

A close look at closures in JavaScript 路 A debounce() function is one of those awesome tools that we reach for when we want to delay an action from...

Creating "debounce()" Using a Closure

Techniques for removing Event Listeners

Feb 4, 20236 min read

Using AbortController() to abort is so clean 路 Event listeners in Javascript are a powerful way for the code that we write to plug into user...

Techniques for removing Event Listeners