diff --git a/content/posts/react-native-intro-dev-meeting.md b/content/posts/react-native-intro-dev-meeting.md index 9e22e9f..7c023fc 100644 --- a/content/posts/react-native-intro-dev-meeting.md +++ b/content/posts/react-native-intro-dev-meeting.md @@ -2,6 +2,7 @@ title: React-Native intro dev meeting date: 2016-03-16 subtitle: Introducing React-Native to the rest of the office +image: https://facebook.github.io/react-native/img/opengraph.png --- Recently, at DabApps, we've been migrating our mobile app workflow over to using [react-native](https://facebook.github.io/react-native/) rather than [Ionic](http://ionicframework.com/), mainly because of its near native performance. For the first few projects, there were only a couple of us that knew how to use React Native effectively, and work around the _qwerks_ it has. With the number of app projects growing, we needed to get more people up to speed with the react native workflow, as quickly as possible. diff --git a/content/posts/security-month-2016.md b/content/posts/security-month-2016.md index 596484d..7f836fe 100644 --- a/content/posts/security-month-2016.md +++ b/content/posts/security-month-2016.md @@ -2,6 +2,7 @@ title: Cyber Security Month 2016 date: 2016-10-01 subtitle: The best time to upgrade the security on my projects! +image: http://www.nerdoholic.com/wp-content/uploads/2014/07/Cyber-Security-_sized.jpg --- As it's [Cyber Security Month](https://cybersecuritymonth.eu/), now's the perfect time to work on improving the security on my websites, projects, and servers. But, upgrading them for now isn't good enough for me, I want to add a way of scanning projects automatically during unit tests, to check for any new vulnerabilities. diff --git a/content/posts/steam-igpu-linux.md b/content/posts/steam-igpu-linux.md index 243b1b8..48cdb79 100644 --- a/content/posts/steam-igpu-linux.md +++ b/content/posts/steam-igpu-linux.md @@ -1,6 +1,7 @@ --- title: Fix steam under linux with an iGPU subtitle: Fixing "`libGL error failed to load driver i965`" +image: http://stuffpoint.com/steam/image/91140-steam-steam-wallpaper-circles.png --- Running steam on linux is great, besides for the game support obviously. But running it on an iGPU has recently been causing me problems, mainly under Arch.