Tag: How to
-
How to set up and use Syncthing to sync files on Linux
Posted on April 2, 2023, Level beginner Resource Length long
With the proliferation of cloud storage services and the growing need for remote work capabilities, file sync software has become increasingly popular in recent years. It allows users to automatically synchronize files between different devices and platforms, ensuring that all file versions are up-to-date and easily accessible from anywhere. By Bobby Borisov.
Tags linux app-development learning how-to
-
Node hosting on Google Cloud: A pillar of Web3 infrastructure
Posted on March 26, 2023, Level beginner Resource Length medium
Blockchain nodes are the physical machines that power the virtual computer that comprises a blockchain network and store the distributed ledger. There are several types of blockchain nodes, such as RPC nodes, validator nodes, archive nodes. By Bertrand Portier.
Tags gcp app-development fintech blockchain how-to google
-
The architecture of Prometheus
Posted on March 24, 2023, Level intermediate Resource Length medium
This article explains the Architecture of Prometheus. Prometheus is an open source monitoring and alerting toolkit for services and applications that run in containers. Developed first at SoundCloud, the project became part of the Cloud Native Computing Foundation (CNCF). Prometheus is now the industry standard for both containerized infrastructure and classic implementation scenarios, especially within Kubernetes clusters. By Ju.
Tags devops monitoring performance software-architecture analytics how-to
-
AIOps improving service assurance for the healthcare industry
Posted on March 23, 2023, Level beginner Resource Length short
For healthcare providers and payers, improving the experience of members and patients requires replacing disconnected legacy systems with agile infrastructure and applications. By Dan Schneider.
Tags robotics management cio miscellaneous how-to
-
Intrusion detection network – Protecting from cyber attacks
Posted on March 19, 2023, Level intermediate Resource Length medium
As cyber threats continue to evolve, it's essential for businesses to have systems in place to protect against attacks. One important tool in the cybersecurity toolkit is an intrusion detection network (IDN). By Priyanshu Sahay.
Tags infosec cloud cio miscellaneous how-to
-
The first 30 days as a CTO or VP of Engineering for SaaS: What you need to know
Posted on March 5, 2023, Level beginner Resource Length medium
Starting a new leadership position can be both exciting and daunting, especially if you're taking over a product or team that you know little about. The first 30 days are critical for setting the tone and direction of your leadership and establishing credibility with your team and other stakeholders. In this post, we'll provide a roadmap for surviving and thriving in the first 30 days as a new CTO or VP of Engineering. By Zack Schwartz.
Tags cio cloud miscellaneous how-to teams career
-
Encrypt and decrypt data in Node.js using aes-256-cbc
Posted on March 3, 2023, Level intermediate Resource Length medium
This tutorial aims at teaching you how to encrypt and decrypt data in Node.js. The method provided here is pretty straightforward and easy to understand, as it has been written with the intention of enabling other programmers and developers to learn how to encrypt data in their applications. By Ugbem Job.
Tags infosec nodejs web-development how-to app-development
-
Ultimate guide to being a freelancer in 2023
Posted on March 2, 2023, Level beginner Resource Length long
If you're thinking of becoming a freelancer, you're probably bored with your day job and looking for new challenges in your life. Maybe you love the idea of being your own boss, or maybe you just need more flexibility in your work schedule. Either way, the freelance life could be perfect for you. By Bethenny Carl.
Tags miscellaneous web-development how-to learning
-
How to send emails with SendGrid in Next.js: Complete guide
Posted on March 1, 2023, Level beginner Resource Length medium
As a developer, you may need to send emails from your application for a variety of reasons, such as sending notifications or user verification emails. In this article, we will explore how to send emails from a Next.js API using SendGrid. By @TechZilla.
Tags frontend web-development how-to javascript
-
How to transform time series for deep learning
Posted on February 26, 2023, Level intermediate Resource Length long
Forecasting with deep neural networks. A time series is a sequence of values ordered in time. So, it needs to be transformed for supervised learning. By Vitor Cerqueira.
Tags machine-learning app-development data-science how-to big-data iot
-
Content compliance: How to navigate data & privacy regulations
Posted on February 25, 2023, Level beginner Resource Length medium
Content marketing includes more than developing relevant content to engage your audience consistently. Processes, policies, and regulations govern certain aspects of it. As such, it's critical to establish a content compliance strategy. By Jonathan Hill.
Tags web-development cio how-to miscellaneous
-
.NET programmer's guide to CancellationToken
Posted on February 23, 2023, Level intermediate Resource Length long
Microsoft created a standardized cancellation implementation that has far-reaching capabilities beyond its original use case. Sometimes canceling is a good thing. In many of my .NET projects, I have had plenty of motivation to cancel both internal and external processes. Microsoft learned that developers were approaching this common use case in a variety of complex implementations and decided there must be a better way. By Davit Asryan.
Tags web-development programming how-to apis app-development