The first time I joined Sibu was because of a question. I have to say that the Q&A on Sibu is great. There are many enthusiastic bosses to solve the problem, so I was deeply attracted by Sibu, and I also joined in answering questions. For the army, my idea is very simple. It is an improvement for me to be able to answer what I understand.
Later, I learned about the writing function of Sifei, and then I began to write articles to record the problems I encountered in my daily work, or some summary of knowledge points, of course, I have to admit that due to some unexpected factors, I had to stop The writing of some articles, this is my relatively big failure! E.g:
learn vue from scratch
Algorithm
These two articles, Introduction to Algorithms, is that I haven't understood the hash table in depth, so I didn't continue to write. I learned Vue from scratch because I felt that writing like this is not very meaningful, so I stopped.
Later, I was honored to join the lecturer of Sibu, and thank Sibu for giving me this platform for me to improve myself. The following are the courses on the line:
play typescript authentication login
Fun TypeScript Movie Seat
Of course there are courses that are not online, such as:
Vuex source code analysis
Handwriting a mini-compiler
Implement my personal project color picker
These courses are being planned one after another, and we welcome your support. happy 9th anniversary holiday. Haha, I would like to borrow the article happy birthday 160d3f5441ce05 in multiple languages.
C:
#include<stdio.h>
int main(void)
{
printf("生日快乐");
return 0;
}
python:
print("生日快乐")
java:
public static void main(String[] args) {
System.out.println("生日快乐");
}
C++:
#include<iostream>
using namespace std;
int main(){
cout<<"生日快乐";
return 0;
}
C#:
Console.Write("生日快乐");
JavaScript:
console.log("生日快乐");
PHP:
<?php
echo "<h2>生日快乐</h2>";
?>
Objective-C:
NSLog(@"%@",@"生日快乐");
Dart:
void main() {
print("生日快乐");
}
Kotlin:
println("生日快乐");
scala:
print("生日快乐");
typescript:
console.log("生日快乐");
The following are supplementary:
Rust:
println!("生日快乐");
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。