Development

svelte SPA with TypeScript, Routes and SCSS

svelte SPA with TypeScript, Routes and SCSS

Andreas Fuhrich

svelte is one of the newer JavaScript-Frameworks out there. Although I do not tend to jump on the hype train, the “compile time” approach svelte uses is really promising referring to performance and size. Here is how to start a project with TypeScript, Routes and SCSS

Integrate a github fork's remote changes

Integrate a github fork's remote changes

Andreas Fuhrich

Creating a fork on github is the default way of submitting pull requests or perform off the shelf changes. If you would like to re-integrate the updates from an upstream repository, this is sometimes a bit tricky. Here is how to do this.

Learn concepts, not frameworks

Learn concepts, not frameworks

Andreas Fuhrich

Software development is a complex task and today it is characterized by the use of third-party libraries and frameworks. Unfortunately learning to use them may not be the best way to improve as a programmer. So what to do instead?

Markdown - cheatsheet

Markdown - cheatsheet

Andreas Fuhrich

Markdown is an easy way to write formatted and structured content in a simple text editor. It converts easily to various formats, such as HTML and is often used to publish github project documentation in form of a README.md. Here is my personal cheatsheet.