Open in app

Sign In

Write

Sign In

David Li
David Li

54 Followers

Home

Books

About

Featured Book

Introduction to Javascript 1st Edition: Simple walkthrough over the JavaScript ecosystem
Introduction to Javascript 1st Edition: Simple walkthrough over the JavaScript ecosystem

This book serves as a introduction to JavaScript, asynchronous programming and Node.js.

2023

·
David Li
David Li

Stories

Published in

Towards Dev

·Pinned

Introduction to github actions and how to use them

YAML (short for “YAML Ain’t Markup Language”) is a human-readable data serialization format. It is commonly used for configuration files, data exchange between systems, and in many other applications. The basic structure of a YAML file consists of a series of key-value pairs, separated by colons. Keys are always strings…

Github

6 min read

Introduction to github actions and how to use them
Introduction to github actions and how to use them
Github

6 min read


Pinned

How to Create a Stock Ticker App in Dash Part 2

From the Previous Article we covered how to make basic dash UI and some callbacks. Importing the yfinance library makes it easy to grab…

Data Visualization

1 min read

How to Create a Stock Ticker App in Dash Part 2
How to Create a Stock Ticker App in Dash Part 2
Data Visualization

1 min read


12 hours ago

Understanding Microsoft.Extensions.Caching: A Comprehensive Guide

Microsoft.Extensions.Caching is a set of libraries used for caching in .NET applications. It provides various in-memory and distributed cache implementations that can be used with any .NET application, regardless of whether it’s an ASP.NET Core web application, console application, or any other type of application built with .NET. In this…

Dotnet

4 min read

Understanding Microsoft.Extensions.Caching A Comprehensive Guide
Understanding Microsoft.Extensions.Caching A Comprehensive Guide
Dotnet

4 min read


1 day ago

C++ Templates and Generic Programming: A Deep Dive

In this article, we will explore C++ templates, a powerful feature that enables generic programming. We will discuss the motivation behind templates, their syntax, and their role in implementing generic algorithms and data structures. We will also touch upon some advanced topics like template specialization and variadic templates. Table of Contents Introduction to…

Cpp

4 min read

C++ Templates and Generic Programming A Deep Dive
C++ Templates and Generic Programming A Deep Dive
Cpp

4 min read


2 days ago

Introduction to Log4j: A Powerful Java Logging Framework

Logging is an essential part of any software application, as it helps developers to track and understand the application’s behavior. For Java applications, Log4j is one of the most popular and widely-used logging frameworks. …

Java

3 min read

Introduction to Log4j A Powerful Java Logging Framework
Introduction to Log4j A Powerful Java Logging Framework
Java

3 min read


2 days ago

React Class Components

Class components are an important concept in React, and understanding how they work is crucial for building complex applications. In this post, we’ll discuss the basics of class components in React. Defining a class component A class component is defined as a class that extends the React.Component class. …

React

5 min read

React Class Components
React Class Components
React

5 min read


3 days ago

Java Standard Library: An Overview

The Java Standard Library, also known as Java Class Library or Java API, is a collection of pre-built classes and methods that developers can utilize to perform common programming tasks. The library is bundled with the Java Development Kit (JDK) and serves as a foundation for building Java applications. …

Java

3 min read

Java Standard Library An Overview
Java Standard Library An Overview
Java

3 min read


4 days ago

Swift’s Standard Library: A Deep Dive

Swift is a powerful and intuitive programming language developed by Apple for iOS, macOS, watchOS, tvOS, and beyond. It is designed to be easy to read and write while still being fast and efficient. One of the key components of Swift’s power and flexibility is its comprehensive standard library. …

Swift

3 min read

Swift’s Standard Library A Deep Dive
Swift’s Standard Library A Deep Dive
Swift

3 min read


5 days ago

GORM: An Object-Relational Mapping Library for Go

GORM is a powerful and easy-to-use object-relational mapping (ORM) library for Go (Golang). It provides a high-level, flexible, and customizable interface to interact with various databases while adhering to Go’s idiomatic and concurrent programming style. …

Gorm

3 min read

GORM An Object-Relational Mapping Library for Go
GORM An Object-Relational Mapping Library for Go
Gorm

3 min read


6 days ago

Running Python Web Applications with Gunicorn

Gunicorn, or Green Unicorn, is a Python Web Server Gateway Interface (WSGI) HTTP server. It is a pre-fork worker model, which means it forks multiple worker processes to handle incoming requests. Gunicorn is often used to serve Python web applications behind a reverse proxy, such as Nginx or Apache, providing…

Python

3 min read

Running Python Web Applications with Gunicorn
Running Python Web Applications with Gunicorn
Python

3 min read

David Li

David Li

54 Followers

Book Author

Software developer that is an active bogger.

Following
  • Sau Sheong

    Sau Sheong

  • Netflix Technology Blog

    Netflix Technology Blog

  • Amit Kumar Jha

    Amit Kumar Jha

  • Israel Josué Parra Rosales

    Israel Josué Parra Rosales

  • Dr. Joe Logan

    Dr. Joe Logan

See all (43)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams