janriemer, to rust

C++ will be taken over by #Rust.

What will be the Rust-equivalent for #JavaScript?

I mean #TypeScript is a very good first step, but it's basically the C++ for C.

So in short:
C => C++
JavaScript ≈> TypeScript
C++ => #RustLang
JavaScript => ???

I think it will be a looong way to go, but maybe, maybe we'll see more and more #WebAssembly in the #frontend, but not quite sure yet.

#WASM #ProgrammingLanguage #CPlusPlus #C

fell, (edited ) to programming
@fell@ma.fellr.net avatar
Jdreben, to javascript

I regularly use and love . I used to use the most – it’s what I learned in and I am more interested in backends than frontends. I also am regularly using and really enjoying (so much better than ). But truly Typescript is bae.

is a joy to work with. Very much like Python but more powerful. If it had the library support Python or has I would probably prefer to use Julia for backends.

But Typescript really changed the game and now that’s probably my favorite language not just because of the language itself but because it has web dominance. Until I can write with Python or Kotlin or Rust, and I’m building applications, TS is my lingua franca.

I want to try because it’s the new hotness.

nosherwan, to javascript
@nosherwan@fosstodon.org avatar

:javascript: :typescript:

JavaScript framework fatigue is real.

Especially for full stack devs.



schizanon, (edited ) to webdev
@schizanon@mas.to avatar

Dear

Who are your favorite and who have stopped posting to Twitter? People who support and in the community on the instead of chasing engagement on a hate-site?

I want to them!!!

alper, to typescript
@alper@rls.social avatar

I think I'm going to live tweet my reading Effective . I always thought I liked the language but the more I learn about all the things they needed to do to paper over javascript's shortcomings, the more disgusted I am.

This is a good example: https://elk.zone/rls.social/@alper/110730878461658229

ramsey, to php
@ramsey@phpc.social avatar

This article is all about how things are looking great for hiring Laravel devs in 2024, and I’m not seeing it.

I’ve been job-searching for 3 months, and very, very, very few of those jobs are decent-paying / jobs. Sure, PHP/Laravel jobs exist, but most (anecdotally) pay far less than the rate others are willing to pay for , , , , , , and developers.

The industry does not value the output of PHP developers.

https://laradir.com/blog/why-laravel-could-see-a-huge-rise-in-adoption-in-2024

tomaszs, to technology

Today I've found you five open source projects using Typescript. You can modify and contribute. Tabby for example uses the famous Pug templating system
https://tomaszs2.medium.com/5-awesome-typescript-projects-home-automation-open-source-libraries-and-task-automation-ep-2-c3cef998f490

SusanPotter, to haskell
@SusanPotter@mastodon.social avatar

I have just been requested to commute three days a week 135 miles away each way from my home (I have not moved) to an office I was never required to attend before the pandemic starting end of September.

If anyone needs remote product/infrastructure/platform engineering or backend developer who has 15 years cloud deployment experience and data center to cloud migration experience, email me on spotter@referentiallabs.com.

janriemer, (edited ) to javascript

This is mad 🤯

oxc - The Oxidation is creating a suite of high- tools for the / language re-written in - by Boshen:

https://github.com/web-infra-dev/oxc

Its linter is 50 - 100 times faster than ...

https://github.com/Boshen/bench-javascript-linter

...and its parser is even 2x faster than

https://github.com/Boshen/bench-javascript-parser-written-in-rust

tooling goes brrrrrrrrrrr! 🚀

khalidabuhakmeh, to typescript
@khalidabuhakmeh@mastodon.social avatar

Does anyone have a good for @deno_land that works with ?

I’m using the SQLite dependency, but it requires a bit of mapping. Any advice/hints would be appreciated.

sirber, to ai
@sirber@fosstodon.org avatar

Boss wants to get us gitlab copilot licenses. Is it good?

hariette, to kbin

My app is now pulling data from kbin.social!

Took all day but it's looking good and should scale for a beta test. Up next:

  • Login page
  • Comment page
  • Post actions

Also, built in mind w support for instances too ⚙️

For now calling the app Kmoon 👍🌕

image/png

haskman, to typescript
@haskman@functional.cafe avatar

Sounds like people are asking for TypeRep support?

A lot of people in this thread seem to think that requires some sort of a runtime reflection, but it's all compile time. as well as erase types at compile time and TypeReps work well there.

https://news.ycombinator.com/item?id=36637221

schizanon, to webdev
@schizanon@mas.to avatar

I've decided to build one of my long-time pet-projects just to hone my #WebDev skills a little.

I've been working on #ReactJS sites professionally for about 8 years so I think I should stick to that.

My most recent job was on a #NextJS app that used #TailwindCSS so I think I'll use those too.

#Vercel seems like a good place to host those things.

The idea is like Foursquare/Swarm, but on #ActivityPub!

Wish me luck!

#JavaScript #Typescript #CSS #JS #Next #Tailwind #React

janriemer, to brainfood

TypeScript Origins: The Documentary - by OfferZen Origins

https://farside.link/https://www.youtube.com/watch?v=U6s2pdxebSo
(or YT: https://www.youtube.com/watch?v=U6s2pdxebSo)

They couldn't have chosen a better time for this !

Use TypeScript!

macdonst, to typescript
@macdonst@mastodon.online avatar

🚫 TypeScript: YAGNI

TypeScript! What is it good for? I wouldn’t go as far as to say “absolutely nothing” like the song. I’m not trying to start a war here. It certainly is widespread, with JetBrains estimating it has nearly tripled in popularity over the past six years. However, we are scientists and using popularity as a reason for adopting a new tool is an excellent way to commit a logical fallacy.

https://begin.com/blog/posts/2023-07-19-typescript-yagni

nosherwan, (edited ) to programming
@nosherwan@fosstodon.org avatar

🔭 :typescript: :javascript:
Astro Survey:

What Type of component library would you use with Astro, knowing that it allows one to use standard HTML web components out of the box?

And the others you have to add as integrations.

Boosts appreciated. 🙏🏼







musicmatze, to rust

Is there an alternative to and out there?

Essentially I want a way to build a DAG/Merkle Tree, a content-addressable storage, where I can define the node format, can store binary data and can find data from remotes via hashes...

All of that is offered by ipfs 😭 but I don't want to write go or javascript for that, I want to be able to use

I am almost at the point where I think of trying and use the JS implementation of ipfs... almost.

danrot, to typescript
@danrot@mastodon.social avatar

I am trying to use on normal files using , and I have to say I like it so far. It shows me errors and provides good auto completion and all of that without a build step. Just wrote a few lines yet, therefore I have to ask: Does anyone know any downsides of this approach? 🤔

schizanon, to typescript
@schizanon@mas.to avatar

I know is dumb because it thinks that all json responses to fetch calls must be objects

kaiserkiwi, to typescript
@kaiserkiwi@corteximplant.com avatar

For years we were talking at work about switching to . As it is for bigger projects the switch was not made yet.

Seeing the community ditching TypeScript (open source) project after project is a bit liberating.

I never was a friend of the syntax that brought a simple topic to hilarious proportions. I was never a friend of making JavaScript more complicated just for the sake of doing it.

JSDoc is a thing and it works in pretty much every editor. Most people that just want to type their stuff don't even need TypeScript.

But the TypeScript bubble is so loud, aggressive and patronizing, that new developers think they aren't aloud to just use JavaScript.

I'm glad I always reduced the priority of TypeScript in our company and now don't have to make the switch. The main reason for some colleagues was always: "Everyone is using it so we should too."

Now that's how the cookie crumbles.

rvxlab, to php

Really not a fan of all this AI nonsense going on in IDEs. with an un-uninstallable AI plugin (not to mention increasingly poor performance), looks promising and luckily the AI stuff can be disabled but it’s lacking features because it’s new-ish. VSCode is a nope…

Anyone has recommendations for an alternative? I mainly work with and . Obvious choice for me is or but I’m finding it such a chore to get working, not to mention tooling.

parcifal, to typescript
@parcifal@hachyderm.io avatar

Typescript gurus! Can you help me understand when and why to use interface or type? I have done some googling but it won't sink in! 🫠🥲

Sven, to javascript German

Ich finde es ja schon ein wenig witzig, wie sich die Welt im Kreis dreht. Ich hatte in den letzten 3 Jahren ein wenig Gelegenheit das mitzuerleben.

Nachdem jedes Jahr nach React und Angular noch ein Haufen Single Page Frameworks rausgekommen sind, war mit Next.js und co. plötzlich wieder Server Side Rendering angesagt, und alle gehen 10 Jahre zurück auf etwas, wo und co. immer geblieben sind.

Und nun droppen Svelte und Turbo , lol. https://thenewstack.io/rich-harris-talks-sveltekit-and-whats-next-for-svelte/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • osvaldo12
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • modclub
  • normalnudes
  • cubers
  • ethstaker
  • mdbf
  • Durango
  • khanakhh
  • tester
  • provamag3
  • cisconetworking
  • Leos
  • anitta
  • lostlight
  • All magazines