Krzysztof Ε»uraw monthly newsletter
Subscribe
RSS
Archive
# Newsletter 03-2021
April 1, 2021
Welcome to the March 2021 edition of my monthly newsletter ππ». This month I wrote about: That HTML have base tag and what you can do with it Alfred snippet...
Newsletter 02/2021
February 22, 2021
Welcome to the edition of my monthly newsletter ππ». This month I didnβt write any blog post - instead I was focusing on making new look of the website. This...
Newsletter 01/2021
January 25, 2021
Welcome the January 2021 edition of my monthly newsletter ππ» It is already 2021 - I feel that 2020 passed too fast. Anyway this month I wrote about:...
Newsletter 12/2020
December 28, 2020
Welcome to the edition of my monthly newsletter ππ». This month I wrote about: How height auto works Chrome has emulate focused page That is all for this...
Newsletter 11/2020
November 30, 2020
Welcome to the November edition of my monthly newsletter ππ». This month I wrote about: Stack & Column in CSS-in-JS - if you are fighting with layouts while...
Newsletter 10/2020
October 26, 2020
Welcome to the October edition of my monthly newsletter ππ» This month I wrote two blog posts. One was about an intl collator in JavaScript. Useful web API to...
Newsletter 09/2020
September 28, 2020
Welcome to the September (09/2020) edition of my monthly newsletter ππ». This month blog posts: Setting up webpack for chrome extension development Not much...
Newsletter 08/2020
August 31, 2020
Welcome to the August (08/2020) edition of my monthly newsletter ππ». This month blog posts: How to setup emotion css prop to work with Parcel & TypeScript...
Newsletter 07/2020
July 27, 2020
Welcome to the July (07/2020) edition of my monthly newsletter ππ». What has happened this month? Iβve written about copy button in Firefox Iβve learned that...
Newsletter 06/2020
June 29, 2020
Welcome to the June (2020) edition of my monthly newsletter. What has happened this month? I wrote about ramda clamp I gave WrocΕaw TypeScript meetup talk...
Newsletter 05/2020
June 1, 2020
Welcome to 5th issue of my monthly newsletter ππ». In May of 2020 I wrote about: What I learned by adding webmentions to my blog Lowering selectors in...
Newsletter 04/2020
April 26, 2020
Welcome in 4th issue of my monthly newsletter π. In this month I wrote a few pieces: CSSgrid.io course review Interesting links that I found - vol.3 WrocΕaw...
Newsletter 03/2020
March 29, 2020
Hi ππ» Welcome to 3rd issue of my monthly newsletter. I have a lot of free time because of corona so I wrote a couple of quick blog posts. If you have any...
Newsletter 02/2020
February 23, 2020
Hello ππ» Long time no see. A few words of explanation - I decided to switch this newsletter to monthly schedule. So from this issue I will send email once...
New blog post - photo grid codepen challenge
January 27, 2020
Hello ππ» I just want to tell you that I wrote quick blog post - Photo Grid Codepen challenge where I wrote what I learned from the last week challenge. Best,...
New blog post - implementing stripe card for run and profit
December 31, 2019
Hi ππ» Iβm writing to you with a news - I finally managed to publish new blog post. Itβs all about implementing card from stripe.com and my learning from it....
Errata to newsletter #4
November 26, 2019
Hi again, In the last newsletter I've made a mistake - instead of having career change I wrote carrier. Sorry for that. Working in logistic & e-comerce...
Newsletter #4
November 26, 2019
Hi, This week newsletter is quick - I wrote a small post about carrier change. You can read it here. Best, Krzysztof Ε»uraw
Newsletter #3
October 28, 2019
Hello ππ» During this week I managed to finish my new blog post about using xstate with react π. You can check it out: Using Xstate with inputs in React Best,...
Newsletter #2
October 21, 2019
Hello ππ» I don't have any blog or today I learned announcements this week π. I added comments support to my blog posts so if you wanted to write below...
Weekly newsletter #1
October 14, 2019
Hello ππ» This is the first weekly newsletter - new format of email where I share new blog entries π. I'm back from holiday so in this week I have only quick...
New blog post - Explain TypeScript to me
September 3, 2019
Hello ππ» Long time no see, but I have new blog post π. I started new cool side project. You can read about it in new blog post here - Explain TypeScript to...
[New blog post] Side project with svelte
July 20, 2019
Hi ππ» I wrote new blog post where I wrote my experience with Svelte framework. Check it out: Side project with svelte. Take care, Krzysztof
New blog: safari scrolling error
July 5, 2019
Hello ππ» Iβve just released new blog post about safari scrolling error. You can read it on blog. Take care, Krzysztof
TypeScript abstract classes
June 24, 2019
Hello, ππ» Today I want to give you a blog post about abstract classes in TypeScript. What are they? Why you may need one? Or why you may notβ¦ read the rest...
My first interviews for software developer
May 27, 2019
Hello ππ» In a today blog post, I will write about my first interviews for software developer roles without having a CS degree. Background I was studying land...
TypeScript function overloads
May 20, 2019
TypeScript function overloads Hello ππ» Today I want to write a little bit about functions overloads in TypeScript. I will explain what is function overload...
Side project - CSS on blog
May 13, 2019
Welcome back after a few weeks ππ». It was a small holiday season here in Poland so I took that opportunity and take a break from writing. Today I want to...
Hiding elements with opacity
April 15, 2019
Problem Recently I had a task that requires me to show an icon when a user hovers over a certain element and hide it after the user leaves the page. Display...
Multiple stow directories
April 8, 2019
Hi again π Today I want to write about the problem that I recently had that I solved after a few hours of searching google. It may help others so I write a...
Open sourcing tsconfig
April 1, 2019
Hi again π Today I want to write about the thing that we did in my work. I currently work at Ingrid. All of your codebases is written in TypeScript which is...
I build a thing - writer mode for VSCode
March 25, 2019
Why So I build the thing called writer mode - why? I really like using VSCode for both my coding and writing in markdown. There is zen mode but I wanted a...
TypeScript classes, interfaces and all between
March 18, 2019
Hello π What is a better way of explaining classes & interfaces than showing them in action? One of the clever use of classes I saw is this connected to...
On React Render props vs HOC
March 11, 2019
On React Render props vs HOC Recently one of my colleague at work stumbled upon strange case when using one of the popular react pattern called hoc (high...
Setting up simple React & TypeScript project
March 4, 2019
Hello ππ» It's have been a long time since I last wrote my last blog post. But don't worry I back and in the first blog post I give you a small template so if...