@@ -4,56 +4,58 @@ Preface
4
4
*For surely there is an end; and thine expectation shall not be cut
5
5
off. * — Proverbs 23:18
6
6
7
- If you are looking for a simple and powerful general-purpose programming
8
- language, *Go * would be a great choice. *Go * is an open source software
9
- from Google and the project has lots of community contributions. The
10
- project was started in 2007 by Robert Griesemer, Rob Pike, and Ken
11
- Thompson. However, it was publicly released by Google as an open source
12
- software in November 2009. *Go * is used by many organizations in
13
- different problem domains. Remember, the search-friendly word for *Go *
14
- is *Golang *.
15
-
16
- This book is an introductory book that covers the basics of the Go
17
- programming language. If you are new to programming, I hope this book is
18
- going to be useful for you. If you studied programming a long time ago
19
- and are looking for a refresher program, I would suggest you take a look
20
- at the https://scratch.mit.edu website. The *Scratch * programming
21
- language website will be helpful for those who have never programmed
22
- seriously. Once you become comfortable with the fundamental concepts of
23
- programming, you can come back to this book.
24
-
25
- I started with Python programming around 2003, and since then, I have
26
- worked on Python for more than a decade. One of my old colleagues
27
- introduced me to *Go * in 2013. It was a refreshing experience when I
28
- started with Go programming. There are lots of differences between
29
- *Python * and *Go *, but I was impressed with the simplicity of *Go * in
30
- the initial days. The learning curve was very smooth compared to some
31
- other languages that I tried.
32
-
33
- When I became interested in Go programming, one of the first things that
34
- I decided was to write a book about it. Writing has been my passion for
35
- a long time. I started writing a blog in 2004 on LiveJournal. I wrote my
36
- first book about Zope component architecture in 2007. Writing is a fun
37
- activity; even though, sometimes it becomes hectic. Since this is a
38
- self-published book, there was no pressure on me, so it took quite some
39
- time to get this book in good shape.
40
-
41
- I have conducted many *Go * workshops in different parts of India. During
42
- the workshops, I always wanted something more to offer to the
43
- participants, and I hope this book will fill that vacuum.
44
-
45
- Software development is not just about programming languages. There are
46
- other skills you need to acquire, such as learning how to use a good
47
- text editor/IDE, a version control system, and the operating system of
48
- your choice. Moreover, pursue the learning of other languages and
49
- technologies throughout your career. The Go programming language leans
50
- towards a more object oriented style programming. You could also learn
51
- functional programming languages like Scheme and Haskell.
52
-
53
- Beyond technical skills, your business domain knowledge and soft skills
54
- are essential for your career growth. Writing more about that would be
55
- out of scope in this context, so let me leave it there and wish you a
56
- successful career at this moment.
7
+ If you are searching for a straightforward and robust programming
8
+ language suitable for a variety of applications, Go is an excellent
9
+ option to consider. Go is an open-source language developed by Google
10
+ with significant contributions from the community. The project
11
+ originated in 2007 through the efforts of Robert Griesemer, Rob Pike,
12
+ and Ken Thompson. It was subsequently released as open-source software
13
+ by Google in November 2009. Go has gained popularity among numerous
14
+ organizations across diverse problem domains.
15
+
16
+ This book serves as an introduction to the fundamentals of Go
17
+ programming. Whether you are a novice programmer or someone seeking a
18
+ refresher, I hope this book proves to be valuable. If you are entirely
19
+ new to programming, I recommend exploring the Scratch programming
20
+ language website at https://scratch.mit.edu. It provides helpful
21
+ resources for those who have not yet delved deeply into programming.
22
+ Once you have grasped the fundamental programming concepts, you can
23
+ return to this book.
24
+
25
+ My journey with programming began around 2003 when I started working
26
+ with Python. Over the course of a decade, I gained extensive experience
27
+ in Python programming. In 2013, a former colleague introduced me to Go,
28
+ and it proved to be a refreshing experience. Although there are notable
29
+ differences between Python and Go, I was particularly impressed by Go’s
30
+ simplicity in the early stages. Compared to other languages I had
31
+ explored, the learning curve for Go was remarkably smooth.
32
+
33
+ Upon developing an interest in Go, one of my initial aspirations was to
34
+ write a book about it. Writing has long been my passion, with my first
35
+ foray being a blog on LiveJournal in 2004. In 2007, I authored my first
36
+ book on Zope component architecture. Writing can be an enjoyable
37
+ activity, although at times it can become demanding. Since this book is
38
+ self-published, I had the freedom to take my time and ensure its
39
+ quality.
40
+
41
+ Throughout the years, I have conducted numerous Go workshops in various
42
+ parts of India. During these workshops, I always desired to offer
43
+ something more to the participants, and I believe this book will fulfill
44
+ that aspiration.
45
+
46
+ Software development encompasses more than just programming languages.
47
+ It involves acquiring additional skills such as proficiently using text
48
+ editors/IDEs, version control systems, and your preferred operating
49
+ system. Furthermore, it is beneficial to continually expand your
50
+ knowledge by exploring different languages and technologies throughout
51
+ your career. While Go leans toward an object-oriented programming style,
52
+ you may also find it worthwhile to explore functional programming
53
+ languages like Scheme and Haskell.
54
+
55
+ Apart from technical skills, business domain knowledge and soft skills
56
+ play a pivotal role in your career growth. However, discussing these
57
+ aspects in detail falls beyond the scope of this context. With that
58
+ said, I conclude by wishing you a successful career.
57
59
58
60
| Baiju Muthukadan
59
61
| Kozhikode, Kerala, India
0 commit comments