Tag: Software
-
How a single Raspberry Pi made my home network faster
Posted on January 2, 2020, Level beginner Resource Length medium
The Pi Hole project adds an entire new level of performance and security to our home network. Powered by Docker and a Raspberry PI I can now block all unwanted Ads and Metrics network wide. By Brian Christner.
Tags software iot software-architecture learning
-
UX design 101: Thinking in (user) flows
Posted on December 23, 2019, Level beginner Resource Length medium
This session is part of a learning curriculum that author designed to incrementally skill up and empower a team of Designers and Researchers whose skillset and ways of working had fallen behind the times. By Robert Sens.
Tags ux web-development software agile
-
Maybe you don't need a date picker
Posted on December 22, 2019, Level beginner Resource Length medium
Calendar controls, date pickers, date widgets, whatever you call them, however they are described, they follow the same basic principle -- present the user with a calendar to enter a date (and sometimes a time). By Adrian Roselli.
Tags web-development ux software
-
Top 5 SD-WAN takeaways for 2019
Posted on December 5, 2019, Level beginner Resource Length medium
An article by Tobias Mann about key things related to SD-WAN in 2019. SD-WAN reached an inflection point in 2019.
Tags cloud infosec devops software linux
-
10 ways to smarten up your customer experience
Posted on November 15, 2019, Level beginner Resource Length short
CMO asks the experts for some practical tips for better customer experience management and optimisation. An article by Vanessa Mitchell (www.cmo.com.au).
Tags miscellaneous career cio software
-
Cloning Memcached with Go
Posted on October 29, 2019, Level advanced Resource Length short
Andrew Healey tutorial how to write key value store in Go. He uses caching pretty often but had never coded up a Least Frequently Used (LRU) cache by hand before.
Tags golang programming performance software
-
Keras vs tf.keras: What's the difference in TensorFlow 2.0?
Posted on October 27, 2019, Level intermediate Resource Length short
In this tutorial we will discover the difference between Keras and tf.keras (tf - TensorFlow), including what's new in TensorFlow 2.0. By Adrian Rosebrock.
Tags big-data data-science software machine-learning
-
Using SSH port forwarding on Fedora
Posted on October 26, 2019, Level intermediate Resource Length short
Posted by Paul W. Frields. The protocol behind ssh allows terminal input and output to flow through a secure channel. You can also use ssh to send and receive other data securely.
Tags linux software infosec
-
Enabling enterprise governance in Azure
Posted on August 28, 2019, Level beginner Resource Length long
At Microsoft Core Services and Engineering (CSEO), Microsoft used Azure governance to create a solution that enables enterprise-scale governance and compliance enforcement for our entire Azure environment. Article by Microsoft.
Tags software azure miscellaneous open-source cloud
-
Common systems programming optimizations & tricks
Posted on August 26, 2019, Level advanced Resource Length long
An article from the pen of Paul Cavallaro about system programming. It is an overview of some common optimization techniques and neat tricks for doing "systems programming" -– whatever that means today.
Tags programming software linux devops
-
What is Open Banking and PSD2?
Posted on August 24, 2019, Level beginner Resource Length medium
Open Banking (aka PSD2) forces the biggest UK banks to open up their precious data, which could mean big changes for the way we use money. By Rowland Manthorpe.
Tags cio cloud crypto software fintech
-
How to encrypt files with gocryptfs on Linux
Posted on August 16, 2019, Level intermediate Resource Length short
Gocryptfs encrypts at the file level, so synchronization operations can work efficiently on each file. An article by Brian "bex" Exelbierd (Red Hat).
Tags linux devops miscellaneous programming software app-development