Skip to content

Commit

Permalink
chore: Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Nov 25, 2020
1 parent eff9487 commit 769f6c2
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 32 deletions.
34 changes: 26 additions & 8 deletions components/Buy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ const button = css`
`;

const Button = ({ href, children }) => (
<a className={cx("btn", "btn--normal", button)} href={href}>
<a
className={cx("btn", "btn--normal", button)}
href={href}
>
{children}
</a>
);
Expand All @@ -43,7 +46,10 @@ const Buy = () => {
const BuyMaintenance = () => (
<Book>
<a href="/maintenance/introduction">
<Title>SurviveJS - Maintenance: Streamline JavaScript Workflow</Title>
<Title>
SurviveJS - Maintenance: Streamline JavaScript
Workflow
</Title>
<Cover
alt="Maintenance book cover"
src={require("assets/img/covers/maintenance-cover.svg")}
Expand All @@ -60,32 +66,44 @@ const BuyMaintenance = () => (
const BuyReact = () => (
<Book>
<a href="/react/introduction">
<Title>SurviveJS - React: From apprentice to master</Title>
<Title>
SurviveJS - React: From apprentice to master
</Title>
<Cover
alt="React book cover"
src={require("assets/img/covers/react-cover.svg")}
width="255"
height="329"
/>
</a>
<Button href="https://leanpub.com/survivejs-react">Buy at Leanpub</Button>
<Button href="https://leanpub.com/survivejs-react">
Buy at Leanpub
</Button>
</Book>
);

const BuyWebpack = () => (
<Book>
<a href="/webpack/foreword">
<Title>SurviveJS - Webpack: From apprentice to master</Title>
<Title>
SurviveJS - Webpack 5: From apprentice to master
</Title>
<Cover
alt="Webpack book cover"
src={require("assets/img/covers/webpack-cover.svg")}
width="255"
height="329"
/>
</a>
<Button href="https://leanpub.com/survivejs-webpack">Buy at Leanpub</Button>
<Button href="https://www.amazon.com/dp/9526868803/">Buy at Amazon</Button>
<Button href="https://www.amazon.com/dp/B06XWZZGBS">Buy for Kindle</Button>
<Button href="https://leanpub.com/survivejs-webpack">
Buy at Leanpub
</Button>
<Button href="https://www.amazon.com/dp/B08P2C69PR">
Buy at Amazon
</Button>
<Button href="https://www.amazon.com/dp/B08P3S2G66">
Buy for Kindle
</Button>
</Book>
);

Expand Down
4 changes: 2 additions & 2 deletions content/gets/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ About a third of the income goes to Tobias Koppers, the author of webpack. This
<p class="btn-group">
<a class='btn btn--normal btn--buy' href='https://leanpub.com/survivejs-webpack'>Buy at Leanpub</a>
<a class='btn btn--normal btn--buy' href='https://www.amazon.com/dp/9526868803'>Buy at Amazon</a>
<a class='btn btn--normal btn--buy' href='https://www.amazon.com/dp/B06XWZZGBS'>Buy for Kindle</a>
<a class='btn btn--normal btn--buy' href='https://www.amazon.com/dp/B08P2C69PR'>Buy at Amazon</a>
<a class='btn btn--normal btn--buy' href='https://www.amazon.com/dp/B08P3S2G66'>Buy for Kindle</a>
<a class='btn btn--normal btn--buy' href='/webpack/foreword/'>Read for free</a>
</p>
34 changes: 17 additions & 17 deletions content/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The way training works is simple, you'll have me available at your premises for

Consider the following examples of cases that went through:

* [Kapsch](http://www.kapsch.net/) wanted to refactor internal tooling for a project and understand how it works. I brought the needed people together and helped to facilitate this process. The project culminated in two days of on-site training.
* [eBay](https://www.ebay.de/) wanted internal training based on React and webpack. We arranged two days training on-site and later on worked a week together consulting a specific project with certain goals.
* [Typeform](https://www.typeform.com/) wanted a week of on-site consulting and training. We went through both React and webpack topics in series of presentations and worked together where feasible.
* The founder of [Quantifio](http://www.quantifio.no/) wanted to understand webpack configuration of their project better. We spent two hours together and went through the ideas in detail based on the client need.
- [Kapsch](http://www.kapsch.net/) wanted to refactor internal tooling for a project and understand how it works. I brought the needed people together and helped to facilitate this process. The project culminated in two days of on-site training.
- [eBay](https://www.ebay.de/) wanted internal training based on React and webpack. We arranged two days training on-site and later on worked a week together consulting a specific project with certain goals.
- [Typeform](https://www.typeform.com/) wanted a week of on-site consulting and training. We went through both React and webpack topics in series of presentations and worked together where feasible.
- The founder of [Quantifio](http://www.quantifio.no/) wanted to understand webpack configuration of their project better. We spent two hours together and went through the ideas in detail based on the client need.

These are just a few examples of the training and consulting cases I've done. I have used webpack for a few years and I am a part of webpack core team. I wrote [a 499 page book](https://www.amazon.com/dp/9526868803) about the tool and spent months touring with the book in 2017.
These are just a few examples of the training and consulting cases I've done. I have used webpack for a few years and I am a part of webpack core team. I wrote [a 337 page book](https://www.amazon.com/dp/B08P2C69PR) about the tool and spent months touring with the book in 2017.

I'm based in Vienna and I can reach most of Europe conveniently. I am available up to two weeks although I can be around just a day or two. A week is a good compromise and often it's a good idea to arrange a meetup to get most out of the time.

Expand All @@ -21,8 +21,8 @@ T> [Read more about the workshop offering](/workshop/) - Workshops can take anyt

I'm flexible when it comes to pricing. In case you prefer something fixed, consider the following examples that apply to Europe:

* One day workshop - 1500 € (VAT 0)
* Two day workshop - 2500 € (VAT 0)
- One day workshop - 1500 € (VAT 0)
- Two day workshop - 2500 € (VAT 0)

T> If you are based in Vienna, you'll get a 500 € discount.

Expand All @@ -32,13 +32,13 @@ Bigger commitments than this are negotiated per case.

## References

* [AlphaSense](https://www.alpha-sense.com/)
* [eBay](https://www.ebay.de/)
* [Kapsch](http://www.kapsch.net/) - "Great and helpful workshops with @bebraw @filipematossilv and @wSokra Thank you, guys. Great work!" [Source](https://twitter.com/aalbericio/status/935574136528818177).
* [Kitchen Reklamebyrå](http://www.kitchen.no/)
* [Namics](https://www.namics.com/) - This will bring our Webpack builds to the next level: great workshop with deep knowledge from @bebraw and @wsokra. Thank you guys!"
* [Sevenval](https://www.sevenval.com/blog/5093/webpack-master-ein-kurzer-ruckblick-auf-unseren-workshop-mit-bebraw/) (in German)
* [Typeform](https://www.typeform.com/)
* [Quantifio](http://www.quantifio.no/) - "I learned and understood more of webpack in a two-hour masterclass than all previous training combined. Juho has the skills and repertoire to improvise content and fine tune relevancy - he connected the dots on specific topics in an Electron environment and had the answers you wont find online."
* [Wix](https://www.wix.com/) - I did sessions with Wix during [YGLF Kiev](http://yglf.com.ua/).
* [Xeneta](https://www.xeneta.com/)
- [AlphaSense](https://www.alpha-sense.com/)
- [eBay](https://www.ebay.de/)
- [Kapsch](http://www.kapsch.net/) - "Great and helpful workshops with @bebraw @filipematossilv and @wSokra Thank you, guys. Great work!" [Source](https://twitter.com/aalbericio/status/935574136528818177).
- [Kitchen Reklamebyrå](http://www.kitchen.no/)
- [Namics](https://www.namics.com/) - This will bring our Webpack builds to the next level: great workshop with deep knowledge from @bebraw and @wsokra. Thank you guys!"
- [Sevenval](https://www.sevenval.com/blog/5093/webpack-master-ein-kurzer-ruckblick-auf-unseren-workshop-mit-bebraw/) (in German)
- [Typeform](https://www.typeform.com/)
- [Quantifio](http://www.quantifio.no/) - "I learned and understood more of webpack in a two-hour masterclass than all previous training combined. Juho has the skills and repertoire to improvise content and fine tune relevancy - he connected the dots on specific topics in an Electron environment and had the answers you wont find online."
- [Wix](https://www.wix.com/) - I did sessions with Wix during [YGLF Kiev](http://yglf.com.ua/).
- [Xeneta](https://www.xeneta.com/)
4 changes: 2 additions & 2 deletions layouts/BookPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ const BookPage = ({
Leanpub (digital)
</a>
,{" "}
<a href="https://www.amazon.com/dp/9526868803">
<a href="https://www.amazon.com/dp/B08P2C69PR">
Amazon (paperback)
</a>
, and{" "}
<a href="https://www.amazon.com/dp/B06XWZZGBS">
<a href="https://www.amazon.com/dp/B08P3S2G66">
Kindle (digital)
</a>
. By purchasing the book you support the
Expand Down
8 changes: 5 additions & 3 deletions pages/blog/208-webpack-book-webpack-5-updates.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '"SurviveJS - Webpack" - Further webpack 5 updates'
title: '"SurviveJS - Webpack 5" - Further webpack 5 updates'
date: 2020-10-30
headerImage: "assets/img/mandelbulb.jpg"
keywords: ["release-notes", "webpack"]
Expand Down Expand Up @@ -31,8 +31,10 @@ The book has received [numerous changes](https://github.com/survivejs/webpack-bo

You can find the book below:

- [“SurviveJS — Webpack” - Free online edition](/webpack/preface/)
- [“SurviveJS — Webpack” - Leanpub edition (digital)](https://leanpub.com/survivejs-webpack/)
- [“SurviveJS — Webpack 5” - Free online edition](/webpack/preface/)
- [“SurviveJS — Webpack 5” - Leanpub edition (digital)](https://leanpub.com/survivejs-webpack/)
- [“SurviveJS — Webpack 5” - Amazon (paperback)](https://www.amazon.com/dp/B08P2C69PR)
- [“SurviveJS — Webpack 5” - Kindle (digital)](https://www.amazon.com/dp/B08P3S2G66)

T> A part of the income (around ~30%) goes to Tobias Koppers, the author of webpack. I support his work this way given mine builds on top of his.

Expand Down

0 comments on commit 769f6c2

Please sign in to comment.