Google Cloud Run
Fully managed compute platform to deploy and scale containerized applications securely and quickly. You can write code in your favorite languages, including Go, Python, Java Ruby, Node.js and other languages. For a simple developer experience, we abstract away all infrastructure management. It is built upon the open standard Knative which allows for portability of your applications. You can write code the way you want by deploying any container that listens to events or requests. You can create applications in your preferred language with your favorite dependencies, tools, and deploy them within seconds. Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously--depending on traffic. Cloud Run only charges for the resources you use. Cloud Run makes app development and deployment easier and more efficient. Cloud Run is fully integrated with Cloud Code and Cloud Build, Cloud Monitoring and Cloud Logging to provide a better developer experience.
Learn more
Cody
Cody is an advanced AI coding assistant developed by Sourcegraph to enhance the efficiency and quality of software development. It integrates seamlessly with popular Integrated Development Environments (IDEs) such as VS Code, Visual Studio, Eclipse, and various JetBrains IDEs, providing features like AI-driven chat, code autocompletion, and inline editing without altering existing workflows. Designed to support both individual developers and teams, Cody emphasizes consistency and quality across entire codebases by utilizing comprehensive context and shared prompts. It also extends its contextual understanding beyond code by integrating with tools like Notion, Linear, and Prometheus, thereby gathering a holistic view of the development environment. By leveraging the latest Large Language Models (LLMs), including Claude 3.5 Sonnet and GPT-4o, Cody offers tailored assistance that can be optimized for specific use cases, balancing speed and performance. Developers have reported significant productivity gains, with some noting time savings of approximately 5-6 hours per week and a doubling of coding speed when using Cody.
Learn more
Apache TomEE
Apache TomEE, affectionately known as “Tommy”, is a certified application server for Jakarta EE 9.1, built upon the foundation of Apache Tomcat by utilizing a standard Apache Tomcat zip file. The process begins with the base Apache Tomcat, to which we integrate our specific libraries and then package everything together. The end product is essentially Tomcat enhanced with additional EE features, resulting in TomEE. This server is stable and production-ready, with Apache TomEE 8.0 implementing Java EE 8/Jakarta EE 8 while maintaining support for the javax namespace, and it operates on Java 8 or later versions. Furthermore, it aligns closely with the Jakarta EE 9.1 web profile and embraces the new jakarta namespace, requiring Java 11 or more advanced versions. Apache TomEE is available in four distinct variations: web profile, MicroProfile, Plus, and Plume, each tailored for specific requirements. The web profile of Apache TomEE includes essential components such as servlets, JSP, JSF, JTA, JPA, CDI, bean validation, and EJB Lite. Meanwhile, Apache TomEE MicroProfile introduces functionalities that cater to MicroProfile needs, while TomEE Plus and Plume extend capabilities to include JMS, JAX-WS, and several other features. With its robust architecture and diverse profiles, Apache TomEE is designed to accommodate a wide array of enterprise applications.
Learn more
Apache Tomcat
Apache Tomcat® is an open-source software that serves as an implementation of various Jakarta specifications, including Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations, and Jakarta Authentication, all integral to the Jakarta EE platform. This software is utilized by many large-scale web applications that are critical to the operations of various industries and organizations. Users and their experiences can be found on the PoweredBy wiki page, showcasing the extensive impact of this technology. The Apache Tomcat Project has proudly announced the launch of version 10.0.10, which adheres to the specifications outlined in the Jakarta EE 9 platform. With this release, developers gain enhanced features and improvements, further solidifying Tomcat's position as a leading choice for enterprise-level web applications.
Learn more