Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 23 Java TypeScript Projects
-
QR-Code-generator
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
Project mention: I want to secure my btc for a long term hold, but I don't know if I feel comfortable with cold storage. | reddit.com/r/Bitcoin | 2023-01-20Make a hidden Veracrypt vault on cold computer. Inside the Veracrypt vault save Keepassxc vaults. Store your seeds inside the Keepassxc vaults. For a paper backup, encrypt your seeds using an offline AES256/512 text encryptor/decryptor. Encode the encrypted text using an offline qrcode generator. Print out the qrcode. Test recovery using a dummy wallet. Be sure you can scan and decrypt. Bonus: Laser etch the qrcodes on metal plates. Make a multi-factor recovery vault, in case you forget your passwords. Shimar's secret sharing scheme is a useful tool for making your recovery vault. Never store your seed unencrypted anywhere, ever. Never input your seed on an online computer, ever. Always protect your seeds with something you know (password), something you have (vaults and keyfiles). Do not upload your vault to the cloud. Keep backups in multiple locations. Necessary tools: Cold computer: Any old computer will do. Just physically disable network access. Veracrypt: https://www.veracrypt.fr/code/VeraCrypt/ KeepassXC: https://keepassxc.org/ Cross-platform, open-source text string encryptor. https://github.com/a3diti/aes256-offline/ Cross-platform, open source QR code generators: https://kazuhikoarase.github.io/qrcode-generator/js/demo/ https://github.com/amanuel/JS-HTML5-QRCode-Generator https://github.com/nayuki/QR-Code-generator Shamir's Secret Sharing: https://github.com/paritytech/banana\_split
-
Some code formatters such as Spotless (https://github.com/diffplug/spotless/tree/main/plugin-gradle...) allow you to format code only in files that have changes against some designated branch such as `master`. So, you check out your feature branch, make changes, do some commits, and run spotless. Only the files which have some changes between your workspace and the master branch will be formatted. This allows you to gradually format the project as and when files would be changed anyways.
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
react-native-template-typescript
👾 Clean and minimalist React Native template for a quick start with TypeScript.
It's unclear if you're looking for a full app that does something, or just a clean implementation of RN&TS. If it's the latter, look no further: https://github.com/react-native-community/react-native-template-typescript
-
Vide conferencing - well this will be an app for online test taking, so i need to record video and audio of users "students" and display it on "teachers" screens. (of course, users will be aware of this, we at uni are currently using google meet and similar apps that also records us with audio&video during exams). For BE I want to use OpenVidu since i don't wanna/ don't need to create own solution for video conferencing. My initial idea is to OpenVidu being its own module and BE for exams and other logic as another one.
-
Project mention: Looking for Talented FTC Programmers to develop a Java to JS Transpiler | reddit.com/r/FTC | 2022-08-02
TheVirtual FTC simulator team is looking for FTC team members or alumni who want a programming challenge. We want your help adapting jsweet https://www.jsweet.org/ to transpile Java code to JS. Programmer will be working on automatic translation of Java to Javascript. Experience with both Java and Web development is ideal.
-
Project mention: Options for high level front-end frameworks for Java developers | reddit.com/r/java | 2022-03-15
I played with the tutorials and my impression was positive for both Flow and Hilla. The Vaadin Web Components have a high quality API, in particular the Grid is probably the best web component for data tables I have seen. The auto generation of the typescript objects in Hilla is very useful, not sure if there is anything equivalent (maybe this).
-
Project mention: Wish there was a more up-to-date guide on how to set up a React Native monorepo (mobile + web) project but so far this was the best one I found | reddit.com/r/reactnative | 2022-02-19
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: Is it really a good idea to use Node.js for server-side JavaScript? | reddit.com/r/learnjavascript | 2022-06-09
GraalVM is a Java VM and JDK that also has an ecmascript compliant JavaScript implementation. Check out es4x.
-
hilla
The modern frontend framework for Java backends. Build fast reactive web apps with full type safety. Powered by Lit and Spring Boot. Built by Vaadin.
You can check project hilla and get the best from the two worlds
-
Book Project
-
pulumi-aws
An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
-
pulumi-kubernetes
A Pulumi resource provider for Kubernetes to manage API resources and workloads in running clusters
-
jhipster-lite
JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step.
A few users suggested having a minimalistic version of Jhipster, which is already addressed with the recent announcement of JHipster Lite — go and give it a try, if you haven’t yet!
-
Would also suggest https://github.com/Cap-go/capacitor-updater You can build your own deployment pipeline around it. I didn't use ist so far, but did an indeph check for this feature, and it looks very promising.
-
typescript-react-native-starter
A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.
Project mention: What is the best boilerplate in React Native? | reddit.com/r/reactnative | 2022-05-08typescript-react-native-starter https://github.com/NewBieBR/typescript-react-native-starter
-
-
-
Nayuki-web-published-code
Complete collection of code files (*.java/js/py/cpp/etc.) published on Project Nayuki website.
Project mention: Ask HN: Those making $0/month or less on side projects – Show and tell | news.ycombinator.com | 2023-01-27My works over the years are accumulated on https://www.nayuki.io/ . Lately I finished writing a new PNG library ( https://www.nayuki.io/page/png-library ), and now I'm revamping a DEFLATE library ( https://www.nayuki.io/page/deflate-library-java ).
-
quantizr
Quanta is an open-source Social Media (Fediverse) platform for wikis, micro-blogging, collaboration, publishing, secure messaging, file sharing, and video/audio sharing. Browser-based, and written in Java and TypeScript.
Quanta.wiki
-
react-native-stripe-payments
Lightweight, easy to integrate and use React native library for Stripe payments (using Payment Intents) compliant with SCA (strong customer authentication)
-
simple-react-native-starter
Simple ReactNative starter with an opinionated folder structure for mobile development.
Project mention: What is the best boilerplate in React Native? | reddit.com/r/reactnative | 2022-05-08simple-react-native-starter https://github.com/pcofilada/simple-react-native-starter
-
look like https://github.com/WrathChaos/react-native-bounceable
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Java TypeScript related posts
- Difference between Vaadin and React JS
- We Chose NanoIDs for PlanetScale’s API
- A faster way to build Spring Boot + React apps: Hilla
- Learn how to build a monorepo in Next.js
- Stop requiring only one assertion per unit test: Multiple assertions are fine
- ⟳ 1 apps added, 30 updated at f-droid.org
- The Dev-X Project: Featuring Shawn 'swyx' Wang
-
A note from our sponsor - Sonar
www.sonarsource.com | 3 Feb 2023
Index
What are some of the best open-source TypeScript projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | QR-Code-generator | 3,383 |
2 | spotless | 3,215 |
3 | react-native-template-typescript | 1,758 |
4 | openvidu | 1,516 |
5 | jsweet | 1,351 |
6 | typescript-generator | 996 |
7 | react-native-web-monorepo | 856 |
8 | es4x | 848 |
9 | hilla | 461 |
10 | book-project | 391 |
11 | pulumi-aws | 325 |
12 | pulumi-kubernetes | 312 |
13 | jhipster-lite | 264 |
14 | capacitor-updater | 227 |
15 | typescript-react-native-starter | 200 |
16 | grakkit | 177 |
17 | pulumi-eks | 135 |
18 | Nayuki-web-published-code | 120 |
19 | quantizr | 107 |
20 | react-native-stripe-payments | 98 |
21 | simple-react-native-starter | 73 |
22 | react-native-bounceable | 52 |
23 | react-native-thermal-printer | 43 |