Mariusz Michalski Profile
Mariusz Michalski

@mariuszm82

Followers
55
Following
11K
Media
3
Statuses
11K

Joined October 2015
Don't wanna be here? Send us removal request.
@mariuszm82
Mariusz Michalski
2 days
@VueSchool_io
Vue School
2 days
Vue Testing Best Practices for Vue.js Components:. Remember to test component outputs rather than implementation details but also:.✅ Keep tests focused and isolated.✅ Use meaningful test descriptions.✅ Follow the Arrange-Act-Assert pattern → By.
0
0
1
@mariuszm82
Mariusz Michalski
2 days
@Mokkapps
Michael Hoffmann
3 days
📕 Frontend Performance Checklist. 👉🏻 A large frontend performance checklist for 2025 with actionable strategies for devs to optimize website speed and efficiency across various areas.
0
0
0
@mariuszm82
Mariusz Michalski
3 days
@Mokkapps
Michael Hoffmann
3 days
📹 Zod VS Valibot: JS/TS Validator Battle!. 👉🏻 You know it’s good when the creator of Zod comments: “incredible video. honestly blown away by how succinct and clear you made everything.”.
0
0
0
@mariuszm82
Mariusz Michalski
3 days
@MasteringNuxt
Mastering Nuxt
3 days
🧠 Did you know:.With @nuxt_js, you can use the context property on the event object to add custom data in middleware, making it accessible in your server routes? This is useful for passing information like authentication status or user details throughout your app:
Tweet media one
0
0
1
@mariuszm82
Mariusz Michalski
4 days
@joebell_
Joe Bell
4 days
Pro @tailwindcss design system tip:. Create an `initial:` variant to set default styles that can be overridden by utility classes
Tweet media one
Tweet media two
Tweet media three
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@ezekiel_aleke
Ezekiel
5 days
SQL is not hard if you have this cheatsheet:
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@Krishnasagrawal
Krishna Agrawal | AI Agents
4 days
SQL Interview Complete Cheatsheet 📘 📚. Save it now ✅️. #sql
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@MasteringNuxt
Mastering Nuxt
4 days
💡Tip of the day:.When writing unit tests, @nuxt_js provides the `mountSuspended` helper, which allows you to mount any component within your Nuxt context, even if it uses async setup. This makes it easy to test components that rely on asynchronous data or lifecycle hooks.
Tweet media one
0
0
1
@mariuszm82
Mariusz Michalski
4 days
@harlan_zw
Harlan Wilton
4 days
I wrote some Vue ESLint rules to avoid common anti-patterns that I've come across. Thoughts?
Tweet media one
Tweet media two
Tweet media three
0
0
1
@mariuszm82
Mariusz Michalski
4 days
#css.
@ChallengesCss
CSS by T. Afif
5 days
💡 CSS Tip!. Similar to the :nth-child() trick, we can implement media queries using if() and calculation!. Why reinvent the wheel? With this, you can update the width value on the fly (using variables for example). You cannot do it with native queries.
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@ChallengesCss
CSS by T. Afif
5 days
We can also simulate container queries by using cqw instead of vw. Demo: via @CodePen . The layout of the demo responds to the width of the wrapper without a single media query or container query!
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@jacobandrewsky
Jakub Andrzejewski
8 days
New week = new article 🎉. This time, I decided to list few tips for improving Accessibility in @vuejs / @nuxt_js 🚀. Check it out below 👇
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@jacobandrewsky
Jakub Andrzejewski
5 days
Handling fonts efficiently can be troublesome. Check out my checklist where I tried to list all the best practices about loading fonts in your web app 🚀.
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@PovilasKorop
Povilas Korop | Laravel Courses Creator & Youtuber
5 days
My new video: just hours after the official release!. Laravel Boost: First Test with Real AI Prompt.
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@pascalbaljet
Pascal Baljet
5 days
In Inertia 2.1, we introduced a brand new <Form> component! It looks just like a classic HTML form, but under the hood, it's powered by Inertia.js 🔥. Here's how it looks in Vue ⬇️
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@MasteringNuxt
Mastering Nuxt
5 days
Did you know `useState` in nuxt_js bridges server‑side and client‑side state, so data computed during SSR is reused instead of recalculated during hydration? 👩‍💻. It also isolates state per request, preventing one user’s data from bleeding into another’s (Pinia also does this).
0
0
1
@mariuszm82
Mariusz Michalski
4 days
#php.
@enunomaduro
nuno maduro
13 days
i don't know who is behind AMPHP (@asyncphp), but looks really really really good. 🫡 trying it right now.
Tweet media one
0
0
0
@mariuszm82
Mariusz Michalski
4 days
#css.
@Una
Una 🇺🇦
6 days
🥳 CSS functions have arrived!!! 🥳. And they are *AWESOME*. Now, you can do things like this:. @​function --alpha(--color, --opacity) {. result: rgb(from var(--color) r g b / var(--opacity));.}. div {. background: --alpha(red, 80%);.}. (*arrived = in the latest stable Chrome).
0
0
0
@mariuszm82
Mariusz Michalski
4 days
@MasteringNuxt
Mastering Nuxt
6 days
💡 Tip of the day:.To handle global errors in @nuxt_js, you should use the provided composables and utilities: `useError`, `clearError`, `createError`, and `showError`. These tools allow you to programmatically manage errors that occur during server-side or universal rendering.
Tweet media one
0
0
1
@mariuszm82
Mariusz Michalski
4 days
@Mokkapps
Michael Hoffmann
6 days
🛠️ vue-scan. 👉🏻 Lets your components flash with a red border every time they update to help you scan for performance issues.
0
0
0