1
Fork 0

Give all posts images

This commit is contained in:
Jake Howard 2017-07-24 09:06:46 +01:00
parent 28a1fa2e58
commit f101f2ffc9
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
title: React-Native intro dev meeting title: React-Native intro dev meeting
date: 2016-03-16 date: 2016-03-16
subtitle: Introducing React-Native to the rest of the office 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. 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.

View file

@ -2,6 +2,7 @@
title: Cyber Security Month 2016 title: Cyber Security Month 2016
date: 2016-10-01 date: 2016-10-01
subtitle: The best time to upgrade the security on my projects! 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. 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.

View file

@ -1,6 +1,7 @@
--- ---
title: Fix steam under linux with an iGPU title: Fix steam under linux with an iGPU
subtitle: Fixing "`libGL error failed to load driver i965`" 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. 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.