Skip to content

webdevetc

. . . my software engineering blog
(Typescript, Vue, Laravel, PHP, Javascript, React, Docker, etc).

  • Home
  • About me

How to add a gradient overlay to a background image using just CSS and HTML

posted June 16, 20215 Comments by Web Dev Etc

Adding a background image to a <div> (or any other tag) is easy using CSS. Use these example rules to get a nice gradient that goes over the top of a background image, without adding any additional divs. All in CSS. Continue reading →

Laravel features you may not know about

posted on January 23, 20215 Comments by Web Dev Etc

Here is a collection of Laravel tips and tricks that you may or may not be aware of. Continue reading →

How to set up Tailwind CSS with gridsome

posted on December 24, 20205 Comments by Web Dev Etc

A quick guide on how to set up Tailwind CSS with Gridsome Continue reading →

Best headsets with noise cancelling microphone: Logitech Zone Wired vs Jabra Evolve2 40

posted on November 29, 20205 Comments by Web Dev Etc

My review comparing two headsets with noise cancelling microphones: The Logi Zone and Jabra Evolve2 40 Continue reading →

Guide to setting up Vue 3 (with example snippets and configuration)

posted on November 14, 20205 Comments by Web Dev Etc

A set of useful snippets to get things done in Vue 3 Continue reading →

How to learn advanced TypeScript and how to get better at Typescript

posted on November 14, 20205 Comments by Web Dev Etc

Here is a list of resources that helped me get better with Typescript Continue reading →

Guide to setting up a markdown blog with Gridsome

posted on October 24, 20205 Comments by Web Dev Etc

A tutorial on how to set up a blog in Gridsome, reading from markdown (md) files Continue reading →

Why you should use window.matchMedia when checking for window resizes in Javascript

posted on October 3, 20205 Comments by Web Dev Etc

Why you should be using window.matchMedia when you need to track window resizes in Javascript Continue reading →

Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils

posted on May 17, 20205 Comments by Web Dev Etc

Here is a list of nice features of Vue Test Utils that you may not know about but should start using when testing your Vue applications Continue reading →

Introduction to Deno

posted on May 16, 20205 Comments by Web Dev Etc

guide and introduction to Deno, the next-generation Javascript and Typescript runtime Continue reading →

Basic guide to testing in React with RTL

posted on November 7, 20195 Comments by Web Dev Etc

A guide to writing tests for your react applications Continue reading →

Exporting data with mysqldump

posted on August 28, 20195 Comments by Web Dev Etc

Backup and export mysql (mariadb) dumps with mysqldump Continue reading →

Vim tip: The best line number config (current + relative line numbers)

posted on September 26, 20185 Comments by Web Dev Etc

A simple .vimrc config option so you can always see the current line number, along with relative line numbers above or below the current line Continue reading →

Beginners Guide to Tabs in Vim

posted on September 26, 20185 Comments by Web Dev Etc

A simple and easy to understand guide to using tabs in Vim. Continue reading →

How to sort lines of text from within vim (super easy!)

posted on September 26, 20185 Comments by Web Dev Etc

A quick way to sort text in Vim Continue reading →

Linux Command Cheatsheet: Disk usage and filesize cheatsheet

posted on September 26, 20185 Comments by Web Dev Etc

Show disk usage, file sizes, how large (in bytes) each directory is, etc. Continue reading →

  • ← Prev page
  • 2
  • Next page →
  • Last (2)

About me

This is my site where I post some software engineering posts/content. Some articles are in depth, some are more like notes.

I mostly focusing on Laravel, Vue, PHP, JS, Typescript, Golang, Docker etc.

Popular Posts

  • How to use Vue 3
  • Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils
  • Laravel features you may not know about
  • The Repository Pattern in PHP (and Laravel)
  • Laravel Naming Conventions
  • Guide to Node Routing-controllers
  • Vue 3 composition API examples
  • Sorting arrays in Javascript and Typescript
HomeSitemap