The Last Saree: Connoisseurship in the Age of AI
TheJam.dev is a 2-day virtual conference focused on building modern web applications using full stack JavaScript, static site generators, serverless and more.
Git is the most popular version control system used by developers, yet many of us take its inner workings for granted. In this talk, we’re going to demystify one of Git’s most critical—but often overlooked—components: the commit hash. What appears to be a mere string of random letters and numbers is actually a carefully constructed fingerprint of your code’s history. We’ll explore the inner mechanics of commit hashes, examining how they’re generated from various elements including the commit message, file changes, author details, timestamp, and even the parent commit. You’ll discover why a slight modification—such as amending a commit or rebasing a branch—results in an entirely new hash, and how understanding this process can help you navigate challenges like forced pushes and merge conflicts.
Mike is the CTO and Lead Developer at Brighton-based web agency Liquid Light. He is passionate about processes optimising and get the best out of things both on and off the web. A side-project-aholic, when not working he can be found still tinkering with the web, cycling or reviewing beer. Holds extreme views on trivial things.
TheJam.dev is a 2-day virtual conference focused on building modern web applications using full stack JavaScript, static site generators, serverless and more.
Ishan Anand will divulge the secrets behind how the LLM magic works using just a spreadsheet interface and some JavaScript and web components.
PixelPalooza will explore all the ways we, as developers, can leverage media like images, video, audio and documents across our sites and applications.
Burke Holland will give us all the tips and tricks we need to get the most of out of generative AI using GitHub Copilot.
Abbey Perrini will cover techniques and strategies that will make you an expert at resolving conflicts, squashing, merging and rebasing your repo using git.