IndieWeb post types
This content type is full of IndieWeb post types, which are all content types which allow me to take greater ownership of my own data. These are likely unrelated to my blog posts. You can find a better breakdown by actual post kind below:
Post details
React Native has unlocked native mobile development to web engineers who may now apply their skills to build iOS and Android applications in JavaScript. For the first time, cross platform JavaScript-based applications feel as if they were written in the native language of choice for the platforms. Businesses who choose to adopt React Native for
Between and I took 8960 steps.
Post details
Just some thoughts on how to structure tests (specifically setup) in a way that makes them easier to understand in the future.
Post details
Tim Hockin and Aparna Sinha joined the show to talk about the backstory of Kubernetes inside Google, how Tim and others got it funded, the infrastructure of Kubernetes, and how they’ve been able to succeed by focusing on the community.
Between and I took 8613 steps.
Between and I took 7115 steps.
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
Between and I took 7020 steps.
I will be attending
I will be attending
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
Between and I took 498 steps.
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
Between and I took 12476 steps.
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
Between and I took 6962 steps.
Between and I took 4405 steps.
Post details
Linda Kamau is the Lead Software Developer for Ushahidi based out of Nairobi. She also is a co-founder at AkiraChix, a non-profit that offers technical training and outreach for young women. Linda talks to Scott about her journey and how she plowed forward even when obstacles were in her way.
Between and I took 4747 steps.
Post details
Almost a year ago, Software Engineering Daily aired a week of shows about decentralized technologies like Bitcoin, Ethereum, and IPFS. Bitcoin has established itself as a stable network, but it can only be used for financial transactions. Ethereum is a global computer built on a blockchain, but it does not have the adoption of Bitcoin.
Post details
Play Podcast (mp3): Download (Duration: 1:03:39 — 43.8MB) Canonical looking to go public, Microsoft adding new distros to Windows, Raspberry Pi and Google Assistant, Android’s possible replacement, …
Between and I took 5868 steps.
Between and I took 5356 steps.
Between and I took 4871 steps.
Post details
Download We are sponsored by audible! http://www.audibletrial.com/programmingthrowdown We are on Patreon! https://www.patreon.com/progr...
Post details
Play Podcast (mp3): Download (Duration: 1:09:40 — 48.2MB) Ikey is back but with Jesse on holiday, it’s a three man show again. VR gaming on Linux, a new Raspberry Pi, Mozilla buying Pocket, Web DRM, …
Between and I took 886 steps.
Between and I took 7756 steps.
Post details
The worst smart device hack we've ever heard of, dreams of the Pi Zero W, the AWS outage that savaged the Internet of Things & more!
Between and I took 5595 steps.
Between and I took 5241 steps.
Between and I took 6916 steps.
Between and I took 7161 steps.
Post details
Play Podcast (mp3): Download (Duration: 1:09:57 — 48.3MB) With Ikey languishing in his sick bed, the rest of the team discussed even more Linux hardware, Munich probably switching back to Windows, …
Between and I took 1871 steps.
Between and I took 530 steps.
Post details
Cloud computing has pushed computation away from our own private servers and into virtual machines running on a data center. In the world of cloud computing, processing is centralized in these data centers, and our smartphone and laptop application performance suffers from having high latency between the client and the cloud server. As machine learning
Post details
Free as in Freedom is a bi-weekly oggcast about legal, policy and other issues in Free, Libre and Open Source Software
Post details
Jason Laster joined the show to talk about Firefox Debugger and DevTools. We talked about the backstory of Firefox, Firebug, the new Debugger.html, why React and Redux made a good fit to develop Debugger as a standalone application, community efforts, and getting started.
Post details
Every program gets compiled down to 1s and 0s before it can be executed against hardware. Before being translated to machine code, programs that are written in a language like Rust, Swift, or Java spend time in an intermediate representation. In Java, this intermediate representation is Java bytecode. Many different languages–such as Scala–translate to Java