Operations | Monitoring | ITSM | DevOps | Cloud

November 2021

Deploying Fast Static Sites with Jamstack & Headless CMS

Have you heard about Jamstack? If we consider the advantages of static web pages, we can create scalable websites with better performance and enhanced security, all at a lower cost. In this talk by Facundo Giuliani from Storyblok, you will learn how to maintain and deploy Jamstack websites, generate static assets on build time, use different data sources, like Headless CMS, and get builds triggered automatically whenever a change is introduced to your Git repository.

GitKon Keynote: Edward Thomson of GitHub npm - Git and its Ecosystem

In April 2005, Linus Torvalds gave us 1,000 lines of C code sprinkled with TODOs and comments about design decisions. What was meant to be the basis of an “information manager” to help him develop the Linux kernel evolved into what we now know as Git. 15 years later, Git is the dominant version control system in use worldwide, and has spawned an entire ecosystem of Git software and tools.

Repos, Riffs, & Rockstar - Using Git with Dylan Beattie of the Rockstar Programming Language

Developers of a certain age remember life before Git. Some of us remember Subversion, some of us remember CVS, and a few wise old souls remember the days when version control meant remembering to write the date on the floppy disks. But here in 2021, Git and hosted platforms like GitHub have revolutionized collaborative software development.

Git Continuous Delivery - by Angel Rivera of CircleCI

DevOps concepts and CI/CD tools are gaining wider adoption as they help developers deliver code faster than ever before, but persistent struggles exist across the industry and prevent teams from achieving optimum velocity. Even though the vast majority of developers choose Git as their preferred version control platform, most don’t understand the critical role Git plays in the continuous delivery process, and how powerful it can be when combined with CI/CD tools.

Driving Jira with Git - by Adam Wride of BigBrassBand

No matter the team or the project, developers need to keep everyone updated on their progress. While Jira provides a rock-solid foundation for tracking and communicating progress, most developers agree: they don’t want to live in Jira. And neither do managers! They also want to see developers focused on solving hard problems and getting new features safely out the door.

GitHub Actions for Automated CI/CD Deployment with AWS CDK

A surprising number of development teams have failed to adopt automated deployment, oftentimes because people think their tech stack is either too simple or too complex. But GitHub Actions and AWS CDK provide tools and services to make deployment and automation tasks approachable, no matter the size or complexity of your environment. These tools also provide a high level of visibility throughout the deployment process.

Building GitLens, a VSCode App - by Eric Amodio

GitLens is a VS Code app used by over 10 million developers worldwide. In this session from the GitKon Git conference, GitLens Creator Eric Amodio gives an overview of why he built an app that supercharges the Git capabilities built into Visual Studio Code. Hear how Eric first encountered Git and how we came to leverage Git commit messages for a better development experience by exposing project histories directly in an IDE.

Re-exploring the Git Branching Model for the Classroom - by Roy Vanegas

By re-contextualizing the Git branching model in the classroom, educators, like presenter Roy Vanegas of the University of Hartford, can share examples and assignments in an easier manner, while also simplifying the assignment and submission process for students. In this GitKon Git conference session, you will hear about the pros and cons of using the Git branching model in the classroom.

The Visual Git Road to Technical Leadership

Not every developer prefers the CLI. From devs to non-technical team members alike, a growing number of users—from beginners to advanced Git users—are choosing to use Git tools that enable better project visualization. With the proper workflow, visual Git tools can leverage the power of project history in Git far beyond version control. Monitoring projects and keeping teams in sync set the foundation for an efficient, integrated, and pleasant daily developer experience.

Why are you being such a git about it? - Git Best Practices

Are your Git repositories just a dumping ground for code? In this Git best practices session from the GitKon Git conference, we will look at Git branching strategies, the importance of a Git commit message, and how often you should commit, with Joe Glombek, Umbraco developer with Bump Digital. With 5 simple Git tips, you can turn a code dump into a glorious archive or software while saving time, frustration, and money.

Git Behind the Scenes: How Does Git Work

How does Git work under the hood? Have you been using Git for a while, but feel you’re still missing a comprehensive understanding of how Git works? You’re not alone. Many people will try to explain Git with something like: “all of the data Git needs for a repository is stored within a folder called.git,” but that’s not the full story. In this session from the GitKon Git Conference, Corbin Crutchley, CTO at OceanBit, will go over in detail how the.git folder is able to track all of your changes in Git.

Writing a Book Using Git and Staying Organized on a Project

Git can be intimidating for non-developers, even though it’s in use by businesses and organizations across the world. In what other ways can we use Git to build and structure our lives? In this talk from the GitKon Git conference by Jessi Shakarian from DIA Design Guild, we will look at how you can use Git and GitKraken to brainstorm, draft, and edit parts of a book. Using Git for writers is just one example of how Git can be used beyond coding.