Listen

Listened to Building APIs, the Cloud Elements way – Scale Your Code Podcast – Podcast by Scale Your Code Podcast 
Post details
Learn how to build scalable APIs with features like performance analytics, from a company that focuses on building API integrations. Also learn about their development pipeline, culture, and communica... – Listen to Building APIs, the Cloud Elements way by Scale Your Code Podcast instantly on your tablet, phone or browser - no downloads needed.

 Listen

Listened to GitLab with Pablo Carranza
Post details
On January 31st 2017, GitLab experienced a major outage of their online repository hosting service. The primary database server experienced data loss due to a combination of malicious spam attacks and engineering mistakes that occurred while trying to respond to those spam attacks. GitLab responded to the event transparently. The company put up a postmortem

 Listen

Listened to Twine Radio 2 - PHP Minds - Twine Radio
Post details
Welcome to the second episode of Twine Radio. On this episode I discuss the use of social media with tech meetups;and the first interview with Adoni Pavlakis and Shaun Hare as I talk to them about PHP Minds. The next PHP Minds event is on Thursday August the 11th at 7:00pm at JH.As mentioned you can find out more by […]

 Listen

Listened to Episode One - Twine Radio
Post details
Welcome to the first episode of Twine Radio. On this episode I’ll talk more about Twine Radio and its goals;and the first interview with Jess White as I talk to her about the new Women In Tech Nottingham event that launched on the 6th April 2016. Women In Tech Notts next event is on Wednesday […]

 Listen

Listened to Container Security with Phil Estes
Post details
Containers have become the unit of infrastructure that many technology stacks deploy to. With the shift to containers, the attack surface of an application has changed, and we need to reconsider our security models; the resource allocation of our containers, the interactions between different containers on a single machine, and the big picture–how the external

 Listen

Listened to Load Testing with Mark Gilbert
Post details
Load testing measures performance of a system undergoing a large volume of requests. Before an application is pushed to production, engineers will often load test their software to ensure it is resilient in the face of high traffic. As web applications have changed, the requirements around load testing have changed as well. External APIs, internal

 Listen

Listened to Open Source Contribution with Shubheksha Jalan
Post details
Open source software is publicly available code that is worked on in the open by large crowds of developers. Almost all new software today uses some open source software in its code. But most people never contribute to open source themselves. Some people would love to get involved in open source, but they don’t know

 Listen

Listened to Ransomware with Tim Gallo and Allan Liska
Post details
Ransomware uses software to extort people. A piece of ransomware might arrive in your inbox looking like a PDF, or a link to a website with a redirect. Ransomware is often distributed using social engineering. The email address might resemble someone you know, or a transactional email from a company like Uber or Amazon. Tim

 Listen

Listened to Heroku Autoscaling with Andrew Gwozdziewycz
Post details
When an application is using all of its available resources, that application needs to be scaled. Scaling an application means giving it more resources–typically servers. Autoscaling is an engineering practice where an application is automatically given more or less resources based on how healthy the application performance is at a given time. Applications on Heroku