osizone
@osizone01
Followers
30
Following
1K
Media
19
Statuses
127
We provide exclusive IT services for your business.
Varanasi Uttar Pradesh India
Joined January 2021
आज राजीव 81 बरस के होते! राजीव गांधी जी 1984 में वे PM बने और 1985 में उन्होंने इस देश के गरीब देहात के प्रतिभाशाली बच्चों को एक उच्च कोटि की शिक्षा मिल सके, इस इरादे से नवोदय विद्यालय की नींव रखी. एक जिले में से 6th std से 80 बच्चों को प्रवेश परीक्षा से चयनित किया जाएगा.
12
93
382
Bee Music is an open-source music app demo #madewithvuejs (👉️ Vue 3, Pinia, Vita, TypeScript) 🎶 - https://t.co/Jsp7uu3vEh
1
13
62
Nuxt Release Candidate 9 is out ✨ 🚀 Faster development experience using vite-node ⚡️ App Config support with HMR and zero payload overhead 🪡 45+ enhancements and bug fixes https://t.co/a2LmxLxoac
github.com
💬 Join the release discussion Highlights ✅ app.config.ts with HMR and Reactivity support (see documentation and example) ✅ Vite-Node enabled by default (#6217) ✅ Updated to [email protected] ⚠️ auto...
14
49
395
"If you want to learn something, read about it. If you want to understand something, write about it. If you want to master something, teach it."
0
0
0
Check for an empty string and also if a variable is set is null. let myStr = null; if (myStr === null || myStr.trim() === "") { console.log("empty string!"); } else { console.log("not an empty string!"); } #javascript
0
1
0
<null_variable> === null is the best way to strictly check for null. https://t.co/7vyWVmnEi7(<null_variable>,null) is an equally reliable way to check for null.
0
0
0
undefined is a primitive type of a variable which evaluates falsy, has a typeof() of undefined, and represents a variable that is declared but missing an initial value. null === undefined evaluates as false because they are not, in fact, equal.
1
0
0
null is a primitive type of a variable which evaluates falsy, has a typeof() of object, and is typically intentionally declared as null. null == undefined evaluates as true because they are loosely equal.
1
0
0
you check if a variable is undefined in JavaScript: if(myStr === undefined){} if(typeof myArr[7] === "undefined"){} if(user.hobby === void 0){} #javascript
0
0
0
Next.js 12.2.1 We've patched 45 bugs, 16 documentation changes, and updated 18 examples. https://t.co/kKRGHjkrpN
github.com
Core Changes Remove unused layoutRaw config: #38120 Fix invalid config warning for runtime config: #38122 fix(next/config): update default config for the experimental: #38123 feat(next/swc): setup...
21
292
3K
An Introduction to Vue.js State Management with Pinia: https://t.co/n6s6igFxLn
#video
1
10
46
🔥 Our new tutorial, crafted by Prisma Developer Advocate @tasinishmam, is live! 📚 Check out the article to learn how to build a backend REST API with NestJS, Prisma, PostgreSQL, and Swagger. https://t.co/fabo4NpYYH
prisma.io
Learn how to build a backend REST API with NestJS, Prisma, PostgreSQL and Swagger. In this article, you will learn how to set up the project, build the API and document it with Swagger.
1
12
44
C++ has been a popular programming language for over 30 years - now that's some impressive staying power. Want to learn it? freeCodeCamp has published a super epic 31-hour course on it. You'll start from the beginning and learn all the key C++ concepts. https://t.co/67kuzgi6O8
freecodecamp.org
C++ has been one of the most popular programming languages for over 30 years. Developers use it for everything from building video games to coding operating systems. We just published a comprehensive...
1
56
258
Arrange card elements infinitely - InfiniteGrid and its Vue 2/3 components help you implement grids and galleries with differently sized elements 👀 - https://t.co/KzdWX3YrNH
1
9
28
Litepie Datepicker is a date & date range picker component for Vue 3 & Tailwind CSS 📆 It comes with a light and dark mode & more customization options! - https://t.co/lEXaIEp3WU
0
19
72
Nuxt Content v2 is finally out ✨ - Nuxt 3 support - Markdown syntax made for Vue components (MDC) - Navigation generation - Code highlighting with Shiki - Powerful query builder (MongoDB like) - Table of contents generation https://t.co/en4wtbFANs
31
155
640
0
5
7
TypeScript 4.7 is now out, bringing ✅ Support for ES modules in Node.js ✅ Improved inference and narrowing ✅ More powerful conditional types ✅ Go to Source Definition ✅ Smarter Organize Imports and more! Try it out today! https://t.co/1m2ibOTkjO
devblogs.microsoft.com
Today we’re excited to announce the availability of TypeScript 4.7! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help...
11
371
1K