Showing 1 to 6 of 8 blog posts tagged with "javascript".
-
Caktus Clicks: September Link Roundup
We’re reviving a blog series from a few years ago in which we compile and share the things Cakti are clicking on — articles, videos, podcasts — whether it’s tech-related, an ide... Read more
September 23, 2021 -
JavaScript Variable Declaration in the 21st Century
October 2020 marked the 14th anniversary of the introduction of “let” and "const" to Javascript. Yes, it was in 2006 that this feature was first introduced, and we’re still hav... Read more
January 25, 2021 -
Build a useKeypress Hook in React
One of the great patterns to come out of React 16.8 is composable hooks. Using React's built-in hooks such as useState and useEffect, we can encapsulate and modularize bits of ... Read more
July 1, 2020 -
How to make a jQuery
Learn to live without jQuery by learning how to clone it jQuery is one of the earliest libraries every web developer learns, and often is the first experience with programming ... Read more
February 8, 2017 -
Common web site security vulnerabilities
I recently decided I wanted to understand better what Cross-Site Scripting and Cross-Site Request Forgery were, and how they compared to that classic vulnerability, SQL Injecti... Read more
November 10, 2016 -
ES6 For Django Lovers
ES6 for Django Lovers! The Django community is not one to fall to bitrot. Django supports every new release of Python at an impressive pace. Active Django websites are commonl... Read more
May 2, 2016