Skip to content

Commit 4e5752e

Browse files
committed
Better preface and acknowledgements
Signed-off-by: Baiju Muthukadan <[email protected]>
1 parent f23c546 commit 4e5752e

File tree

5 files changed

+120
-116
lines changed

5 files changed

+120
-116
lines changed

acknowledgements.tex

+13-10
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
\chapter*{Acknowledgements}
44
\addcontentsline{toc}{chapter}{\numberline{}Acknowledgements}
55

6-
First and foremost, I thank my God for enabling me to write this book.
7-
I want to thank my wife, Nithya and our two sons, Aadidev \& Aarav for
8-
their love, care, and support. I also want to thank my colleagues and
9-
friends for all the help.
6+
First and foremost, I express my gratitude to my God for granting me the ability
7+
to write this book. I would like to extend my heartfelt thanks to my wife,
8+
Nithya, and our two sons, Aadidev and Aarav, for their unwavering love, care,
9+
and support throughout this endeavor. I am also indebted to my colleagues and
10+
friends for their invaluable assistance.
1011

11-
I have received much feedback from my colleagues, friends, and fellow
12-
Go community members, including Satish V.J., Nurali Virani, Preeti
13-
Chandrashekar, Parvathy V.R., Sunil Malagi, Bilal M.K, Iliyas Shirol,
14-
Pratik Shah, and Andrei Tudor Călin.
12+
I am incredibly grateful for the abundance of feedback I have received from my
13+
colleagues, friends, and fellow members of the Go community. Special recognition
14+
goes to Satish V.J., Nurali Virani, Preeti Chandrashekar, Parvathy V.R., Sunil
15+
Malagi, Bilal M.K, Iliyas Shirol, Pratik Shah, and Andrei Tudor Călin for their
16+
contributions.
1517

16-
The encouragement I received from the Go community is terrific. I am
17-
grateful for being part of the Go community.
18+
The encouragement I have received from the Go community has been truly
19+
remarkable, and I feel privileged to be a part of it. My sincere appreciation
20+
goes out to the entire Go community for their support and camaraderie.

cover/images/cover-small.png

0 Bytes
Loading

preface.tex

+42-47
Original file line numberDiff line numberDiff line change
@@ -8,59 +8,54 @@ \chapter*{Preface}
88
off.} --- Proverbs 23:18
99
\end{quote}
1010

11-
If you are looking for a simple and powerful general-purpose
12-
programming language, \textit{Go} would be a great
13-
choice. \textit{Go} is an open source software from Google and the
14-
project has lots of community contributions. The project was started
15-
in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. However, it
16-
was publicly released by Google as an open source software in November
17-
2009. \textit{Go} is used by many organizations in different problem
18-
domains. Remember, the search-friendly word for \textit{Go}
19-
is \textit{Golang}.
11+
If you are searching for a straightforward and robust programming language
12+
suitable for a variety of applications, Go is an excellent option to consider.
13+
Go is an open-source language developed by Google with significant contributions
14+
from the community. The project originated in 2007 through the efforts of Robert
15+
Griesemer, Rob Pike, and Ken Thompson. It was subsequently released as
16+
open-source software by Google in November 2009. Go has gained popularity among
17+
numerous organizations across diverse problem domains.
2018

21-
This book is an introductory book that covers the basics of the Go
22-
programming language. If you are new to programming, I hope this book
23-
is going to be useful for you. If you studied programming a long time
24-
ago and are looking for a refresher program, I would suggest you take
25-
a look at the \url{https://scratch.mit.edu} website.
26-
The \textit{Scratch} programming language website will be helpful for
27-
those who have never programmed seriously. Once you become
28-
comfortable with the fundamental concepts of programming, you can come
29-
back to this book.
19+
This book serves as an introduction to the fundamentals of Go programming.
20+
Whether you are a novice programmer or someone seeking a refresher, I hope this
21+
book proves to be valuable. If you are entirely new to programming, I recommend
22+
exploring the Scratch programming language website
23+
at \url{https://scratch.mit.edu}. It provides helpful resources for those who
24+
have not yet delved deeply into programming. Once you have grasped the
25+
fundamental programming concepts, you can return to this book.
3026

31-
I started with Python programming around 2003, and since then, I have
32-
worked on Python for more than a decade. One of my old colleagues
33-
introduced me to \textit{Go} in 2013. It was a refreshing experience
34-
when I started with Go programming. There are lots of differences
35-
between \textit{Python} and \textit{Go}, but I was impressed with the
36-
simplicity of \textit{Go} in the initial days. The learning curve was
37-
very smooth compared to some other languages that I tried.
27+
My journey with programming began around 2003 when I started working with
28+
Python. Over the course of a decade, I gained extensive experience in Python
29+
programming. In 2013, a former colleague introduced me to Go, and it proved to
30+
be a refreshing experience. Although there are notable differences between
31+
Python and Go, I was particularly impressed by Go's simplicity in the early
32+
stages. Compared to other languages I had explored, the learning curve for Go
33+
was remarkably smooth.
3834

39-
When I became interested in Go programming, one of the first things
40-
that I decided was to write a book about it. Writing has been my
41-
passion for a long time. I started writing a blog in 2004 on
42-
LiveJournal. I wrote my first book about Zope component architecture
43-
in 2007. Writing is a fun activity; even though, sometimes it becomes
44-
hectic. Since this is a self-published book, there was no pressure on
45-
me, so it took quite some time to get this book in good shape.
35+
Upon developing an interest in Go, one of my initial aspirations was to write a
36+
book about it. Writing has long been my passion, with my first foray being a
37+
blog on LiveJournal in 2004. In 2007, I authored my first book on Zope component
38+
architecture. Writing can be an enjoyable activity, although at times it can
39+
become demanding. Since this book is self-published, I had the freedom to take
40+
my time and ensure its quality.
4641

47-
I have conducted many \textit{Go} workshops in different parts of
48-
India. During the workshops, I always wanted something more to offer
49-
to the participants, and I hope this book will fill that vacuum.
42+
Throughout the years, I have conducted numerous Go workshops in various parts of
43+
India. During these workshops, I always desired to offer something more to the
44+
participants, and I believe this book will fulfill that aspiration.
5045

51-
Software development is not just about programming languages. There
52-
are other skills you need to acquire, such as learning how to use a
53-
good text editor/IDE, a version control system, and the operating
54-
system of your choice. Moreover, pursue the learning of other
55-
languages and technologies throughout your career. The Go programming
56-
language leans towards a more object oriented style programming. You
57-
could also learn functional programming languages like Scheme and
58-
Haskell.
46+
Software development encompasses more than just programming languages. It
47+
involves acquiring additional skills such as proficiently using text
48+
editors/IDEs, version control systems, and your preferred operating system.
49+
Furthermore, it is beneficial to continually expand your knowledge by exploring
50+
different languages and technologies throughout your career. While Go leans
51+
toward an object-oriented programming style, you may also find it worthwhile to
52+
explore functional programming languages like Scheme and Haskell.
53+
54+
Apart from technical skills, business domain knowledge and soft skills play a
55+
pivotal role in your career growth. However, discussing these aspects in detail
56+
falls beyond the scope of this context. With that said, I conclude by wishing
57+
you a successful career.
5958

60-
Beyond technical skills, your business domain knowledge and soft
61-
skills are essential for your career growth. Writing more about that
62-
would be out of scope in this context, so let me leave it there and
63-
wish you a successful career at this moment.
6459
\thispagestyle{plain}
6560

6661
\vspace*{.2in}

sphinx/acknowledgements.rst

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
Acknowledgements
22
================
33

4-
First and foremost, I thank my God for enabling me to write this book. I
5-
want to thank my wife, Nithya and our two sons, Aadidev & Aarav for
6-
their love, care, and support. I also want to thank my colleagues and
7-
friends for all the help.
4+
First and foremost, I express my gratitude to my God for granting me the
5+
ability to write this book. I would like to extend my heartfelt thanks
6+
to my wife, Nithya, and our two sons, Aadidev and Aarav, for their
7+
unwavering love, care, and support throughout this endeavor. I am also
8+
indebted to my colleagues and friends for their invaluable assistance.
89

9-
I have received much feedback from my colleagues, friends, and fellow Go
10-
community members, including Satish V.J., Nurali Virani, Preeti
10+
I am incredibly grateful for the abundance of feedback I have received
11+
from my colleagues, friends, and fellow members of the Go community.
12+
Special recognition goes to Satish V.J., Nurali Virani, Preeti
1113
Chandrashekar, Parvathy V.R., Sunil Malagi, Bilal M.K, Iliyas Shirol,
12-
Pratik Shah, and Andrei Tudor Călin.
14+
Pratik Shah, and Andrei Tudor Călin for their contributions.
1315

14-
The encouragement I received from the Go community is terrific. I am
15-
grateful for being part of the Go community.
16+
The encouragement I have received from the Go community has been truly
17+
remarkable, and I feel privileged to be a part of it. My sincere
18+
appreciation goes out to the entire Go community for their support and
19+
camaraderie.

sphinx/preface.rst

+52-50
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,58 @@ Preface
44
*For surely there is an end; and thine expectation shall not be cut
55
off.* — Proverbs 23:18
66

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.
5759

5860
| Baiju Muthukadan
5961
| Kozhikode, Kerala, India

0 commit comments

Comments
 (0)