Tag: Learning
-
The small business owner's guide to data analytics
Posted on October 13, 2023, Level beginner Resource Length medium
Big data technology is transforming nearly every industry quickly by providing actionable business information. Because of its effectiveness, even business leaders who are generally slow to adopt new technology are curious about implementing big data analytics and using its insights. By Jennifer Dublino.
Tags analytics learning big-data cio data-science
-
Build a blog with Next.js, Tailwind CSS, and Contentful
Posted on October 12, 2023, Level beginner Resource Length medium
One of the powerful features provided by Next.js is that we can write server components. This allows us to use static rendering, which means that all the HTML pages will be pre-rendered at build time. The front-facing site will not send any requests to the backend (in this case, Contentful). The content API will be queried only when we run the next build command and generate the static files. By Antonio Cosentino.
Tags css learning web-development app-development react
-
ChatGPT-4 for developers: How to debug, refactor, and fix code
Posted on October 4, 2023, Level beginner Resource Length short
Our guide explains the use of ChatGPT in programming. Know how to leverage ChatGPT for code completion, bug fixes, refactoring code and code reviews. By Aravind Aby.
Tags programming data-science ai learning teams big-data
-
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