Skip to content

Commit

Permalink
fix: add tags to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenpuglia committed May 18, 2024
1 parent 92734d5 commit 2047fe1
Show file tree
Hide file tree
Showing 26 changed files with 41 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/posts/animating-css-snake-art.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Animating CSS Snake Art
title: A Snake in CSS
date: 2017-05-18
tags: [css, animation]
---

If you think the article has a terrible title, you are right. Moving on...
Expand Down
1 change: 1 addition & 0 deletions src/posts/css-toggle-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: The CSS toggle() Function
date: 2017-04-25
tags: [css]
---

CSS has had [functions](https://drafts.csswg.org/indexes/#functions) for a long time now. We use them everyday in colors( e.g `rgb()/hsl()`), backgrounds( e.g. `linear-gradient()`), animations(e.g. `cubic-bezier()`) etc. CSS Values and Units Module Level 4 defines the [`toggle()`](https://drafts.csswg.org/css-values-4/#funcdef-toggle) function. Let's take a look.
Expand Down
1 change: 1 addition & 0 deletions src/posts/design-story-independence-day-cover-photo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Design Story - Independence Day Cover Photo
date: 2014-08-15
tags: [design, india]
---

Let's have a look at it first.
Expand Down
1 change: 1 addition & 0 deletions src/posts/finding-unique-color-strings-in-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Finding Unique Color Strings In Project
date: 2015-11-01
tags: [regex, javascript, colors]
---

One of my recent projects is messy with it's color theory. Partly because it's brand new and there are things which will take different directions _soon_!
Expand Down
1 change: 1 addition & 0 deletions src/posts/first-scss-experiment-a-blurry-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: First SCSS Experiment - A Blurry World
date: 2015-03-19
tags: [css, scss]
---

I know. I know. I am late into the business. All cool kids have nailed it completely and I took it up yesterday. But better late than never.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: How I Have Settle Down To Inconsolata For Code
title: I Have Settle Down To Inconsolata For Code
date: 2014-07-29
tags: [typography, font]
---

Choosing the coding font that suits your style is a difficult job. It has to impress you with it's curves, spaces and visual aesthetics. For me, there are these specific things that mattered the most.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: How to Import Markdown Files in Vue CLI + TypeScript Projects
title: Import Markdown Files in Vue CLI + TypeScript Projects
tags: [markdown, typescript, vue-cli, vue]
date: 2021-02-17
---
Expand Down
4 changes: 2 additions & 2 deletions src/posts/how-to-use-avif-today.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: How to use AVIF today
title: Use AVIF today
description: Short post on how to serve AVIF today with fallback for unsupported browsers.
tags: [avif, image, compression, picture, fallback]
tags: [avif, image, compression, html]
date: 2021-07-08
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: How to use Sass variables in JavaScript in a Webpack project
title: Use Sass variables in JavaScript in a Webpack project
date: 2021-01-24
tags: [sass, webpack]
---

Wouldn't that be great?
Expand Down
1 change: 1 addition & 0 deletions src/posts/introducing-poppins.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Introducing Poppins - An Eye Popping, Light Sublime Text 3 Syntax Theme
date: 2015-12-20
tags: [sublime-text, theme, tools]
---

<img class="human-photo" src="/assets/images/2015/12/poppins.avif">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Make WAMP Work On Windows 10
date: 2015-02-12
tags: [windows, wamp]
---

### Edit For Windows 10 Clean Install
Expand Down
3 changes: 2 additions & 1 deletion src/posts/make-your-web-apps-little-more-native.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Make Your Web Apps Little More Native
title: Make your web apps look a little more native
date: 2016-05-18
tags: [typography, font]
---

Everybody loves Medium and there is just something about it that attracts people. The more I used it, the more I realized there was something wonderful it was doing to give it's users, the native feeling. I personally love apps when they adapt to different systems & devices. It shows that they care for their users and what sort of system they use. The user doesn't need to adapt to the app but the app adapts for the user's environment. Making elements adapt to native design system also creates a sense of trust.
Expand Down
1 change: 1 addition & 0 deletions src/posts/managing-mixins-and-utils-in-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Managing Mixins & Utilities in VueJS
published: true
date: 2019-04-09
tags: [vue.js, javascript]
---

> The code examples are in TypeScript but the idea works just as well in JavaScript.
Expand Down
1 change: 1 addition & 0 deletions src/posts/meeting-lea-and-chris.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Meeting Lea & Chris
date: 2015-12-11
tags: [life]
---

**Reporting From Boston**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: My GraphQL Schema & Types Generation Workflow
date: 2021-01-26
tags: [graphql, typescript]
---

At [Voicezen](https://voicezen.ai), we use multiple GraphQL endpoints. We also use Vue with TypeScript. Naturally, we need type definitions for everything the endpoints expose.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: post
title: VueJS + Webpack + SCSS - Quick Tip
title: Nicer imports with webpack aliases
date: 2017-10-26
tags: [vue.js, webpack, scss]
---

## The Setup

- Initializd with Vue CLI + Webpack template.
- Initialized with Vue CLI + Webpack template.
- [Sass loader installed so we can use SCSS in our components](https://www.youtube.com/watch?v=jrxalQdn64k).

## The Problem
Expand Down
10 changes: 9 additions & 1 deletion src/posts/people-i-learn-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,35 @@
layout: post
title: People I Learn From
date: 2016-02-13
tags: [life]
---
The world of web development is wild. Every day there are literally tons of new things to learn. I feel exhausted time to time and it's really important for one to remain inspired. I like it when I look at work done by people and wonder wide eyed - *How the heck is this done?*. That inspires me.

The world of web development is wild. Every day there are literally tons of new things to learn. I feel exhausted time to time and it's really important for one to remain inspired. I like it when I look at work done by people and wonder wide eyed - _How the heck is this done?_. That inspires me.

Following people on Internet has been the key for me to learn new things and experiment with latest and greatest stuff. It's also been a great source of knowledge of future tech. It gave me the opportunity to talk to them time to time and even [meet them](/meeting-lea-and-chris/). Here's a short list of people I follow for their amazing work & everyday tips.

### [Lea Verou](https://twitter.com/LeaVerou)

Following her on twitter did a lot of good to me. She writes about everything in web development world. I often find that the tips she posts laer become some of the real good tools/techniques I ever used.

### [Ana Tudor](https://twitter.com/anatudor)

Wanna learn CSS/SASS and awesome animations? Follow her. She does amazing live coding sessions on [CodePen](http://codepen.io/thebabydino/). That's the fastest way I have found out to learn bunch of new things.

### [Rachel Smith](https://twitter.com/rachsmithtweets)

When I started learning canvas( pretty late and still don't know a ton) and looked for some of the coolest stuff on codepen... [I found her](http://codepen.io/rachsmith/). Her [Hack Physics & JavaScript - 1](http://codepen.io/rachsmith/post/hack-physics-and-javascript-1) really helped me in understanding canvas and physics together.

### [Addy Osmani](https://twitter.com/addyosmani)

Every time I come to know about a new feature in Chrome Dev Tools, it's because of him. Following Addy has been amazing for me to know about tooling and performance testing. He also has this [YouTube Series](https://developers.google.com/web/shows/ttt/?hl=en) dedicated to tooling which is cool!

### [Chris Coyier](https://twitter.com/chriscoyier) & [CSS-Tricks](https://css-tricks.com)

I don't think Chris needs any introduction. He is one of the most popular folks out there. I have been following Chris & CSS-Tricks since I learned what is box model in CSS. They are like StackOverflow for CSS for me.

### [Una Kravets](https://twitter.com/Una)

I came to know about her a year ago or so. I was totally wowed by her [personal goals repository](https://github.com/una/personal-goals) and the projects she worked upon. Whatever knowledge I have about [CSS blending modes](http://una.im/CSSgram/), I owe it to her.

They are my major source of stuff I work with and care about. I do follow a lot of others who are really amazing. Their work makes me think and rethink and always make me realize that there's more to learn and better ways of solving problems.
Expand Down
1 change: 1 addition & 0 deletions src/posts/ready-steady-gulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Ready Steady Gulp!
date: 2015-06-28
tags: [gulp, javascript, bundling]
---

Lately, if something has totally changed the way I work, it's [Gulp](http://gulpjs.com/) - _the streaming build system_ . There are lot of cool things you can do with gulp with great flexibility. Let's get started!
Expand Down
1 change: 1 addition & 0 deletions src/posts/reusing-areas-in-css-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Reusing Areas In CSS Grid
date: 2017-09-18
tags: [css, grid]
---

I have been playing around with CSS Grids for some time now and it has been an extremely delightful experience. So much so that I have submitted a talk proposal at [MetaRefresh 2017](https://metarefresh.talkfunnel.com/2017/2-grid-is-fun). If it gets selected, it's gonna be my first time ever speaking at a conference. I am nervous. If you are gonna be at MetaRefresh and wanna know about Grids, go vote! 😊
Expand Down
2 changes: 1 addition & 1 deletion src/posts/secret-page-dev-info-vite-react.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: A secret, system version page for Web Developers
title: A secret, deployment version page for developers
tags: [typescript, react, vite, git, tips]
date: 2023-01-06
---
Expand Down
1 change: 1 addition & 0 deletions src/posts/so-you-love-in-ternational-brands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: So You Love IN-ternational Brands?
date: 2014-09-28
tags: [india, brands]
---

I have never written anything about brands or branding before. I have never been bothered enough but as I realize, they do affect me and my surroundings. They bring in changes in how people interact with each other. They are used as tools to measure your mental and financial conditions. Having a good knowledge of brands make you appear sophisticated( ...or at least few people think so! )
Expand Down
1 change: 1 addition & 0 deletions src/posts/talks-that-impress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Talks That Impress
date: 2015-09-06
tags: [thoughts]
---

I am organizing a [CodePen Meetup in India](http://nvite.co/e114) for the first time ever and it's a big deal for me. Not just because CodePen is big and people know it for it's quality, but also because of the care I am required to take in all aspects of the event. Most importantly the talks.
Expand Down
1 change: 1 addition & 0 deletions src/posts/the-right-html-element-for-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: The Right HTML Element For Icons
date: 2015-02-17
tags: [html, icons]
---

[![ VS ](/assets/images/2015/02/span_vs_i.avif)](/assets/images/2015/02/span_vs_i.avif)
Expand Down
1 change: 1 addition & 0 deletions src/posts/tree-style-directory-structure-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Tree Like Directory Structure In PowerShell
date: 2015-03-17
tags: [tools, shell]
---

One of those things that I may not require too often but when I do, it has to be nicely formatted and give me precise results.
Expand Down
1 change: 1 addition & 0 deletions src/posts/why-vue-is-so-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Why Vue Is So Awesome 😍
published: true
date: 2018-04-06
tags: [vue.js, thoughts, javascript]
---

...and Angular is not.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Xiaomi Redmi 1S Is A Powerful Product With Bad Design
date: 2014-10-19
tags: [thoughts, phone, design]
---

[![](/assets/images/2014/10/xiaomi-redmi-1s-quad-core-16ghz-1gb-8gb-47-inch-ips-8mp-camera-dual-sim-wcdma-version-smartphone-black.avif)](/assets/images/2014/10/xiaomi-redmi-1s-quad-core-16ghz-1gb-8gb-47-inch-ips-8mp-camera-dual-sim-wcdma-version-smartphone-black.avif)
Expand Down

0 comments on commit 2047fe1

Please sign in to comment.