Algorithm: Sliding Window
Let's learn a technique useful in string or array problems called the 'sliding window', where we use two pointers to expand and contract a subview of our data.
Hi, I'm Kyle Shevlin! I'm a software engineer with expertise in React , Astro, TypeScript and frontend web development.
I am also a writer, speaker and coding instructor. This is my personal site where I share all the content I create.
I write articles and create courses that focus on breaking software concepts down to their fundamentals. Check out one of my posts or courses. If you like what you read, then sign up for my newsletter, too.
I hope you enjoy your time here and thank you for visiting.
I've written a lot of posts over the years! Here are a few collections I have hand-selected as good starting points to my writing. Click one to see all the posts in that category.
git
Workflow for Refactoringgit
workflow I use to make refactoring just another step in building features or other code changes.new Date()
Inside Your Componentsnew Date()
or Math.random()
is a disaster waiting to happen. Learn what to do instead.