Selected Articles from the Journal of Electronics | Can a Battery Last 10 Years? How Low-Power Wide Area Network LoRa Technology is Transforming IoT Connectivity

In the era of the Internet of Things, how can we meet the demand for small data and large connections in IoT, allowing massive devices to “last longer and transmit further”? The low-power wide area network (LoRa) technology is becoming a core answer for large-scale IoT! However, existing technologies still face three major challenges in … Read more

Verb: Another HTTP REST Client in Emacs

Introduction The <span>restclient</span> in Emacs has been archived and is no longer maintained, so we need to look for other packages to replace it. After some searching, I found that federicotdn/verb: HTTP client for Emacs[1] is quite good and also supports <span>org babel</span>. Installation (use-package verb :init (cl-pushnew '(verb . t) load-language-list) :config (define-key org-mode-map … Read more

HTTP/3 Has Arrived!

Click “Developer Technology Frontline“, select “Star🔝” Looking|Star|Message, True Love Author: billpchen, Frontend Developer at Tencent After the HTTP/2 standard was published in 2015, most mainstream browsers supported this standard by the end of that year. Since then, with advantages such as multiplexing, header compression, and server push, HTTP/2 has gained increasing favor among developers. Unbeknownst … Read more

Apache HttpClient: The Ace of HTTP Requests!

Apache HttpClient: The Ace of HTTP Requests! Hello everyone! Today I want to introduce a powerful HTTP client library in the Java domain – Apache HttpClient. As a Java developer, mastering HTTP request operations is an essential skill. Whether it’s calling REST APIs, scraping web data, or building microservice communication, HttpClient is your reliable assistant. … Read more

Gunicorn: A Python Library for WSGI HTTP Server!

▼ Click the card below to follow me ▲ Click the card above to follow me Gunicorn! A powerful tool that makes your Python web applications fly! Today, let’s talk about Gunicorn. It is a WSGI HTTP server, which simply means it helps you run web applications written in Python (like Flask and Django) so … Read more

Getting Started with Avalonia Cross-Platform: Part 52 – HttpListener

In the previous article, we exploredAvalonia Cross-Platform: Part 45 – RestFul, and today I will share how to directly enableHttpListener in the backend and implement a simple configuration page: 1. The frontend is done with HTML + JS + CSS, and for the backend: 2. Return MIME types based on file extensions: 3. Read local … Read more

Gunicorn: A High-Performance WSGI HTTP Server for Python!

▼ Click the card below to follow me ▲ Click the card above to follow me Gunicorn – A High-Performance Server in the Python World When it comes to website deployment, we Python developers can’t just rely on the development server to hold the fort. That little water pipe-like server in the development environment will … Read more

Toolset: HttpGo – A Web Fingerprinting Tool Supporting Multithreading, HTTP Proxies, Batch Recognition, Result Saving, and Screenshot Display

Disclaimer: For authorized testing only. The author is not responsible for any consequences arising from user abuse. Please comply with laws and regulations! [Get the tool at the end of the article] 🐉 Tool Introduction HttpGo is a web fingerprinting tool that supports multithreading, HTTP proxies, batch recognition, result saving, and screenshot display. Users can … Read more

Go Language HTTP Middleware Chain: Goroutine Pooling Technology | Code Reuse Strategy

Click the above“blue text” to follow us Go Language HTTP Middleware Chain: Goroutine Pooling Technology | Code Reuse Strategy “Brother Feng, our website traffic has suddenly surged, and the server CPU is maxed out!” This was a message sent urgently by a student yesterday. After checking the logs, I found that a large number of … Read more