osizone01 Profile Banner
osizone Profile
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
Don't wanna be here? Send us removal request.
@Pooja_Tripathii
Dr Pooja Tripathi
4 months
आज राजीव 81 बरस के होते! राजीव गांधी जी 1984 में वे PM बने और 1985 में उन्होंने इस देश के गरीब देहात के प्रतिभाशाली बच्चों को एक उच्च कोटि की शिक्षा मिल सके, इस इरादे से नवोदय विद्यालय की नींव रखी. एक जिले में से 6th std से 80 बच्चों को प्रवेश परीक्षा से चयनित किया जाएगा.
12
93
382
@MadeWithVueJS
MadeWithVueJS
3 years
Bee Music is an open-source music app demo #madewithvuejs (👉️ Vue 3, Pinia, Vita, TypeScript) 🎶 - https://t.co/Jsp7uu3vEh
1
13
62
@nuxt_js
Nuxt
3 years
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
Tweet card summary image
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
@osizone01
osizone
3 years
"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
@osizone01
osizone
3 years
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
@osizone01
osizone
3 years
<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
@osizone01
osizone
3 years
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
@osizone01
osizone
3 years
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
@osizone01
osizone
3 years
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
@JavaScriptDaily
JavaScript Daily
4 years
An Introduction to Vue.js State Management with Pinia: https://t.co/n6s6igFxLn #video
1
10
46
@prisma
Prisma Postgres
4 years
🔥 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
@freeCodeCamp
freeCodeCamp.org
4 years
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
Tweet card summary image
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
@MadeWithVueJS
MadeWithVueJS
4 years
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
@adamwathan
Adam Wathan
4 years
Related:
3
7
121
@MadeWithVueJS
MadeWithVueJS
4 years
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_js
Nuxt
4 years
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
@JavaScriptKicks
JavaScriptKicks
4 years
0
5
7
@typescript
TypeScript
4 years
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
Tweet card summary image
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