Posts

GitLab's DevOps platform enables Tangram Vision's engineering team to succeed at remote work

Image
On March 14, 2020, Tangram Vision CEO Brandon Minor flew from Colorado into the Bay Area to meet with COO Adam Rodnitzky. The two had just launched Tangram Vision , the company they co-founded to make sensors simpler for robotics, drones, and autonomous vehicles. Their plan was to, each month, alternate working at each other's location. However, that week, the Covid-19 pandemic lockdown began, forcing them to scrap that plan and figure out how to successfully collaborate from afar. “We didn’t see each other in person again for a very long time. That kicked off our remote work experience,” Minor says. The Tangram Vision engineering team started using GitLab's DevOps platform, which enabled them to work together without missing a beat. “GitLab was a key tool that allowed us to work really fluidly in a remote context,” says Minor. “Our engineering team has placed GitLab at the core of our remote workflow because it reinforces our values and perspectives around working well remot...

How the DORA metrics can help DevOps team performance

Image
Accelerated adoption of the cloud requires tools that aid in faster software delivery and performance measurements. Delivering visibility across the value chain, the DORA metrics streamline alignment with business objectives, drive software velocity, and promote a collaborative culture. Software delivery, operational efficiency, quality - there is no shortage of challenges around digital transformation for business leaders. Customer satisfaction, a prominent business KPI, has paved the way for experimentation and faster analysis resulting in an increased volume of change in the software development lifecycle (SDLC). Leaders worldwide are helping drive this culture of innovation aligned with organization goals and objectives. However, it is not always about driving the culture alone; it is also about collaboration, visibility, velocity, and quality. Cloud computing and microservices are driving the cloud-first approach for software delivery, helping to scale them independently, and a...

GitLab.com is moving to 15.0 with a few breaking changes

Image
GitLab 15.0 is coming to GitLab.com. Along with the exciting new features, it also includes planned deprecations because it is our major version release for 2022. We try to minimize breaking changes , but some changes are needed to improve workflows, performance, scalability, and more. These changes will go live on GitLab.com sometime between April 23 – May 22, through our daily deployments, leading up to the official release of 15.0 on May 22. Keep reading to learn more about these important changes. GitLab 15.0 for self-managed users will also be released on May 22. Jump to the list of breaking changes in each stage by clicking below: Manage Plan Create Verify Package Secure Configure Monitor Protect Enablement Ecosystem Gitaly Platform Manage Audit events for repository push events Announced in 14.3 Audit events for repository events are now deprecated and will be removed in GitLab 15.0. These events have always been disabled by default and had to be manuall...

How the DORA metrics can help DevOps team performance

Image
Accelerated adoption of the cloud requires tools that aid in faster software delivery and performance measurements. Delivering visibility across the value chain, the DevOps DORA metrics showcases alignment with business objectives, drives software velocity, and promotes a collaborative culture. Software delivery, operational efficiency, quality - there is no shortage of challenges around digital transformation for business leaders. Customer satisfaction, a prominent business KPI, has paved the way for experimentation and faster analysis resulting in an increased volume of change in the software development lifecycle (SDLC). Leaders worldwide are helping drive this culture of innovation aligned with organization goals and objectives. However, it is not always about driving the culture alone; it is also about collaboration, visibility, velocity, and quality. Cloud computing and microservices are driving the cloud-first approach for software delivery, helping to scale them independentl...

GitLab is now an approved SLP vendor in California

Image
GitLab is now an approved vendor under the Software Licensing Program (SLP) with the state of California. This contract allows state and local agencies, including educational institutions in California, to purchase GitLab software licenses at an agreed-upon discount, reducing costs and streamlining the procurement process. Under the contract, agencies will have greater access to GitLab’s complete DevOps solution, which empowers organizations to deliver software faster and more efficiently. Established in 1994, California’s SLP is managed by the Procurement Division of the Department of General Services. The program provides government agencies and institutions with discounted rates for software licenses and upgrades, reducing the need for individual departments to conduct repetitive acquisitions. “There’s an exciting opportunity for public sector agencies to benefit from automated DevOps practices,” says Bob Stevens , GitLab’s area vice president for Public Sector Federal. “This con...

GitLab is now an approved SLP vendor in California

Image
GitLab is now an approved vendor under the Software Licensing Program (SLP) with the state of California. This contract allows state and local agencies, including educational institutions in California, to purchase GitLab software licenses at an agreed-upon discount, reducing costs and streamlining the procurement process. Under the contract, agencies will have greater access to GitLab’s complete DevOps solution, which empowers organizations to deliver software faster and more efficiently. Established in 1994, California’s SLP is managed by the Procurement Division of the Department of General Services. The program provides government agencies and institutions with discounted rates for software licenses and upgrades, reducing the need for individual departments to conduct repetitive acquisitions. “There’s an exciting opportunity for public sector agencies to benefit from automated DevOps practices,” says Bob Stevens , GitLab’s area vice president for Public Sector Federal. “This con...

How to choose the right static site generator

Image
Most websites today fall into two categories - dynamic sites and static sites. Dynamic sites are interactive, and the user experience can be tailored to the visitor. These are the ones that might remember who you are across visits or deliver content that's most applicable to the region you're visiting from. They rely on a content management system (CMS) or database for rendering and can continue to grow in complexity as the organization's needs grow. Static sites, however, generally display the same content to all users. They use server-side rendering to serve HTML, CSS, and Javascript files. While CMS backends have made dynamic sites easier to launch and maintain, static sites continue to grow in popularity. Static sites' advantages include speed, security, and SEO. They're also easy to maintain and highly scalable. Because the static site generators (SSG) store an already-compiled page on a CDN, they load a lot faster. All static site generators can be exciting a...