Dublin TypeScript
@DubTypeScript
Followers
977
Following
2K
Media
96
Statuses
3K
We teach and learn effective ways to use Typescript, share cool projects we've built using the language, and do hands-on practice projects together.
Dublin City, Ireland
Joined June 2015
Are you ready for JSDayIE 2023? Get your ticket now at https://t.co/bWsmFk16S4
#javascript #typescript #dublin #Ireland #jsdayie #jsday
privacytools.info
Find the right privacy tools for your business. Explore solutions for consent management, data mapping, incident response, and more. Covering GDPR, CCPA, HIPAA, and other regulations.
1
0
1
Free OPEN Passes to DeveloperWeek Europe 2023. Europe’s largest developer & engineering conference where 3,000+ engineering professionals and technical practitioners & leaders converge to discover the latest developer & engineering innovations. https://t.co/VibnUKtxaL
0
0
0
We are delighted to announce that @JSDayIE is coming back on September 26th 2023 🎉 Stay tuned for more details coming soon 🚀 #JavaScript #Ireland
0
12
14
Big thanks to everyone who attended last night's meetup. It was great to see familiar faces and reconnect! Kudos to @dogpatchlabs for hosting us 👍 #TypeScript
3
1
13
Second talk added to our first post-pandemic meetup. Remo Hansen will explain to us what is Infrastructure as Code and how to make it Type-safe with TypeScript. RSVP here https://t.co/TWqtxIqejb
#TypeScript
0
0
1
Interested in learning about the changes in TypeScript 4.7? Come and join us in our first post-pandemic in-person meetup in @dogpatchlabs on 16th of May. RSVP here: https://t.co/TWqtxIqejb
#typescript
1
0
4
TypeScript 3.7 is finally here! ✔ Optional Chaining & Coalescing ✔ Assertion Functions ✔ .d.ts Emit From .js Files ✔ Smarter Control Flow Analysis ✔ Flatter Error Messages and more! Check out the blog post today! https://t.co/mJ3EpvTz3H
70
2K
5K
Blog post for my #TSConf talk today on implementing 8-bit binary arithmetic in the @typescript type system: https://t.co/o0wirLsax5 Will add the PowerPoint slides as a download... soon!
blog.joshuakgoldberg.com
Just for fun, what if we represented binary values purely within TypeScript's logical type system?
4
11
28
Whatʼs the best way to communicate a lack of return value? 1⃣ get(): T 2⃣ getOrThrow(): T 3⃣ getOrUndefined(): T | undefined 4⃣ UNSAFE_get(): T 5⃣ get(): Maybe<T> 6⃣ get(): Either<Error, T> 7⃣ get(): T | Error Do you throw, return `undefined`, or do something else?
13
6
23
#Javascript ✨tips 'n' tricks✨ One of the pillars of clean code is to keep code simple. However, writing conditionals with multiple || expressions can get out of hand.. Keep them simple by using Array.includes: #typescript #javascript #Programming #CodeNewbie #100DaysOfCode
6
45
105
#TypeScript 3.7 is going to be one of the most promising TypeScript releases! ✅ Optional Chaining (the ?. operator) ✅ Nullish Coalescing (the ?? operator) ✅ Recursive Type Aliases … and more! Try the beta today:
TypeScript turned 7 today! 🎂🎉 What better way to celebrate than with the TypeScript 3.7 beta? Now with... ➡ Optional Chaining ➡ Nullish Coalescing ➡ Assertion Functions ➡ Smarter Flow Analysis ➡ declaration + allowJs and more! https://t.co/hUcJnt5IJo
3
48
168
This is the history of @DefinitelyTyped: https://t.co/AY6s3bWnKP Thanks to @SeaRyanC & @drosenwasser of the @typescript team, @blakeembrey inventor of typings, @vvakame, @_stevefenton, @basarat, and of course @borisyankov for telling me their parts of the story❤️🌻
8
71
158
There's a lot of confusion between what transpilers, compilers, and interpreters are. Transpilation *is* compilation. TypeScript is *compiled* to JavaScript JavaScript is *interpreted* to Java by recruiters
23
551
3K
I love this story! Thanks for writing it up @johnny_reilly.
This is the history of @DefinitelyTyped: https://t.co/AY6s3bWnKP Thanks to @SeaRyanC & @drosenwasser of the @typescript team, @blakeembrey inventor of typings, @vvakame, @_stevefenton, @basarat, and of course @borisyankov for telling me their parts of the story❤️🌻
1
19
71
No, Getters and Setters in TypeScript & JavaScript aren't useless by @freecodecamp
https://t.co/TZlYlK5Rd3
#javascript #typescript via @JavaScriptKicks
0
24
22