Relaterat inlägg
Så vad har jag gjort den sista tiden?
Publicerat av Mats
Jag har gått en kurs i Bitcoin-teknik, vilket mest har bestått i att bekräfta det jag redan visste. Dock så har jag så mkt annat som händer just nu att jag missade den sista delen vilket var en presentation om nåt som intresserade mig, så jag missade 2 poäng (tror...
Dev or Prod
Publicerat av Mats
NPM packages should have to specify if they are a dev or prod dependency. Because most docs says npm install package_name. And then you end up with bloated builds. Just a thought.
Looking for contract, again!
Publicerat av Mats
Yet again I'm "on the market". Looking for any type of Gig. I'd like to do remote work, for a foreign client would be very cool. I'm very skilled in JavaScript, and most frontend tech. As I've stated before, the type of library is NOT that important. I've used most...
Using srcset, a reminder post
Publicerat av Mats
<picture> <source media="(max-width: 768px)" srcSet="https://placeimg.com/300/300/nature" /> <source media="(max-width: 992px)" srcSet="https://placeimg.com/200/200/tech" /> <img src="https://placeimg.com/200/200/arch" className="card-img-top" alt="" /> </picture> The above code is from a React App i'm playing with. If you where wondering about className and srcSet. I felt I had to shorten down this post since it reaches a conclusion...