uBlock Origin

VN:F [1.9.22_1171]
Rating: 10.0/10 (1 vote cast)

Adblock for Chrome and Firefox.

nomoregoogle.com

VN:F [1.9.22_1171]
Rating: 9.5/10 (2 votes cast)

Privacy-friendly alternatives to Google that don’t track you.

obsproject.com

VN:F [1.9.22_1171]
Rating: 9.0/10 (2 votes cast)

Stream yourself to the masses, youtube, twitch, etc to name just a few.

jsfiddle.net

VN:F [1.9.22_1171]
Rating: 9.0/10 (2 votes cast)

A playground for web developers, use it as an online editor for snippets built from HTML, CSS and JavaScript. The code can then be shared with others, embedded on a blog, etc.

en.whotwi.com

VN:F [1.9.22_1171]
Rating: 8.5/10 (6 votes cast)

Graphical twitter user statistics

beta.character.ai

VN:F [1.9.22_1171]
Rating: 8.5/10 (2 votes cast)

Create your very own AI character.

stackblitz.com

VN:F [1.9.22_1171]
Rating: 8.5/10 (2 votes cast)

Create, edit & deploy fullstack apps — in just one click. From Angular to React or even just HTML, JS and CSS.

Now I am become the Destroyer of Threads

7 March 2023 @ 12:00 am

We can confidently say that multithreading is a game-changing addition to the WebAssembly spec, considering all that it has enabled us to do, like creating a Node runtime that runs on the Web. Moreover, as we have said before, the Rust tooling around it is (generally) excellent. We borrow liberally from the crates ecosystem, and being able to just pull, say, parking-lot and use it out of the box in your project feels like holding fire in your hands. However, we have also mentioned in the past how we frequently run into the limitations of the current state of affairs. We recently encountered a particularly nasty one that we had to go ah

WebContainer API is here.

14 February 2023 @ 12:00 am

In 2021 we announced WebContainers, a novel WebAssembly-based operating system which enables Node.js to run entirely inside the browser. Over the last two years, millions of developers have used WebContainers each month as it powers, among others, the StackBlitz editor. Today we are thrilled to release the WebContainer API for public use and we invite the entire JavaScript and Node.js community to build your own applications on top of WebContainers with us! We built the StackBlitz classic editor, Codeflow IDE, and Web Publisher: we can’t wait to see what you come up with! Get started over at

StackBlitz September 2022 Update

2 October 2022 @ 12:00 am

We have been working hard on the new products that will premiere at ViteConf. At this moment, 19,000 folks registered to attend! If you haven’t yet, make sure to register your free ticket. Meanwhile, we have been pushing updates and cheering for our community! Today we are bringing you: New Teammates: our team has grown StackBlitz in the wild: news from our community DX & Compatibility improvements: the change log Quick bites for the road I hope you’ll have a wonderful month! New Teammates Permalink Our team has grown! Please meet:

StackBlitz August 2022 Update

2 September 2022 @ 12:00 am

It’s a beautiful month in the neighborhood: we’ve released two features for educators and content creators (Collections and Social Previews), over 14,000 people registered for ViteConf and we’ve announced the all-star speaker list! Grab your free ticket if you haven’t yet! Today we are bringing you: StackBlitz in the wild: news from our community DX & Compatibility improvements: the change log Quick bites for the road I hope you’ll have a wonderful month! StackBlitz in the wild Permalink “Animations are hard”

StackBlitz July 2022 Update

19 August 2022 @ 12:00 am

Have you heard the big news yet? We are hosting ViteConf, a celebration of web ecosystem 🥳 The conference, happening on October 10-11, is online and free, features all-star speakers and already attracted over 9,500 attendants. Get your ticket today! Today we are bringing you: StackBlitz in the wild: news from our community DX & Compatibility improvements: the change log Quick bites for the road I hope you’ll have a wonderful month! StackBlitz in the wild Permalink Shoutout to the SolidJS team who have just demoed their

Introducing: Collections and Social Previews!

4 August 2022 @ 12:00 am

.community-collections { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1em; } .community-collections a { display: block; transition: all 0.2s; transform-origin: bottom; } .community-collections a:hover { transform: scale(1.02); } .community-collections img { max-width: 100%; } Over the past few years StackBlitz has become home to millions of developers who have created tens of millions of amazing projects. Some of these are quick one-off experiments, some are tended to and long-lasting. In many cases a single project doesn't cut it. It might be the need for usage examples of a specific library, a group of demos for a workshop or a conference talk, or a set of presets for bug reproductions. Today we are announcing a way to organize such projects into Collections!

Down the caching-hole: adventures in 'HTTP caching and Faraday' land

18 July 2022 @ 12:00 am

This article was written based on our development collaboration with Evil Martians. You can check their technical blog. In this article, I'll tell you a little story: I added an automated caching mechanism to Octokit …and everything went wrong. Thanks to my fantastic misadventures, you'll learn about HTTP caches, how Faraday middleware work, and how to use them to automagically start caching API calls. I was beginning to get very tired, sitting by my computer on the bank, manually caching API responses. Once or twice I peeped into RFC 7234, but it had no pictures or conversations in it, "and what is the use of a document", I thought, "without pictures or conversations?" But seriously, everything started with

Announcing ViteConf

14 July 2022 @ 12:00 am

Vite has quickly become the epicenter of innovation in web development. It now powers nearly all major frameworks including Svelte, Vue, Nuxt, Astro, and Shopify's Hydrogen—the first production React framework to natively support React Server Components. Last year StackBlitz became the largest backer of Vite core development. While working with this ecosystem we've become incredibly excited about the progress and collaborations happening. We felt this community's work deserved a dedicated spotlight. That's why today, we are excited to share that StackBlitz is hosting the first ever ViteConf: a celebration of the open web ecosystem, and unveiling a new era of truly instant web development. ViteConf is entirely free and happening live online on 11-12 October. Together with Cloudflare and Netlify, our Co

StackBlitz June 2022 Update

7 July 2022 @ 12:00 am

The conference season has officially begun with StackBlitz getting major shoutouts at OpenJS World and the JSNation Conference. For us it was also a month of two alpha releases: Firefox support and WebContainers API. We are on the roll and we are not stopping any time soon! Today we are bringing you: StackBlitz in the wild: news from our community DX & Compatibility improvements: the change log Quick bites for the road I hope you’ll have a wonderful month! StackBlitz in the wild Permalink Have you seen Rich Harris’ talk at the OpenJS W

The Fox and the Bolt: Bringing WebContainers to Firefox

9 June 2022 @ 12:00 am

Two days ago we announced that WebContainers are now compatible with Firefox. In fact, we soft-launched the alpha version a few weeks ago! We've been working hard for the past months to make this a reality, and we can honestly say that has been both trying and rewarding. Seeing a full Node runtime run on a new browser was well worth the effort, but it's had us toiling down some pretty deep rabbit holes. You see, WebContainers are not your run-of-the-mill web application. We don't render any UI, nor do we have any CSS code. We don't run into the "usual" cross-browser problems with rendering differences. Instead, we make heavy use of message passing, WebAssembly and atomics. We need to pay attention to the precise wording of Web specs and Node's documentation, so we get the behav

firebase.com

VN:F [1.9.22_1171]
Rating: 8.5/10 (2 votes cast)

An on-line real-time database for your apps.

#FirebaserFriday: Frank van Puffelen

18 March 2022 @ 3:58 pm

Paulette McCroskey Social Media Manager, Advanced Systems Group, LLC

How Firebase Performance Monitoring optimized app startup time

9 March 2022 @ 4:58 pm

Viswanathan Munisamy Software Engineer

Using Machine Learning to optimize mobile game experiences

15 February 2022 @ 4:58 pm

Sachin Kotwani Senior Product Manager Elvis Sun Software Engineer Mobile app and game developers can use on-device machine learning in their apps to increase user engagement and grow revenue. We worked with game developer HalfBrick to train and implement a custom model that personalized the user's in-game experience based on the player's skill level and session details, resulting in increased interactions with a rewarded video ad un

Accept Payments with Cloud Firestore and Google Pay

11 February 2022 @ 8:00 pm

Stephen McDonald Developer Relations Engineer, Google Pay Back in 2019 we launched Firebase Extensions - pre-packaged solutions that save you time by providing extended functionality to your Firebase apps, without the need to research, write, or debug code on your own. Since then, a ton of extensions have been added to the platform covering a wide range of features, from email triggers and text messaging, to image resizing, translation, and much more. Google Pay Firebase Extension We're now excited to have

Everything you need to know about Remote Config’s latest personalization feature

26 January 2022 @ 6:22 pm

Jon Mensing Product Manager An important part of turning your app into a business is to optimize your user experience to drive the bottom line results you want. A popular way to do this is through manual experimentation, which involves setting up A/B tests for different components of your app and finding the top performing variant. Now, you can save time and effort - and still maximize the objectives you want - with Remote Config’s latest personalization feature. Personalization harnesses the power of machine learning to automatically find the optimal experience for

What’s new at Firebase Summit 2021

10 November 2021 @ 5:31 pm

Kristen Richards Group Product Manager Whats new at Firebase Summit Here at Firebase, we believe developers play an instrumental role in helping people learn, live better, go places, and grow businesses. That’s why we’re committed to

Automate your pre-release testing with the App Distribution REST API

8 November 2021 @ 5:59 pm

Liat Berry Product Manager Lee Kellogg Software Engineer Getting feedback on your app's releases before they reach the store is criti

Improving the Google Analytics dashboard in Firebase

5 November 2021 @ 6:03 pm

Sumit Chandel Developer Advocate If you’ve visited the Firebase console’s Analytics section recently, you might have noticed something new… an updated Analytics dashboard, a new Realtime view and a few other UI enhancements.

How to get better insight into push notification delivery

27 October 2021 @ 3:45 pm

Charlotte Liang Charlotte Liang Software Engineer Peter Friese Peter Friese Developer Advocate

Pinpointing API performance issues with Custom URL Patterns

20 October 2021 @ 3:45 pm

Ibrahim Ulukaya Ibrahim Ulukaya Developer Advocate

bitbucket.org

VN:F [1.9.22_1171]
Rating: 8.4/10 (5 votes cast)

The alternative to Github, private and open git repositories.

Improving navigation for Bitbucket users

15 March 2023 @ 3:04 pm

Following on from the adoption of the horizontal navigation, the Bitbucket Cloud team is pleased to announce some improvements to the… The post Improving navigation for Bitbucket users appeared first on Bitbucket.

Announcing smarter caches in Bitbucket Pipelines

1 March 2023 @ 1:38 am

Caches in Bitbucket Pipelines allows build dependencies and outputs to be stored and reused across many pipeline runs. By reusing work… The post Announcing smarter caches in Bitbucket Pipelines appeared first on Bitbucket.

Introducing Project and Workspace Access Tokens

1 February 2023 @ 1:08 am

A few months ago we introduced Repository Access Tokens which were the first of the new resource-based authentication methods we are… The post Introducing Project and Workspace Access Tokens appeared first on Bitbucket.

Announcing a Rebuilt Pull Request Create Page

8 December 2022 @ 6:30 pm

We are happy to announce that we are rolling out a completely rebuilt Pull Request (PR) creation experience. Over the last… The post Announcing a Rebuilt Pull Request Create Page appeared first on Bitbucket.

Bitbucket audit logs are now available in Atlassian Access

29 November 2022 @ 8:09 pm

We are excited to announce that Bitbucket Cloud event logs now can be tracked in Atlassian Access. With the Atlassian Access… The post Bitbucket audit logs are now available in Atlassian Access appeared first on Bitbucket.

Access Bitbucket Cloud repositories more securely with resource-scoped access tokens.

24 November 2022 @ 5:33 am

As part of our ongoing commitment to meeting the Security & Compliance needs of our customers, Bitbucket Cloud is introducing the… The post Access Bitbucket Cloud repositories more securely with resource-scoped access tokens. appeared first on Bitbucket.

Announcing Linux Shell Runners in Bitbucket Pipelines

10 November 2022 @ 3:15 am

We are happy to announce that Bitbucket Pipelines now supports non-containerized Linux Shell Self-Hosted Runners. We have moved from beta to… The post Announcing Linux Shell Runners in Bitbucket Pipelines appeared first on Bitbucket.

Bitbucket pipelines: Failing parallel builds fast

8 November 2022 @ 12:30 am

Parallel steps in Bitbucket Pipelines allow you to build and test faster by running a set of steps at the same… The post Bitbucket pipelines: Failing parallel builds fast appeared first on Bitbucket.

Launching increased transparency and control for workspace invitations

7 November 2022 @ 6:11 pm

We are excited to announce some big changes for Bitbucket Cloud invitations. Over the next week we will begin progressively rolling… The post Launching increased transparency and control for workspace invitations appeared first on Bitbucket.

Updated repository size limits and automatic garbage collection

2 November 2022 @ 4:47 pm

We are happy to announce that we've made improvements to our repository size limits and how those size limits are maintained… The post Updated repository size limits and automatic garbage collection appeared first on Bitbucket.

github.com

VN:F [1.9.22_1171]
Rating: 8.2/10 (5 votes cast)

GitHub is the best way to collaborate with others. Fork, send pull requests and manage all your public and private git repositories.

We updated our RSA SSH host key

24 March 2023 @ 5:27 am

At approximately 05:00 UTC on March 24, out of an abundance of caution, we replaced our RSA SSH host key used to secure Git operations for GitHub.com.

Build a secure code mindset with the GitHub Secure Code Game

23 March 2023 @ 4:00 pm

Writing secure code is as much of an art as writing functional code, and it is the only way to write quality code. Learn how our Secure Code Game can provide you with hands-on training to spot and fix security issues in your code so that you can build a secure code mindset.

GitHub Copilot X: The AI-powered developer experience

22 March 2023 @ 1:58 pm

GitHub Copilot is evolving to bring chat and voice interfaces, support pull requests, answer questions on docs, and adopt OpenAI’s GPT-4 for a more personalized developer experience.

Partnering with EU policymakers to ensure the Cyber Resilience Act works for developers

17 March 2023 @ 3:35 pm

We’re looking forward to working with policymakers to improve cybersecurity and support developers.

Godot 4.0 Release Party 🎉

16 March 2023 @ 7:14 pm

We are delighted to host the Godot 4.0 Release Party at GitHub HQ on Wednesday, March 22 from 6:30 pm to 9:30 pm. And you're invited!

How the Grafana Alerting team scales their issue management with GitHub Projects

15 March 2023 @ 9:18 pm

Hear from Grafana Labs' Armand Grillet about how his team uses GitHub Projects.

GitHub celebrates the ingenuity of developers with disabilities in new video series

14 March 2023 @ 6:32 pm

Learn how developers with disabilities are pushing the boundaries of accessibility with ingenuity, open source, and generative AI on The ReadME Project.

Highlights from Git 2.40

13 March 2023 @ 5:57 pm

The first Git release of the year is here! Take a look at some of our highlights on what's new in Git 2.40.

An open source project to empower OSPOs everywhere

13 March 2023 @ 5:00 pm

We are open sourcing our own OSPO policies, tools, and guides to help other OSPOs get started.

Introducing Activating Developers and the new Digital Public Goods Open Source Community Manager Program

13 March 2023 @ 4:00 pm

The Social Impact, Tech for Social Good team is launching a new Open Source Community Manager Program to support digital public goods. This is part of their new Activating Developers initiative.