Skip to content

Commit

Permalink
update about and projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni Ian Kok committed Mar 30, 2022
1 parent 4bc7ffb commit 5f57105
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 39 deletions.
49 changes: 13 additions & 36 deletions pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,55 +20,32 @@ export default (props) => {
</div>
</div>
<h2 className="text-white pt-10 font-semibold leading-tight mt-20 text-2xl md:text-3xl lg:text-4xl xl:text-4xl">
Move fast break things.
Pitter Patter...
</h2>
<p className="text-white py-10 text-l">
I guess the most important thing that I want this page to say is that I am not one thing.
I heard <a className="link" target="_blank" rel="noopener noreferrer"
href={"https://twitter.com/naval"}>Naval
Ravikant</a> say
that humans aren't meant to focus their entire lives on doing one thing. I wholeheartedly
agree.
We are an incredibly versatile species, and it would be a shame to waste that versatility.
</p>
<p className="text-white pb-10 text-l">
I love reading, sailing, surfing, being a digital
bromad, <a className="link" target="_blank" rel="noopener noreferrer"
href={"https://herres.haus"}>standing behind the decks</a>, worrying about
political
malpractice, and watching <a className="link" target="_blank" rel="noopener noreferrer"
href={"https://www.youtube.com/watch?v=MBRqu0YOH14"}>kurzgesagt</a>.
</p>
<p className="text-white pb-10 text-l">I've worked a lot with .NET core in tandem with postgres
or mongo.
Laravel is my former lover, but after discovering the power of C# in .NET core I can't help
but love C# more.
PHP will always have a special place in my heart though, and would still love working with
it.
React is my favorite frontend framework so far, however the new Vue
composition API looks like it could steal React's thunder.
</p>
<p className="text-white pb-10 text-l">
My most pleasing development experience was probably deploying a kubernetes cluster on
rancher.
That piece of software is so magnificent I could honestly cry. If you ever want to chat
about it
I'm always available.
<p className="text-white pb-10 text-l">I've worked a lot with .NET, and it's been love at first sight.
The ability to write code that's rigid enough that autocomplete is faster than doc-reading,
while maintaining the flexibility to write versatile and highly reusable code is such a pleasure.
It also doesn't hurt that's there is a pretty defined standard as to what <i>good</i> code is and
being able to write it as much as I can.
</p>
<p className="text-white pb-10 text-l">
One of my more interesting obsessions would be Cognitive Behavioural Therapy. It is the most
concrete
translation of stoicism I've ever come across. Though I've shelved the release of
Parley a bit, I still believe in
bringing the therapy to more people. Feeling good should be for everyone. Hit me up
if you're
interested!
Furthermore I'm an expert in Docker, software architecture, Event Driven Design,
Domain Driven Design and Test Driven Design. Would love to start a crusade against code rot
and an abstractionist at heart.
</p>
<p className="text-white pb-10 text-l">
My latest venture is <a href="https://loopground.com" target="_blank">loopground</a>,
and snugly fits into my philosophy of the 4 hour work week. Only four hours a week are spent
on the dreadful bits, the rest can be categorized as hobby stuff. After a few intense months
of building, it's now time to start generating revenue! Super stoked about this:)
In the future I would really like to setup an in person software school for the web. I've
experienced first hand what good and bad code can do to a company. Pair that with the
current dichotomy between the market need for highly skilled developers, and universities
(rightfully so) not filling that gap; I feel I could provide a lot of real value there.
</p>
<p className="text-white pb-10 text-l">
Live long and prosper, <br/>Ian
Expand Down
31 changes: 28 additions & 3 deletions pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import LogoParley from "../svgs/logo-parley.svg";
import LogoFlairtable from "../svgs/logo-flairtable.svg";
import LogoJoin from "../svgs/logo-join.svg"
import LogoLoopground from "../svgs/logo-loopground.svg"
import LogoFlanderijn from "../svgs/logo-flanderijn.svg"

export default (props) => {
return (
Expand All @@ -25,6 +26,31 @@ export default (props) => {
know more about older projects: <Link href={"/contact"}><a className="link">let me know!</a></Link>
</p>
<ul className="flex flex-col flex-wrap mt-3 ml-0 sm:ml-10">
<li className="mx-2 flex flex-row my-2">
<a target="_blank" rel="noopener noreferrer" href="https://www.flanderijn.nl/"
className="sm:self-center">
<div className="p-3 align-middle bg-white border-4 w-16 h-16 sm:w-20 sm:h-20"
style={{borderRadius: '100%', borderColor: '#9600ff'}}>
<LogoFlanderijn/>
</div>
</a>
<div className="self-center">
<p className="text-white px-5 self-center font-bold text-sm sm:text-lg">
Flanderijn
</p>
<p className="text-white px-5 self-center text-sm sm:text-l">
Over at Flanderijn I was responsible for connecting their largest clients to
their internal software package. I worked intensely with large banks such as
ABN AMRO and ING to automate their debt management and build a highly
scalable distributed system capable of handling the spiky load. Initially a
6 month contract, we extended twice due to a very pleasant work dynamic,
and needing to keep a senior on-board.
</p>
<p className="text-white px-5 self-center font-bold text-sm sm:text-l">
.NET Core, Nuxt.js, Kubernetes, RabbitMQ
</p>
</div>
</li>
<li className="mx-2 flex flex-row my-2">
<a target="_blank" rel="noopener noreferrer" href="https://thaly.nl"
className="sm:self-center">
Expand Down Expand Up @@ -228,9 +254,8 @@ export default (props) => {
</a> if you
think it's dope (I do). There are also some archived things in .NET Core, Lumen, Next.js,
Gatsby and
Nuxt.js if you want to check that out.<br/> All in all, I love .NET Core, wouldn't mind
having to build in
Laravel, know my way around AWS and a Kubernets cluster, and can build a functional and fast
Nuxt.js if you want to check that out.<br/> All in all, I love .NET, know my way around
AWS, Azure, and a Kubernets cluster, and can build a functional and fast
front-end. Oh, and I'm always <Link href={"/contact"}><a className="link"
>open for a chat!</a></Link></p>
</div>
Expand Down
18 changes: 18 additions & 0 deletions svgs/logo-flanderijn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f57105

Please sign in to comment.