Systems | Development | Analytics | API | Testing

Development

EP7: Platformless: Revolutionizing Enterprise Software Engineering

Join us for a new episode where Sanjiva and Asanka, the visionary authors of the platformless manifesto, explore the groundbreaking concept of platformless in enterprise software engineering. They unveil the inception and collaborative effort behind platformless, guiding viewers through its core principles and four essential technology pillars: API-first, cloud native middleware, platform engineering, and developer experience. Whether you're considering building from scratch or investing in a platformless solution, this discussion offers invaluable insights into the unique benefits it brings to architects.

Scaling Smart: Introducing Choreo's Scale-to-Zero for Optimal Resource Utilization

While the cloud facilitates quicker and easier completion of tasks, it’s important to use resources efficiently. Careless usage can lead to high costs over time. Choreo’s new scale-to-zero feature allows you to minimize costs by scaling down application resource usage to almost zero when not in active use. This capability is a significant step forward towards apps being more resource-conscious and cost-effective.

Sublime Text: Empowering Developers with Efficient Cross-Platform Coding

Sublime Text a cross-platform app development solution for Windows, Mac, and Linux – is highlighted and recommended. Custom-made for code, markup, and prose, Sublime Text provides an interface of top-notch features such as code autocompletion, debugging, multi-screen editing, and customizable templates. Some features to note are symbol definitions, multi-line constructs, laze embeds, and non-deterministic grammars.

What is Swoole? Is it similar to Node.js?

In the realm of web development, PHP has long been a stalwart language, powering a significant portion of the internet's infrastructure. However, as the demands placed on web applications have evolved, traditional PHP setups have sometimes struggled to keep pace with performance requirements. This is where Swoole comes into play.

Integrating Realm Swift into Your iOS Projects: A Comprehensive Guide

If you’re building for mobile apps, you need Realm in your life. It’s specifically designed for mobile devs and even though it’s available on multiple platforms, it’s typically used to develop iOS apps, using Swift. Built on top of SQLite Realm Swift is a very high-level abstraction layer that simplifies database operations for the developer. Today we’re going to unpack it, with a guide that drills so far down into the subject, it’s practically in Australia.

How to Add a Storage Volume to a DigitalOcean Helix Core Droplet

In this video, learn how to add an extra storage volume as well as automatic backups to your Digital Ocean Perforce image. Check out the other videos in the Perforce Helix Core Admin’s Guide playlist for tutorials on other basic admin operations you will use when administering your Helix core server. About Helix Core: Perforce Helix Core is the leading version control system for teams who need to accelerate innovation at scale. Store and track changes to all your digital assets, from source code to binary to IPs.

Sending Traffic Across Namespaces with Gateway API

In this blog post, we’ll demonstrate how easy it is to use Gateway API HTTPRoutes to route traffic to workloads deployed in different namespaces in a single Kubernetes cluster — a process that’s easier than ever. Previously, we only had Ingress API to define ingress routing rules. It served us well, but it also had its flaws and limitations that we had to overcome, sometimes in a hacky way.

Understanding API Codes: A Comprehensive Guide to Efficient REST API Integration

If you’re tackling REST APIs, decoding API codes is essential. Think of HTTP status codes as the vital signs for API requests. Our guide strips away the complexities, offering a clear explanation of each code from ‘200 OK’ to ‘500 Internal Server Error’, and how to use them efficiently. Whether you’re a developer or a system architect, you’ll learn to interpret these codes swiftly and apply best practices for worry-free API communications.

How to choose best technology stack for mobile app?

In the ever-evolving world of tech, there's a critical decision that both businesses and developers grapple with - choosing the perfect tech stack for developing mobile apps. But why does this decision weigh so heavily on everyone's minds? Well, it all boils down to how this choice impacts the performance, scalability, and security of mobile applications. Choosing the appropriate tools requires delving into your app requirements alongside a thorough analysis of the end goal.

Build Pipelines series: How to conditionally run workflows in Bitrise Pipelines

Dive deeper into our Bitrise build pipeline series with a focus on conditionally running workflows for optimized CI/CD processes. Discover how to use resources more efficiently, achieve faster build times, and enhance your deployment strategy.