Tag: Miscellaneous
-
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
-
How to bounce back from rejection
Posted on August 13, 2019, Level intermediate Resource Length medium
When someone rejects you, it helps to remember that there's another you. By Adam Grant.
Tags miscellaneous learning management performance teams
-
Bias detection in IBM Watson OpenScale
Posted on August 12, 2019, Level intermediate Resource Length medium
Manish Bhide wrote this article on fairness or bias is one of the big issues that plagues the adoption of AI in enterprises.
Tags software-architecture big-data machine-learning miscellaneous
-
Agile metrics: the ultimate guide
Posted on July 28, 2019, Level beginner Resource Length long
This guide has everything you need to know about agile metrics. So if you want to understand all the different metrics you can measure and how to use them, you're in the right place. By leontranter.
Tags programming agile monitoring miscellaneous servers
-
Music and video at the Linux terminal
Posted on July 14, 2019, Level beginner Resource Length short
Jason Baker (Red Hat) wrote short guide how to play music and video while working in Linux terminal. Your terminal doesn't have to just be for text. Enjoy video and audio at the command line as you work with these simple tools.
Tags linux miscellaneous cloud devops
-
Setup vim for elixir development
Posted on July 9, 2019, Level beginner Resource Length short
A guide by Amirali Esmaeili for developers programming in Elixir. As the title says, it's not a topic about choosing suitable editor / IDE for elixir development, you love vim and ofcourse elixir and all you need is a simple guide get a nice, fast and productive environment for elixir development in vim.
Tags elixir programming functional-programming miscellaneous how-to
-
Understanding fake Agile
Posted on June 21, 2019, Level beginner Resource Length long
Steve Denning is author of this article explaining what fake Agile is, how to identify it and how to deal with it.
Tags agile management miscellaneous how-to
-
Public presentation tips
Posted on June 18, 2019, Level beginner Resource Length long
Tips and tricks for anybody interesting in public speaking. Speaking on stage in front of ~800 people is a daunting task for anyone, regardless of how much speaking experience you might have. By Yaron Galai.
Tags miscellaneous learning management agile teams
-
The dark side of the product management role
Posted on June 13, 2019, Level beginner Resource Length long
Abhishek Sharma is the author of this article aimed at aspiring product managers. Popularised by all Silicon Valley companies, people think Product Manager is a Mini CEO kind of role. Software Engineers, Business Analysts and even Designers are interested in this role before examining the pros and cons of it.
Tags management agile teams miscellaneous software
-
6 tips for optimal human capital management
Posted on June 12, 2019, Level beginner Resource Length medium
The article from the pen of HireYourTalent on topic of human capital. The concept of human capital and, by extension, its measurement is becoming increasingly popular.
Tags management agile teams miscellaneous learning
-
Calculating the cost of software quality in your organization
Posted on June 8, 2019, Level beginner Resource Length long
An article by By Herb Krasner on interesting topic of the cost of software quality. Meeting the customer's expectations at a high degree of conformance is no longer expected to come at a premium –- it is just expected.
Tags management agile teams miscellaneous software
-
Indexes bad practices
Posted on June 1, 2019, Level beginner Resource Length medium
In this article author will discuss secondary indexes common mistakes and bad practices. While the article is focused on MySQL and the InnoDB storage engine, most of this information applies to any DBMS. Published by Federico Razzoli.
Tags database mysql miscellaneous linux