January 2021 Summaries
8 posts from DigitalOcean
Filter
Month:
Year:
Post Summaries
Back to Blog
DigitalOcean has released App Platform, a tool that simplifies and accelerates the process of building, deploying, and scaling applications. Although it shares similarities with Nanobox, it is a separate product, requiring users to migrate their Nanobox apps over to App Platform. Nanobox will reach its end-of-life on March 31, 2021. DigitalOcean's App Platform pricing starts at $5/month, with the option to build and deploy three static sites for free. The company appreciates user feedback in developing App Platform and encourages users to contact their sales team if they have any questions or interest in using the platform for their business.
Jan 29, 2021
248 words in the original blog post.
In January, DigitalOcean introduced new features to its Platform as a Service (PaaS) products. Users can now deploy code from GitLab repositories and use their own container images with the "Bring Your Own Container Image" feature. Additionally, App Platform supports most popular version control systems like GitHub and BitBucket. The platform also allows editing of Cross-Origin Resource Sharing (CORS) policies for apps. Furthermore, several new preconfigured 1-Click Apps were launched in the DigitalOcean Marketplace. Lastly, updates to the DigitalOcean Terraform Provider v2.4.0 include support for deployments from GitLab and app-wide environment variables.
Jan 26, 2021
746 words in the original blog post.
DigitalOcean App Platform is a fully managed PaaS solution that simplifies building, deploying, managing, and scaling applications. It recently introduced GitLab integration for seamless deployment from GitLab repositories. The platform also supports GitHub and will soon support BitBucket. Additionally, it offers the Bring Your Own Container Image feature to deploy pre-built container images. DigitalOcean App Platform aims to reduce barriers of entry and provide support for various use cases.
Jan 19, 2021
363 words in the original blog post.
DigitalOcean offers a range of Droplet plans to cater to different business needs and personal projects. These include Basic Droplets for bursty applications with shared CPUs, General Purpose Droplets for broad business applications with dedicated CPUs and balanced RAM, CPU-Optimized Droplets for computationally intensive applications with less RAM, Memory-Optimized Droplets for memory-intensive applications with more RAM, and Storage-Optimized Droplets for data-intensive applications with large NVMe SSD storage. The company's hypervisors allocate resources to these virtual machines efficiently, allowing them to offer their Droplet servers at affordable prices.
Jan 14, 2021
1,408 words in the original blog post.
DigitalOcean has introduced the App Platform, a fully managed PaaS offering that simplifies building, deploying, and scaling applications. The platform runs on DigitalOcean Kubernetes and supports popular languages and frameworks. A new feature called "Bring Your Own Container Image" (BYOCI) allows users to deploy pre-built container images with App Platform, further reducing the barrier of entry for various use cases. Integration with DigitalOcean Container Registry (DOCR) enables secure storage and management of private container images.
Jan 12, 2021
398 words in the original blog post.
DigitalOcean's App Platform is a fully managed solution that simplifies cloud computing and helps startups build, deploy, and scale their apps. It supports various programming languages and frameworks, integrates with GitHub for easy deployment, and utilizes component-based design for flexibility and precise cost control. The platform also handles static sites, blogs, and internal apps, making it a versatile tool for businesses of all sizes.
Jan 12, 2021
1,055 words in the original blog post.
The Security team at DigitalOcean plays a crucial role in maintaining customer growth and user experience by securing the product tech stack, protecting customer data, and preventing abusive behavior that can degrade compute and network performance. They focus on designing fraud and abuse detection throughout the customer journey to ensure a smooth experience for legitimate users while counteracting malicious activities. The team constantly experiments and optimizes their strategies to adapt to changing tactics in cybercrime, privacy laws, payment methods, and monetization techniques.
Jan 12, 2021
948 words in the original blog post.
The open-source tool gta (Go Test Auto) is used to understand the downstream dependencies of Go packages changed in pull requests to monorepositories like cthulhu. It compares the current branch with its merge base of the destination branch to determine what's been changed and calculates all dependencies of those changes, outputting the import paths of affected packages. Gta dramatically reduces build times by targeting only impacted packages. The tool is now used almost everywhere in DigitalOcean's build pipeline, including static analysis checks, code compilation and testing, and artifact builds and deployment.
Jan 12, 2021
1,395 words in the original blog post.