Skip to content

Commit 23629cd

Browse files
committed
Add in actual book
1 parent e92a067 commit 23629cd

File tree

8 files changed

+44
-27
lines changed

8 files changed

+44
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _site
33
.jekyll-cache
44
.jekyll-metadata
55
vendor
6+
website-venv/

_posts/2025-01-26-interest-docs.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ With clear, concise explanations, coding snippets, and sample circuit diagrams,
1111
# Book Release Mailing List
1212
Interested? [Fill out our book release mailing list](https://forms.gle/Shu5uJJNAJduUjna6) to get notified when it's available for sale.
1313

14-
In the mean time, check out our <a href="{{ '/teaser/' | relative_url }}">book teaser</a>, which has a couple questions from the book for free download!
15-
1614
![Our Book Cover](https://raw.githubusercontent.com/circuits-and-code/website/refs/heads/main/assets/images/cover.jpg)

_posts/2025-02-13-release.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: "Download the full book now!"
4+
date: 2025-02-13 22:11:09 -0500
5+
categories: download order update
6+
---
7+
8+
## Circuits and Code is officially RELEASED!
9+
Pop over to the <a href="{{ '/download/' | relative_url }}">download page</a> to get your free copy now!
10+
11+
## About the Book
12+
Circuits and Code offers over 20 interview-style questions and answers designed for embedded software and electrical engineering interns. Written by two authors with experience hiring and mentoring interns for embedded software and electrical engineering roles, it draws on their academic background and industry expertise to focus on the concepts that matter most to interviewers.
13+
14+
With clear, concise explanations, coding snippets, and sample circuit diagrams, this guide provides a practical resource for motivated students preparing for co-op interviews. The complete, thoughtfully designed questions are ideal for interview practice, helping you build confidence in areas like firmware development, control systems, and hardware design. Whether you're tackling your first technical interview or refining your skills, this book offers the tools to succeed.
15+
16+
## A bit on why it's free now
17+
We recognized that this type of book is a missing resource for many early-career electrical and embedded software engineers. Even through the course of writing this book, we had a few reviewers mention that they got asked, verbatum, some of the questions featured in this guide, and proved to be helpful in their current job hunt.
18+
19+
We're hoping that by making this resource free, we increase its impact among early career engineers. If you find it helpful, consider telling a friend and/or giving the book a shoutout on your favourite social media.

assets/pdfs/circuits-and-code.pdf

3.08 MB
Binary file not shown.

download.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: Download
4+
permalink: /download/
5+
---
6+
7+
## Download our Book!
8+
Note that the book my be periodically updated from time to time.
9+
10+
If the below embed doesn't work, you can download a copy here: <a href="{{ site.baseurl }}/assets/pdfs/circuits-and-code.pdf" target="_blank">Download the PDF</a>
11+
12+
<iframe src="{{ site.baseurl }}/assets/pdfs/circuits-and-code.pdf" width="100%" height="600px">
13+
This browser does not support PDFs. Please <a href="{{ site.baseurl }}/assets/pdfs/circuits-and-code.pdf">download the PDF</a> instead.
14+
</iframe>

feedback.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: page
3+
title: Connect
4+
permalink: /connect/
5+
---
6+
7+
Want to say hi? Leave a note? Let us know we got something wrong? Feel free to connect with us at [this form](https://forms.gle/Shu5uJJNAJduUjna6)!
8+
9+
## LinkedIn
10+
You're also welcome to connect with us at our Linkedin handles: [Daniel Puratich](https://www.linkedin.com/in/daniel-puratich) and [Sahil Kale](https://www.linkedin.com/in/sahil-kale)

order.markdown

Lines changed: 0 additions & 10 deletions
This file was deleted.

teaser.markdown

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)