Develop with Telegram API

Develop with Telegram API

Telegram has a bunch of API allows developers to create Telegram-like messaging application on their platform free of charge. Telegram has two kinds of API, which are Bot API and Telegram API, TDLib. Visit Telegram APIs to check the differences between them. In this article, we are going to talk about how to utilize Telegram API to implement our requirements. In order to ensure consistency and security across the Telegram ecosystem, all third-party client apps must comply with the Telegram API Terms of Service.

Read more

五一假期北京游玩日历 - Day 1

第一天的游玩主题是铁道与火车。 在这一天里,我们乘坐了被誉为开往春天的列车北京市郊线路S2,参观了詹天佑纪念馆,参观了北京铁道博物馆东郊馆。这一天除了市郊火车上,我们去的景点人都很少,甚至詹天佑纪念馆几乎看不到几个人,这在今年五一这种北京旅游旺季是不可想象的。如果对轨道交通或是火车感兴趣的话,来北京玩可以参考这条游玩路线。既很有意思,又可以避开人流。

Read more

How to build this blog

Very insteresting thing

The last time that I was invited to collaborate with this blog is the day before my divorce.

But when I am invited here, I mean now, we are sweety as before.

Build Your First Blog with Hexo, AWS S3, and Cloudflare

Build Your First Blog with Hexo, AWS S3, and Cloudflare

In this post, I am going to introduce how I build my blog. I am very confident that this is the easiest way I have ever found to have your website in just one hour with only a little effort. In this way, you can do it even without a web server.

Read more

Test Driven Design Best Practices

In this post, we are going to talk about some best practices on TDD in Java application development. Particularly, some misunderstandings about TDD will be discussed too in this article.

Read more
Lifestyle in the Future
How to Make Introduction Perfect in IELTS
IELTS: Cryptocurrencies

IELTS: Cryptocurrencies

Cryptocurrency is a combination of cryto, from cryptography, which is to do with using clever sofware codes to protect computer information and systems, and currency, which is the money of a particular country.

Read more

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment