Masthash

#webapi

Valentin Sawadski
6 days ago

What’s the best way to keep a video and data streams in sync in a browser? 🤷‍♂️

#WebRTC looks like a good fit but I have not yet found a way to attach frame IDs, timestamps or similar.

I also thought about multiplexing both streams via #WebTransport but don’t know how to feed the stream back as Insertable Streams for MediaStreamTrack API is still experimental in #Firefox

https://developer.mozilla.org/en-US/docs/Web/API/Insertable_Streams_for_MediaStreamTrack_API

#WebAPI #Video

James Montemagno
3 weeks ago

There are so many great productivity features in #VisualStudio when building APIs with #dotnet! I broke down my favorite in just under 5 minutes!

🏗️ API Scaffolding
👷‍♀️Dev Tunnels
🐵API Explorer
🧪.http File support

Check it out: https://www.youtube.com/watch?v=yDO6hCZM9yc

#aspnetcore #webapi #programmer

James Montemagno
1 month ago

Building Web APIs with #VisualStudio just keeps getting better and better. Now easily explore, scaffold test, and debug inside of VS with the new API Endpoints Explorer. Check it out: https://youtu.be/x7Pfdl9wl4Q

#dotnet #programming #webapi #aspnetcore #aspnet #webdev

James Montemagno
2 months ago

Visual Studio 2022 keeps adding awesome features for backend API developers. They just added .http/.rest files to easily try out, debug, and test your APIs directly from Visual Studio! I break it all down: https://www.youtube.com/watch?v=uv_jK44WdLg

#visualstudio #dotnet #webapi #programmer #aspnetcore

I'm currently evaluating #JetBrains #Rider and I try to figure out how I can debug my #ASPNET #WebAPI along with an #Angular Frontend side by side in one "Run"/Session. Running VS/VS-Code in parallel to achieve this is pretty annoying.
I read and tried a couple of turorials that I found but I'm kind of stuck. Maybe this is because I'm all new to #Rider and I need a final hint. Is there anybody who could point me to a solution. I'd highly appreciate that.

Jen Simmons
2 months ago

Exciting HTML, JS, media in Safari 16.4!

Lazy-loading iframes
RegExp `lookbehind`
JavaScript Import Maps
Growable `SharedArrayBuffer` and resizable `ArrayBuffer`
Offscreen Canvas (2D)
unprefixed Fullscreen API
parts of Screen Orientation API
Screen Wake Lock API
User Activation API
P3 in WebGL Canvas
Compression Streams API
AVIF on macOS Monterey and Big Sur
Web Codecs API
Declarative Shadow DOM
ElementInternals
Imperative Slot API

#JavaScript #HTML #WebAPI #AVIF

https://webkit.org/blog/13966/webkit-features-in-safari-16-4/

Jen Simmons
2 months ago
Jen Simmons
3 months ago

Ready for Safari Technology Preview 166? It’s out today, with support for:
• `@counter-style`
• `contain-intrinsic-size`
• `@supports (selector(&))` for testing CSS Nesting
• `text-transform: full-width`
• `popover`
• RegExp `v` flag
• new WASM baseline JIT
• `preconnect` via HTTP early hints
• Cancel, Unknown, and Clear keycodes
• selection API that works across shadow boundaries

Plus even more: https://webkit.org/blog/13964/release-notes-for-safari-technology-preview-166/

#CSS #JavaScript #HTML #WebAPI #Safari

Chris Minnick
3 months ago

I just finished the final review of my new book (coming in May): JavaScript All-In-One For Dummies. This one has been my dream to write for over a decade, and I've been working on it for 10 months.

When I used to hire junior developers, I'd find myself (and them) overwhelmed with how much they had to know to be to be productive. This book addresses that.

#JavaScript #Git #vscode #React #Vue #Svelte #ESLint #Jest #Node #webapi #express #mongodb #webpack #babel #vite #rest #jwt #micdrop

Paul Pitchford
4 months ago

I'm using the repository pattern in my #MVC #Webapi to handle database work. I have some unit tests in place to test the repositories, so, do I gain any real value in testing the controllers too? It just feels like another layer of database tests really.

Jaap
4 months ago

IF IT AIN'T DNS

IT IS CORS

#blazor #dotNET #webAPI

InfoQ
4 months ago

#JSON transcoding is a feature that has been added to gRPC in .NET 7. It allows gRPC endpoints to be accessible via a REST API, and it's much easier to set up than any alternative technology, such as gRPC-Gateway and gRPC-Web.

#InfoQ article by Fiodar Sazanavets: http://bit.ly/3DwhmhK

#dotnet #gRPC #API #WebAPI #Rest #SOA

yaracroft
4 months ago

ViceSociety revendique des attaques informatiques à l'encontre de:

🇺🇸 Bristol Community College (bristolcc.edu)
🇦🇹 EGR (egr.at)
🇪🇨 Seguros Equinoccial (segurosequinoccial.com)
🇬🇧 NPTC Group of Colleges (nptcgroup.as.uk)
🇧🇪 Scheppersinstituut Wetteren (scheppers-wetteren.be)
🇨🇦 TechInsights (techinsights.com)
🇮🇹 Società Italiana Brevetti S.p.A. (sib.it)

#usa #canada #italy #uk #belgium #ecuador #education #ransomware #vicesociety #líder #teachers #community #campus #databreach #financial #vehículos #services #students #electronics #antennen #employees #diritto #konzepte #tuition #payments #digital #leistungen #shops #kundenservice #products #automatie #web #chemie #elektrische #online #microelectronics #actividades #smart #threats #grades #inteligente #portal #insights #balances #college #siniestros #telekommunikation #elektronica #systems #electrónico #virtual #competitivo #careers #mobilfunk #retails #semiconductors #technologies #brevetti #analysis #digital #mercado #telefonische #fysica #autotechnieken #courses #karriere #sanitair #market #robotics #direktvertrieb #innovative #coberturas #webapi #equipayment #business #póliza #cyberaanval #mercati #mobile #consultas #produkte #competitive #autoconectado #property #application #consumers #laws #firms #facturación #serviceleistungen #productos #patents #seguros #electrónica #riesgos #fiduciaros #automation #wiskunde #tecnología #industriële #piattaforma #asistencias #admissions #soluzioni #belgique #italie #informatique

Dev Leader
4 months ago

ChatGPT meta! Here's how we can access OpenAI endpoints.

Like, share, and remember to follow for more software engineering topics!

#OpenAI #ChatGPT #meta #programming #howto #tutorial #dotnet #dotnetcore #csharp #webapi #programmingtips

Lucas Santos
5 months ago

Basicamente o uso da #webapi de caches já permite que você faça esse tipo de funcionalidade por padrão, é só inicializar o seu cache com http://caches.open e usar as propriedades match e put para verificar e incluir um item no cache também!

I'm batching some of the GETs from a frontend into batched POSTs for resources. Is there any good research out there that shows the optimal size of batched or bulk requests?

#rest #dotnet #webapi #blazor #wasm

"Pull up the drawbridges"

Interesting post and discussion on Hacker News about possible threats to Mastodon and the ever-growing Fediverse community.

news.ycombinator.com/item?id=3…

#Fediverse #Mastodon #FAANG #ActivityPub #webAPI #Implementation
Valentino Gagliardi
6 months ago

How to build an URL and its search parameters with JavaScript

https://www.valentinog.com/blog/url/

#webapi

edphones :unverified:
7 months ago

I wrote up a recent investigation with setting up #api key #authentication for a #dotnet #webapi

https://edleeman.co.uk/posts/creating-really-simple-api-authentication-in-dotnet/

Not as simple as it is in #nodejs 😂

Guten Morgen, Ihrs da draußen. Hier der tägliche DEV-Content für den Start in den Wochenteiler:
https://codingsonata.com/a-quick-guide-to-learn-asp-net-core-web-api/
Es ist nie zu spät ...
#CShart #dotNET #ASPNET #WebAPI #WebDEV

Markus Schlichting
4 years ago

RT @giftkugel@twitter.com

I'm a bit proud. 🙈🙊
Got the current "Java aktuell 🇩🇪" with my article about WEB-APIs (Browser not REST) 😊

I'm even on the front page. 🤭

#java #webdev #web #webapi #javaaktuell #javascript

🐦🔗: https://twitter.com/giftkugel/status/1147156409148235777

Christian Paul
5 years ago

Of course, there is another #WebAPI for #SpeechRecognition.

Anyone already building a personal voice assistant🤖 that runs in the browser?

API:
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition

Christian Paul
5 years ago

There is going to be a #WebAPI for speech synthesis?? That’s awesome!! 🤩

Besides fun features and online voice bots, it sounds like this could be useful for accessibility features.

Demo:
https://speech-synthesis-api-voices-demo.glitch.me/

API:
https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis