rust Logging in Rust I need to record the logging from my application. According to this, rust can do logging via the log crate: use log::{info, warn}; pub fn example() { info!("Here's some info"); warn!("This is a warning!"); } In addition, you can use the env_logger
svelte Pretty Svelte The past few days I've been playing with Svelte and SvelteKit to rebuild my blog. Some things I figured out: 1. SvelteKit uses Snowpack 2. SvelteKit has a generator for static sites svelte-kit adapt --verbose 3. The wildcard stuff is very cute (when it works) On Wildcards Well,
blog Google analytics vs. Google webmaster tools Today I wanted to integrate some SEO in my blog and I've seen that a yandex plugin offered a number of options. I've also seen there's a difference between google analytics and their webmaster tool: Webmaster Tools reports on how search engines interact with
blog Gatsby - Useful Links Image * Easy image components * Remark images plugin * ImageSharp nodes cannot be created by other plugins * gatsby-remark-images hide images * How to size a gatsby-image by height? * File system * BlurUp effect gets stuck on Theming * Material palette * Styled-components * Theme example * Multiple layouts SEO * SEO Accessibility * SEO starter TSX Tools * Draft post support
blog My blog is almost ready... again My blog is almost ready again. At the moment of writing this, most important missing bits are: 1. SEO 2. Ads at the bottom of the page (same as the old blog) 3. Migrated posts I will have a number of entries showing up what issues I have hit along
blog Gatsby and MDX MDX is an interesting concept, in the sense that you can have access to react components from within makrdown text. I think this becomes interesting when you have thinks like polls or comments (although you'd probably use disqus) Plugins I started using gatsby-mdx first which was merged in
blog eta blog! woohoo! now I have a blog so I can say various :) -- This is a really old post published originally on my blogspot blog