157 lines
8.3 KiB
HTML
157 lines
8.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<link rel="shortcut icon" type="image/png" href="{{ get_url(path='/favicon.png', trailing_slash=false) | safe }}"/>
|
||
<link rel="stylesheet" href="{{ get_url(path='main.css',
|
||
trailing_slash=false) | safe }}" />
|
||
<title>{{ section.title }}</title>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="main">
|
||
<div class="top">
|
||
<h1 class="name">
|
||
<span class="firstname">Brice</span>
|
||
<span class="lastname">Bernard</span>
|
||
</h1>
|
||
<h2>Software Engineer</h2>
|
||
<a class="main-link" title="git" target="_blank" rel="noreferrer" href="https://git.bricebernard.dev/mimu">
|
||
git
|
||
</a>
|
||
<a class="main-link" href="/blog" title="blog">blog</a>
|
||
<a class="main-link" title="linkedin" target="_blank" rel="noreferrer" href="https://www.linkedin.com/in/brice-bernard-05130518/">
|
||
linkedin
|
||
</a>
|
||
</div>
|
||
|
||
<h3>#about</h3>
|
||
<p>
|
||
Software engineer using mostly Go and Typescript.
|
||
</p>
|
||
<p>
|
||
Coming from a frontend background, I became fullstack in the past 5 years and really enjoy it. My current goal is to
|
||
expand my backend knowledge and even non-web related topics!
|
||
</p>
|
||
<p>
|
||
You can contact me at: <span class="contact">bricecontact</span><span class="contact-middle">[at]</span><span class="contact">fastmail.com</span>
|
||
</p>
|
||
<p>
|
||
Below are a few things I like, in a throwback of what old-school blog were before.
|
||
Hopefully you'll find something you didn't know you would like!
|
||
</p>
|
||
|
||
<h3>#what you should watch</h3>
|
||
<p>Here's 5 movies I enjoyed recently, check them out!</p>
|
||
|
||
<div class="movie">
|
||
{% set image = resize_image(path="/static/movies/heretic.jpg", width=80, op="fit_width") %}
|
||
<img src="{{ image.url }}" title="Heretic (2024)" />
|
||
<div>
|
||
<div class="movie-title">
|
||
<h4>Heretic</h4>
|
||
<a href="https://letterboxd.com/film/heretic-2024/" target="_blank" rel="noreferrer">see on letterboxd</a>
|
||
</div>
|
||
<img class="mobile" src="{{ image.url }}" title="heretic (2024)" />
|
||
<p><i>"Two young missionaries are forced to prove their faith when they knock on the wrong door and are
|
||
greeted by a diabolical Mr. Reed."</i>
|
||
<br>
|
||
The first hour of Heretic is one of the best piece of cinema I've experienced. It's a long discussion
|
||
between the three protagonist
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="movie">
|
||
{% set image = resize_image(path="/static/movies/movie4.jpg", width=80, op="fit_width") %}
|
||
<img src="{{ image.url }}" title="station eleven" />
|
||
<div>
|
||
<div class="movie-title">
|
||
<h4>Station Eleven</h4>
|
||
<a href="https://letterboxd.com/film/station-eleven/" target="_blank" rel="noreferrer">see on letterboxd</a>
|
||
</div>
|
||
<img class="mobile" src="{{ image.url }}" title="station eleven" />
|
||
<p><i>"A post apocalyptic saga spanning multiple timelines telling the stories of survivors of a devastating flu
|
||
as they attempt to rebuild and reimagine the world anew while holding on to the best of what’s been lost."</i>
|
||
<br>
|
||
Despite what it sounds like, it has nothing to do with covid, it's from a book by Emily St. John Mandel - which I have
|
||
not read -. The serie is very poetic, there are so many beautiful and emotionnal moments I cannot count them, it is
|
||
one of the best show I've seen in recent times. At the end I only wish I could erase my memory and watch it again.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="movie">
|
||
{% set image = resize_image(path="/static/movies/movie2.jpg", width=80, op="fit_width") %}
|
||
<img src="{{ image.url }}" title="miss sloane" />
|
||
<div>
|
||
<div class="movie-title">
|
||
<h4>Miss Sloane</h4>
|
||
<a href="https://letterboxd.com/film/miss-sloane/" target="_blank" rel="noreferrer">see on letterboxd</a>
|
||
</div>
|
||
<img class="mobile" src="{{ image.url }}" title="miss sloane" />
|
||
<p>A battle between a genius lobbyist fighting for the people vs. the powerful gun lobby. A classic setup and overall
|
||
a classic sequence of events. However the movie is extremely well made and well acted which makes it a must-see if you enjoy the
|
||
genre. The ending is one of the most satisfying thing I've seen in a while even though you expect it to happen (which
|
||
speak even more to the quality of the film I think).</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="movie">
|
||
{% set image = resize_image(path="/static/movies/movie3.jpg", width=80, op="fit_width") %}
|
||
<img src="{{ image.url }}" title="maestro" />
|
||
<div>
|
||
<div class="movie-title">
|
||
<h4>Maestro</h4>
|
||
<a href="https://letterboxd.com/film/maestro-2023/" target="_blank" rel="noreferrer">see on letterboxd</a>
|
||
</div>
|
||
<img class="mobile" src="{{ image.url }}" title="maestro" />
|
||
<p>I watched Maestro during a sneak preview session (one of the best thing ever created). A movie clearly made for the oscars (long, black
|
||
and white, main theme around what it takes to create amazing art, etc), it stays intense the entire time, both Bradley Cooper and
|
||
Carey Mulligan are amazing. You'll be moved or you may be a robot.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="movie">
|
||
{% set image = resize_image(path="/static/movies/movie5.jpg", width=80, op="fit_width") %}
|
||
<img src="{{ image.url }}" title="columbus" />
|
||
<div>
|
||
<div class="movie-title">
|
||
<h4>Columbus</h4>
|
||
<a href="https://letterboxd.com/film/columbus-2017/" target="_blank" rel="noreferrer">see on letterboxd</a>
|
||
</div>
|
||
<img class="mobile" src="{{ image.url }}" title="columbus" />
|
||
<p>This is just the last quality movie of a genre I really loved for some reason, aka well directed, beautiful cinematography and
|
||
a very slow movie where not much happens. Just regular people living and talking. I don't know why but every time those movies
|
||
make me feel so good and relaxed. If you're the same or if you're curious, Columbus is a sure bet.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<h3>#what you should read</h3>
|
||
<p>Same as above with books although this is probably more what I last read as I read (way) less than I watch movies. (._.)</p>
|
||
|
||
<div class="movie">
|
||
{% set image = resize_image(path="/static/books/3body.jpg", width=80, op="fit_width") %}
|
||
<img src="{{ image.url }}" title="three body problem" />
|
||
<div>
|
||
<div class="movie-title">
|
||
<h4>The Three-Body Problem Series (Liu Cixin)</h4>
|
||
</div>
|
||
<img class="mobile" src="{{ image.url }}" title="three body problem" />
|
||
<p>I saw this book recommended many times until I finally tried it. It took me a while to really get into it but
|
||
after the mid-way mark of book one I was completely hooked. I couldn't stop reading. The book touches so many
|
||
different science-fiction concepts, theories, spanning across millions if not billions of years, it's like a guided
|
||
meditation in your imagination and intellect. So many times the book ask a seemingly impossible question and explore how to solve it,
|
||
it truly is fascinating. Plus the author managed to write the story in a way that makes you feel the full size and weight
|
||
of the entire universe. Masterpiece.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
|
||
</html>
|
||
|