Skip to content

Commit

Permalink
webinar
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 2, 2018
1 parent 4e6c149 commit ebd0c92
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<li>
At <a href="/webinars.html">Webinar #36</a>
we will discuss global variables in OOP and why they are evil;
join us on <b>August 1</b>, at 11am PST.
join us on <b>August 8</b>, at 11am PST.
</li>
<!--
<li>
Expand Down
39 changes: 36 additions & 3 deletions _newsletters/2018/july.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,44 @@
Hi,
{% endif %}

EO vol.1 in Russian
Some good news first. [Code Ahead](https://www.yegor256.com/code-ahead.html),
my forth book about project management
and the philosophy of software development, is [on sale](https://amzn.to/2u9BbqF)!
It's a semi-autobiographical fiction book about a software architect who
is involved in programming, debugging, releasing, testing, organizing,
team work, and management issues. I've spent over a year for writing
and re-writing it. Definitely worth reading, if you share my thoughts about
management (even if you don't, you may change your mind after reading it).

Code Ahead on sale
Second, if you speak Russian, you may be interested in buying a Russian
version of [Elegant Objects Vol.1](https://www.piter.com/collection/all/product/elegantnye-obekty-java-edition),
which was translated and published
by "Piter," a St.Petersburg based publisher in Russia.

Zold blog + roadmap + GP
These two articles I published on my blog in July:

* [What's Wrong With Global Variables?](https://www.yegor256.com/2018/07/03/global-variables.html)
re-iterates on the evil nature of globally visible variables,
with a simple Ruby demonstration.

* [Either Bugs or Pull Requests ... or You Are Out](https://www.yegor256.com/2018/07/24/bugs-or-pull-requests.html)
is a pretty emotional piece that summarizes my attitude towards
"good" and "bad" programmers.

As you know, we are working hard on [Zold](https://www.zold.io), a new experimental non-Blockchain
cryptocurrency, which is going to [support the growth](https://blog.zold.io/2018/07/08/mission.html) of Zerocracy. In July
we made a lot of technical progress. You are welcome to invest into ZLD,
just [click here](https://www.0crat.com/contrib/CAZPZR9FS). All funds contributed
are spent on open source projects managed by [Zerocrat](https://www.yegor256.com/2018/04/03/donations-via-zerocracy.html).
I also started to [blog](https://blog.zold.io/) about it and the crypto world in general.

Also, we are raising the first round of investments for Zerocracy and you
have a chance to jump in. The [Executive Summary](http://papers.zold.io/executive-summary.pdf) we just published
explains the deal ($25K is the minimum you can contribute with).

Don't miss a [webinar](https://www.youtube.com/watch?v=FNWyN_Q10TI) next Wednesday, about global variables.
Also, don't forget to join my [Telegram chat](https://t.me/joinchat/AAAAAEJFMRzsRTRxM3ec6A)
and follow me on [Facebook](https://www.facebook.com/yegor256) and [Twitter](https://twitter.com/intent/follow?screen_name=yegor256).

&mdash;<br/>
Yegor Bugayenko<br/>
Expand Down
2 changes: 1 addition & 1 deletion static/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ subscribers).
<textarea id="reason" style="width:100%;" name="reason" tabindex="2" class="field field-text" rows="6" required="required"></textarea>
<label for="subscribe">&nbsp;</label>
<button id="subscribe" class="field" tabindex="3" type="submit">Subscribe</button>
<span class="note">3659+ happy subscribers and counting...</span>
<span class="note">3697+ happy subscribers and counting...</span>
</fieldset></form>

You can always [unsubscribe](/unsubscribe.html).
Expand Down
2 changes: 1 addition & 1 deletion static/saturday.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ around my living place. This page contains the up-to-date information about
the place. Just check it and find me there. We will have a chat
and a <del>cup of tea/coffee</del> breakfast.

Next meeting on: 28-July-2018.
Next meeting on: 4-August-2018.

10am-1pm<br/>
Odessa-Mama<br/>
Expand Down
4 changes: 2 additions & 2 deletions static/webinars.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ informed about everything I do publicly, including these webinars.
## 2018


{% webinar 01-08-2018 36 FNWyN_Q10TI What's wrong with global variables? %}
{% webinar 08-08-2018 36 FNWyN_Q10TI What's wrong with global variables? %}

<a href="https://www.youtube.com/watch?v=FNWyN_Q10TI"><img src="https://i.ytimg.com/vi/FNWyN_Q10TI/mqdefault.jpg" class="wnr" alt="Webinar no.36 by Yegor Bugayenko"/></a>
August 1, 2018<br/>
August 8, 2018<br/>
&#35;36: **What's wrong with global variables?**<br/>
We all know that global variables are evil, but most of us keep using them.
Here we discuss what exactly is wrong with them. The discussion is based on this blog post:
Expand Down

0 comments on commit ebd0c92

Please sign in to comment.