Tag: Learning
-
A detailed guide on Ansible Tower
Posted on October 3, 2023, Level beginner Resource Length medium
As digitalization becomes a norm, businesses are transitioning to cloud services for increased scalability, cost-effectiveness, and operational efficiency. But this transformation comes with a new challenge — securing the cloud. By Tinsae Erkailo.
Tags devops ansible learning cicd
-
Don't let your data rain down: A beginner's guide to cloud security
Posted on October 2, 2023, Level beginner Resource Length medium
As digitalization becomes a norm, businesses are transitioning to cloud services for increased scalability, cost-effectiveness, and operational efficiency. But this transformation comes with a new challenge — securing the cloud. By Tinsae Erkailo.
Tags miscellaneous cio learning infosec
-
How to create an ergonomic desk setup
Posted on September 29, 2023, Level beginner Resource Length long
Your workspace shouldn't wear you down every day, but that's what uncomfortable chairs, messy desks, and poor lighting do—even if you don't notice it. With a few adjustments, however, you can improve your working environment and keep your desk from destroying you, one aching limb at a time. By Melanie Pinola.
Tags miscellaneous management learning cio
-
Distributed computing system models
Posted on September 21, 2023, Level beginner Resource Length long
Distributed computing refers to a system where processing and data storage are distributed across multiple devices or systems, rather than being handled by a single central device. By @geeksforgeeks.org.
Tags distributed programming learning app-development software-architecture
-
Notes on teaching Test Driven Development
Posted on September 20, 2023, Level beginner Resource Length medium
Notes from interesting exercise where author was helping a client learn how to apply Test Driven Development and developer testing from scratch. The developer in question was very inquisitive and trying hard to understand how best to apply testing and even a little TDD. By @jeremydmiller.
Tags tdd programming learning app-development software
-
Streams in Scala - introductory guide
Posted on September 19, 2023, Level intermediate Resource Length medium
Streams in Scala provide a lazy evaluation mechanism where elements are computed on-demand rather than being eagerly evaluated and stored in memory. This allows for efficient memory utilization, especially when dealing with large datasets or potentially infinite sequences of data. By Aniefiok Akpan.
Tags akka scala programming learning streaming queues
-
What is the difference between tech debt and code debt?
Posted on September 18, 2023, Level beginner Resource Length medium
The article explains the difference between code debt and technical debt, two concepts that are often used in software development. Code debt refers to the potential cost that developers incur when they take shortcuts or implement quick fixes during the coding process, such as hard coding values, duplicate coding, or using deprecated libraries. By Sofia Jürgenson.
Tags management cio learning agile
-
Measuring trends in Artificial Intelligence
Posted on September 17, 2023, Level beginner Resource Length short
The AI Index is an independent initiative at the Stanford Institute for Human-Centered Artificial Intelligence (HAI), led by the AI Index Steering Committee, an interdisciplinary group of experts from across academia and industry. The annual report tracks, collates, distills, and visualizes data relating to artificial intelligence, enabling decision-makers to take meaningful action to advance AI responsibly and ethically with humans in mind. By stanford.edu.
Tags ai data-science cio learning big-data
-
How to use systemd in Linux to configure and manage multiple MySQL instances
Posted on September 9, 2023, Level beginner Resource Length short
Systemd is a system and service manager for Linux systems. It provides a consistent way to start, stop, and manage system services. Systemd can also be used to manage multiple MySQL instances on a single server. By Mughees Ahmed.
Tags linux servers learning devops mysql
-
How to go Agile in state and local government: Scrum vs. PMBOK
Posted on September 8, 2023, Level beginner Resource Length long
Agencies should consider two primary agile methodologies to accelerate the development of software and government services. By Agencies should consider two primary agile methodologies to accelerate the development of software and government services. By Phil Goldstein.
Tags agile miscellaneous learning management cio
-
Eight tips for junior software developers
Posted on September 7, 2023, Level beginner Resource Length medium
The software development industry is continually growing and evolving. As new technologies emerge, the need for skilled developers grows. This can make it challenging for junior developers looking to break into the industry. By Temitope Oyedele and Tomas Ferna.
Tags software app-development web-development how-to learning
-
Kickstart your Kotlin journey: Essential tips and tricks for beginner app developers
Posted on September 6, 2023, Level beginner Resource Length long
Kotlin, a modern programming language developed by JetBrains, has gained immense popularity among app developers in recent years. With its concise syntax, interoperability with Java, and powerful features, Kotlin has become the language of choice for Android app development. In this article, we will explore why Kotlin is a great choice for beginner app developers, how to get started with Kotlin, and essential tips and tricks to enhance your Kotlin app development skills. By lset.uk.
Tags kotlin app-development jvm how-to learning