Skip to content
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

wwwinsights_logo
Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

  • Home
  • AI
  • Content Management
    • Drupal
    • WordPress
  • Web Infrastructure
    • AWS
    • Network
    • Git
    • Nginx
    • Infra
  • Programming Language
    • Python
  • Contact
  • About
    • Home
    • 2023
    • Page 2
Git

How to Clone a GitHub Private Repository?

Dr. Anjing Wang May 6, 2023 1 Comments

To clone a private repository, I recommend using HTTPS + the latest fine-grained token. It gives more flexibility over permission controls.

Python

Chinese Encoding with Python Requests Library

Dr. Anjing Wang May 4, 2023 0 Comments

We will demonstrate how to handle Chinese or other charaters encoding correctly using the Python Requests library with UTF-8.

AI

OpenAI Text Embeddings

Dr. Anjing Wang May 1, 2023 0 Comments

We'll take a look at how OpenAI enables text embedding and use Python to do an exercise to cluster some texts.

AI

How to Use Stable Diffusion? (1)

Dr. Anjing Wang April 27, 2023 0 Comments

We'll introduce the basics of stable diffusion and how can we access its service thourgh its official site or third party site.

AI

Midjourney Prompt for Style

Dr. Anjing Wang April 24, 2023 0 Comments

Midjourney prompt allows us to create distinctive styles, such as Anime, cartoon, watercolor, oil paint, etc. We'll explore lots of styles.

AI

Pinecone vs Elasticsearch: Introduce a Vector Database for Elasticsearch Users

Dr. Anjing Wang April 21, 2023 0 Comments

We compare Pinecone with Elasticsearch from perspectives of Data Representation, Search Capabilities, and Integration with Machine Learning.

Python

How to Use Python Virtual Environment?

Dr. Anjing Wang April 20, 2023 0 Comments

Python virtual environment is essential for managing different projects. Virtualenvwrapper is a useful extension that further simplifies it.

Drupal

Drupal Entity Reference (1): What is Entity Reference?

Dr. Anjing Wang March 30, 2023 0 Comments

We'll discuss the drupal entity reference's definition, how to create an entity reference in drupal, and what exactly an entity reference can refer to.

Drupal

Drupal View Mode and View Display

Dr. Anjing Wang March 26, 2023 0 Comments

We have sorted out the concepts around 'drupal view modes' and 'drupal view display', and give a very clear picture of what they are.

Drupal

Understand Drupal Links in Manage Display

Dr. Anjing Wang March 22, 2023 0 Comments

'Links' is a block of links that might appear at the end of a piece of content; What exactly that block looks like is defined by the theme.

Drupal

Drupal Footer Menu on Olivero Theme

Dr. Anjing Wang March 21, 2023 0 Comments

We'll provide step-by-step instructions on how to enable the drupal footer menu on the Olivero theme by linking menus to a block on a theme.

Drupal

How to Install Drush with or without Drupal

Dr. Anjing Wang March 20, 2023 0 Comments

Since Drush 11, the only way to install drush is through PHP Composer. It should be very easy, but there is a dependency issue currently exist for drush 11 standalone…

Drupal

PHP Composer Explained

Dr. Anjing Wang March 19, 2023 0 Comments

This article present you the basic of PHP composer, and you can quickly install it and move to your own project.

Drupal

How to Enable Trusted Host Settings on Drupal

Dr. Anjing Wang March 16, 2023 0 Comments

We'll give you step-by-step instructions on how to enable 'Trusted Host Settings'. Some steps are tricky, so follow closely.

Drupal

How to Update a Drupal Site?

Dr. Anjing Wang March 16, 2023 0 Comments

The easiest way to install and update a Drupal site is via composer. It'll save you time and effort later when you update.

Posts pagination

1 2 3

« Previous Page — Next Page »

About the Author

Dr. Anjing Wang

Dr. Anjing Wang

I am an entrepreneur, data analyst, website builder, and enthusiastic educator. I hold a Ph.D. in computer science and worked for big corporations for years before starting up a few companies. Notably, one of my recent start-up projects is a video dictionary.

  • AI
  • AWS
  • DNS
  • Drupal
  • Git
  • Infra
  • Network
  • Nginx
  • Python
  • Wordpress
Causal Language Models vs. Conditional Generation Models: Key Differences and Real-World Examples
February 7, 2025
Unlocking the Power of Conditional Generation in AI
February 2, 2025
Unveiling NVIDIA DGX: A Journey Through AI Supercomputing
November 19, 2024
How to Measure the Performance of OCR: Why BLEU Isn’t Always the Best Choice
November 13, 2024
Understanding sklearn.metrics.accuracy_score and How to Calculate Accuracy Manually
November 13, 2024
Supervised Fine-Tuning (SFT): How to Fine-Tune Your Model Like a Pro
November 1, 2024
Deep Learning Model Precision: FP32, BF16, INT8 and INT4
October 31, 2024
LoRA vs. QLoRA: Fine-Tuning Your Model’s Superpowers on a Budget
October 31, 2024
How to Run a CUDA Docker Image on an AWS Ubuntu LTS Instance
October 29, 2024
How to Install NVIDIA driver on AWS Ubuntu LTS 24.04
October 29, 2024
Running One Linux Distribution Inside Another Using Docker: A Deep Dive
October 28, 2024
Fine-Tuning Qwen Models: Understanding the Key Parameters
October 25, 2024
Why PyTorch Uses Its Own Tensor Library Instead of NumPy
October 9, 2024
Using torch.Tensor to Represent Images in PyTorch: A Beginner’s Guide
September 17, 2024
Total Available Graphics Memory vs. Dedicated Video Memory – Understanding the Four Types of GPU Memory
September 10, 2024
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

Copyright by Anjing Wang © All rights reserved | Blogus by Themeansar.

  • Home
  • About
  • Terms of Use
  • Privacy Policy
  • Contact