weeklydev
  • Home
  • Front-end
  • Back-end
  • Tools
  • Tutorial
  • Other
Front-end Tutorial

Typing effect with javascript

In order to get this effect, we’ll need a good understanding of javascript. This will be dynamic so it doesn’t…

Front-end Tutorial

How to do a simple masonry layout with Muuri

A masonry layout is when the elements of a grid don’t have regular sizes but the grid itself fits them…

Back-end Tools

How to debug Laravel like a pro

Laravel is a genuinely powerful framework, although you can “debug” your Laravel project by printing variables out on a view,…

Front-end

How to write maintainable CSS with BEM

How to choose the correct name for a class in CSS can be crucial in terms of clean, readable and…

Other

Comments to never do on your code

Even though commenting your code can be seen as a good practice for most people, not every comment is actually…

Front-end Tutorial

Gradients on text with background-clip & text-fill-color

Even though there are multiple ways to get the same result, in this case, with just three lines we are…

Back-end

What is SQL Injection and how to deal with it

According to the OWASP – Open Web Application Security Project – a SQL injection attack, or SQLi, is when you…

Front-end

Why and how to initialize the CSS

What does to initialize the CSS mean? It means to set up default style values for the different elements we’ll…

Previous Page 2 of 2

Recent tags

accessibility clean code CMS CSS Database debug effect Eloquent Framework good practices gulp HTML HUGO Javascript Laravel Library Markdown masonry plugins Security SQL

About Weeklydev.blog

This blog is maintained by Dáger Zúñiga Navarro A.K.A dagerzuga with the intention of help the all dev community members out there.

Every post is backed-up by my experiences over time as a developer plus external references of other developers, blogs and authorities on every respective topic.

You’re more than welcome to help me with your opinions, and suggestions on the comment section of every post.


made with ❤️ by @dagerzuga

Back to top