🌐 All-in-one website OSINT tool for analysing any websiteWeb-Check Comprehensive, on-demand open source intelligence for any website 🌐 web-check.as93.net About Get an insight into the inner-workings of a given website: uncover potential attack vectors, analyse server architecture, view security configurations, and learn what technologies a site is using. Currently the dashboard will show: IP info, SSL chain, DNS records, cookies, headers, domain info, search crawl rules, page map, server l…
A MQTT broker implementation adopting serverless architectureBifroMQ English | 中文简体 BifroMQ is a high-performance, distributed MQTT broker implementation that seamlessly integrates native multi-tenancy support. It is designed to support building large-scale IoT device connections and messaging systems, Currently, it serves as the foundational technology for Baidu AI Cloud IoTCore , a public serverless cloud service. Features Full support for MQTT 3.1, 3.1.1 (MQTT5 support coming soon) feature…
OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) 🇺🇦OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) OrioleDB is a new storage engine for PostgreSQL, bringing a modern approach to database capacity, capabilities and performance to the world's most-loved database platform. OrioleDB consists of an extension, building on the innovative table access method framework and other s…
Gorse open source recommender system engineGorse Recommender System Engine Gorse is an open-source recommendation system written in Go. Gorse aims to be a universal open-source recommender system that can be quickly introduced into a wide variety of online services. By importing items, users, and interaction data into Gorse, the system will automatically train models to generate recommendations for each user. Project features are as follows. Multi-source: Recommend items from Popular,…
Public Issue Tracker Behaviors I've been involved in FOSS communities for over 25 years now. I've used a handful of different bug trackers and worked on and created a ton projects, often acting as the bug triage person. I've also worked inside companies with private bug trackers. Private bug trackers and public bug trackers are vastly different. Public bug trackers are full of the best and the worst of the internet. This page documents some of the most commonly seen bad behavior on …
typescript tutorial for react developers TypeScript Handbook for React Developers – How to Build a Type-Safe Todo App A Step-By-Step Tutorial for Beginners Read on FreeCodeCamp » View Demo · Request Feature · Report Bug Introduction Welcome to the GitHub repository for the TypeScript for React Developers tutorial! In today's JavaScript landscape, TypeScript is gaining more and more popularity, and React developers are i…
AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples.aws-devops-zero-to-hero AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples. Each day's class will provide real-time knowledge on AWS services, allowing you to apply what you've learned and gain practical skills in working with AWS i…
Code Racer Welcome to Code Racer, a community project built with Next.js, Tailwind CSS, and TypeScript. Code Racer is a multiplayer coding game where developers can compete against each other to solve programming challenges in real-time. Sharpen your coding skills, challenge your peers, and have fun while racing against the clock! Features Code snippet games Technologies Used Next.js : A React framework for building server-side rendered and statically generated applications. Nex…
Prerequisites JDK 11 Maven 3 or later MySQL 5.6 or later Technologies Spring MVC Spring Security Spring Data JPA Maven JSP MySQL Database Here,we used Mysql DB MSQL DB Installation Steps for Linux ubuntu 14.04: $ sudo apt-get update $ sudo apt-get install mysql-server Then look for the file : /src/main/resources/accountsdb accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server mysql -u <user_name> -p accounts < accountsdb.sql