It’s so nervous to write this article for the first time. My writing is not good either. I just want to record some difficulties and pits I encountered in the process of learning. Out of order to make complaints about the rookie article, please do not let go of your love to me.
Well, I’m going to get to the point…
First of all, let’s talk about my current state. I just worked in the new company for less than a month. This is also my second internship. I practiced in the first company for five months on the premise of nothing. However, it seems that less than a month in the new company has learned more than the previous five months. So now it’s time to officially step into the front pit. The new company is a start-up company. Although there are not many people, they are all elites. The bosses are all graduates of Peking University and returned from abroad to start a business. How I, a rookie, got in is also an unsolved mystery. I just interviewed for more than an hour and didn’t ask me when I can go to work. I started to work the next day.
Then the company mainly uses react JS, I haven’t touched it before, so I learned a lot in less than a month. The main reason is that the great God took me. My thinking is super clear. What to do at each step is very clear, so I learned very quickly without taking detours. Well, that’s the basic state. The next article will officially enter my learning stage. kiss you
Recommended Today
Proper memory alignment in go language
problem type Part1 struct { a bool b int32 c int8 d int64 e byte } Before we start, I want you to calculatePart1What is the total occupancy size? func main() { fmt.Printf(“bool size: %d\n”, unsafe.Sizeof(bool(true))) fmt.Printf(“int32 size: %d\n”, unsafe.Sizeof(int32(0))) fmt.Printf(“int8 size: %d\n”, unsafe.Sizeof(int8(0))) fmt.Printf(“int64 size: %d\n”, unsafe.Sizeof(int64(0))) fmt.Printf(“byte size: %d\n”, unsafe.Sizeof(byte(0))) fmt.Printf(“string size: %d\n”, […]
- Sitemap about Spartacus XML problem
- Ten years later, Dubbo 3.0 preview will be released in March
- Redux series 01: learn about action, store and reducer from a simple example
- Spring security plays a flower! Two ways of DIY login
- Fat programmer: from design drawings to NPM publishing components
- Front end weekly issue 12
- Webpack Configuration Guide
- Don’t know the reservoir sampling algorithm? Then come in and have a look~
- Flutter state management based on riverpod
- [from zero to one] koa from understanding to realization