CodeWithHafiz Profile Banner
Hafiz Javaid Iqbal πŸ‡΅πŸ‡° Profile
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°

@CodeWithHafiz

Followers
119
Following
2K
Media
121
Statuses
836

Night / Weekends: Working https://t.co/3jGBwnBQgZ, https://t.co/yZCQ64rYVg Day: .NET / Vue / Nuxt Developer ( Remote Job )

Rawalpindi, Pakistan
Joined September 2020
Don't wanna be here? Send us removal request.
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
7 months
Introducing QuasarUI ( 68% Off ). Collection of components and templates built using @quasarframework . A first step from freelance developer to Indie Hacking. A special thanks to @fayazara, @marc_louvion @dannypostmaa @florinpop1705 for inspiration.
1
2
7
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
4 days
@nuxt_js @fayazara I'm not sure if it's the best solution, but the above solution was not fetching the newly created project ( Same happens when I update or delete the project). So I'm deleting the key when we are making the new project. What are your thoughts, guys?. @HugoRCD__ @TheAlexLichter
Tweet media one
1
0
3
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
4 days
This is not real. I can't believe it. This is @nuxt_js magic. - workspaceId is a route parameter.- That's why, instead of using a normal URL, I'm using the function so we can generate a new URL if it changes. Credit: @fayazara blog, @nuxt_js docs
Tweet media one
2
2
54
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
6 days
My thoughts on @nuxtlabs getting aquired by @vercel . 1. We have to accept that nuxt will be influenced ( indirectly ) by vercel. 2. Will it bad for nuxt? I don't think so, because team will have no financial worries. Only time will tell but I think it will be good for whole web.
1
0
9
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
11 days
@stripe I think I found the solution
Tweet media one
0
0
0
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
11 days
I want to test how my system behaves when @stripe tries to bill a user after the trial period, and that payment fails. How I can produce this, because I can't attach the "failed cards" with stripe ( neither manually nor via api ).
4
0
5
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
12 days
Anyone else facing this issue with @nuxt_js devtools, it's being stuck at the top left corner and I can't use it. I'm using Chrome, OS = Windows. I checked on firefox as well
Tweet media one
1
0
1
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
13 days
I'm 99% done with this. It went smooth, but I should have done this earlier. So if your nuxt project is of decent size, don't miss this. It's amazing feature by Nuxt.
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
22 days
My new task on job is to migrate our existing codebase to layers. Never use them before. Found this great article by @dave_stewart . Let's see how it goes 🀞.
0
0
4
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
15 days
Github is down? or it's only me.
1
0
1
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
16 days
Can we build something like tweakcn by @iamsahaj_xyz for Nuxt UI? . CC: @HugoRCD__ @benjamincanac.
2
0
9
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
18 days
I was wrong, I was using the wrong approach. Will share the details. What went wrong and how fixed it.
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
19 days
I hope I'm wrong, but so far, based on my understanding and effort, I believe there's no way to update the billing date of a subscription in Stripe (@stripe). Has anyone done this before? Help will be appreciated.
0
0
2
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
19 days
I hope I'm wrong, but so far, based on my understanding and effort, I believe there's no way to update the billing date of a subscription in Stripe (@stripe). Has anyone done this before? Help will be appreciated.
1
0
0
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
20 days
I just discovered something magical in @nuxt_js at least it's for me ( maybe this concept was not clear to me ). I always thought if I do SSR: false, I won't be able to create an API in nuxt, that's not true we can 🫣. So it's all about frontend, nitro will still do it's magic.
1
0
19
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
22 days
My new task on job is to migrate our existing codebase to layers. Never use them before. Found this great article by @dave_stewart . Let's see how it goes 🀞.
0
0
3
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
24 days
0
0
2
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
24 days
Found another gem from @VueUse. It's called watchIgnorable. Imagine you conditionally want to watch some value then this composable is for you. Long live Vue, VueUse and their maintainers 🫑
Tweet media one
1
3
13
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
26 days
What is the "effect" in Vue / Nuxt? I'm watching the @CodingGarden tutorial of Nuxt, and I know he mentioned "effect" will run on server side, as watchEffect was having problems with hydration. But I can't find any documentation related to it. Neither in Nuxt nor in Vue docs.
0
0
1
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
29 days
By my own strategy I mean following approach which I learned from @MichaelThiessen
Tweet media one
1
0
2
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
29 days
Till today each time I have to create shareable state between 2 or 3 Vue components. I was using my own strategy in composable. But today I found this gem from @VueUse .
2
3
14
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
1 month
Amazing.
@adamdehaven
Adam DeHaven
1 month
You can build efficient multi-tenant applications with @nuxt_js - tenant detection to dynamic content & customizable layouts - all from a single codebase. Check out the article, Powering Multi-Tenant Applications with Nuxt, based on my talk at @madvue_es.
0
0
2
@CodeWithHafiz
Hafiz Javaid Iqbal πŸ‡΅πŸ‡°
1 month
RT @adamdehaven: You can build efficient multi-tenant applications with @nuxt_js - tenant detection to dynamic content & customizable layou….
0
30
0