Skip to main content
JohannesRabauer
ملف منشئ GitHub

JohannesRabauer

عرض على مستوى المستودعات لـ ١٣٠ skills مجمعة عبر ٩ مستودعات GitHub.

skills مجمعة
١٣٠
مستودعات
٩
محدث
٢١ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

fxgl-particles-effects
مطوّرو البرمجيات

Add particle systems and visual effects to an FXGL game — configure ParticleEmitter with function-based setters (setVelocityFunction, setAccelerationFunction, setExpireFunction, setScaleFunction, setSpawnPointFunction); use built-in factory emitters (fire,…

٦ يونيو ٢٠٢٦
fxgl-project-starter
مطوّرو البرمجيات

Start a new FXGL project through a bounded Socratic discovery flow, then turn the answers into a docs-first starter specification with ADRs, an arc42-lite architecture summary, and Mermaid use-case diagrams before scaffolding the project itself. Continue…

٤ يونيو ٢٠٢٦
fxgl-breakout
مطوّرو البرمجيات

Build a Breakout or Arkanoid style game in FXGL — control a paddle horizontally, keep a ball at constant speed, bounce it off walls, paddle, and bricks, load brick layouts from level data, angle the reflection based on paddle hit position, handle lives and…

٤ يونيو ٢٠٢٦
fxgl-fps-3d
مطوّرو البرمجيات

Build a first-person 3D game in FXGL — set up a player-driven Camera3D, implement mouse look, move relative to the camera facing direction, add a crosshair HUD, raycast or pick 3D targets, simulate gravity and jumping, and manage a first-person weapon or…

٤ يونيو ٢٠٢٦
fxgl-idle-clicker
مطوّرو البرمجيات

Build an incremental idle or clicker game in FXGL — click for resources, buy auto-producers, scale costs exponentially, show passive income in the HUD, unlock upgrades by milestones, calculate capped offline progress on load, format very large numbers, and…

٤ يونيو ٢٠٢٦
fxgl-metroidvania
مطوّرو البرمجيات

Build a Metroidvania in FXGL — connect multiple platforming rooms, transition between Tiled maps at screen edges, gate progression behind movement abilities, persist room state and item pickups, add a map overlay for explored rooms, support save points and…

٤ يونيو ٢٠٢٦
fxgl-rhythm
مطوّرو البرمجيات

Build a rhythm game in FXGL — parse a beatmap, spawn notes early enough to scroll into a hit zone on time, score inputs by timing window, handle combo and grades, support hold notes, and keep chart timing aligned with audio as closely as FXGL's current audio…

٤ يونيو ٢٠٢٦
fxgl-snake
مطوّرو البرمجيات

Build a Snake game in FXGL — move on a discrete grid by timer steps, store the body as a deque of grid cells, grow when food is eaten, buffer direction changes, detect self-collision and wall rules, increase speed as the snake grows, and support multiple food…

٤ يونيو ٢٠٢٦
عرض 8 من أصل ٤٨ skills مجمعة.
javafx-3d-modeling-printing
مطوّرو البرمجيات

Build JavaFX 3D modeling tools and print/export workflows with isolated geometry generation and preview rendering.

٦ يونيو ٢٠٢٦
javafx-ecosystem-controls-productivity
مطوّرو البرمجيات

Choose and integrate mature third-party JavaFX control libraries for forms, productivity widgets, theming, and developer workflow support.

٦ يونيو ٢٠٢٦
javafx-terminal-emulators
مطوّرو البرمجيات

Build JavaFX terminal emulators or shell-style console panes with background process I/O, ANSI handling, and safe FX-thread updates.

٦ يونيو ٢٠٢٦
javafx-workflow-graph-editors
مطوّرو البرمجيات

Build node-based JavaFX workflow editors, graph canvases, and visual programming surfaces with clean model separation.

٦ يونيو ٢٠٢٦
javafx-animation-canvas-render-loop
مطوّرو البرمجيات

Animate JavaFX UIs with Timeline, Transition, Canvas, and AnimationTimer-based render loops.

٦ يونيو ٢٠٢٦
javafx-application-lifecycle
مطوّرو البرمجيات

Manage the JavaFX Application lifecycle, primary stage setup, startup sequencing, and shutdown behavior.

٦ يونيو ٢٠٢٦
javafx-architecture-frameworks
مطوّرو البرمجيات

Choose JavaFX architecture patterns such as plain scene-graph, MVP, MVVM, MVCI, DI, and routed shells.

٦ يونيو ٢٠٢٦
javafx-calendar-scheduling-planning
مطوّرو البرمجيات

Build JavaFX calendar, date-centric scheduling, and Gantt-style planning interfaces with clear time-state ownership.

٦ يونيو ٢٠٢٦
عرض 8 من أصل ٣١ skills مجمعة.
aws-cdk
مطوّرو البرمجيات

Create and review Java AWS CDK v2 infrastructure code organized with the BCE (Boundary-Control-Entity) pattern — scaffold the project, wire the app entry point, pin regions in a central Stacks interface, model business components named after AWS services, and…

١ أغسطس ٢٠٢٦
bc-carver
مطوّرو البرمجيات

Carve candidate business components from the confirmed domain concepts — cluster by CONCEPTS.md co-occurrence, name each BC with a canonical glossary term — and document the as-is → to-be diff in migration/CARVING.md without changing any code. Step between…

١ أغسطس ٢٠٢٦
bce
مطوّرو البرمجيات

Generic, composable architecture rules for the Boundary-Control-Entity (BCE/ECB) pattern — business components, layer responsibilities, package structure, and cross-component relationships. Technology-neutral; meant to be composed with language- or…

١ أغسطس ٢٠٢٦
characterization-tests
محللو ضمان جودة البرمجيات والمختبرون

Pin the observed behavior of a running legacy system as replayable golden masters — record normalized stimulus/observation pairs into migration/characterization/, replay them against the lifted or re-architected system, report behavior diffs. Owns the…

١ أغسطس ٢٠٢٦
concept-annotator
مطوّرو البرمجيات

Project the mined domain concepts into the codebase — write one package-info.java (Java 25 /// Markdown doc) per legacy package with the concepts living there, candidate-BC leaning, and refactoring hints, consuming migration/CONCEPTS.md, GLOSSARY.md, and…

١ أغسطس ٢٠٢٦
concept-clarifier
مطوّرو البرمجيات

Resolve the open questions and hypothesis-marked glossary definitions produced by concept-extractor and bc-carver together with a human domain expert — via live interview or an async questionnaire (migration/INTERVIEW.md) — and fold confirmed answers into…

١ أغسطس ٢٠٢٦
concept-extractor
مطوّرو البرمجيات

Mine candidate domain concepts and their vocabulary from every naming source of a legacy system — database schema, UI labels, REST/URL paths, configuration, code identifiers, documentation. Produces a regenerable CONCEPTS.md (aliases, evidence, frequency,…

١ أغسطس ٢٠٢٦
continuous-testing
محللو ضمان جودة البرمجيات والمختبرون

Continuous test-driven development loop — after every code change, builds the project, starts the server, and runs Unit Tests, Integration Tests, and System Tests. Applies on top of microprofile-server skill. Use during development when you want full…

١ أغسطس ٢٠٢٦
عرض 8 من أصل ٢٩ skills مجمعة.
thumbnail-image
مطوّرو البرمجيات

Generate the actual thumbnail PNG from a chosen prompt using the OpenAI Images API directly via a standalone Node.js script (no Java/server dependency). Use when the user asks to "generate the thumbnail image", "create the thumbnail", or wants to turn a…

٢٠ يوليو ٢٠٢٦
transcribe
موظفو المكاتب العامون

Transcribe a local media file or a YouTube URL into a saved transcript for a Stream Producer project, using OpenAI Whisper directly via a standalone Node.js script (no Java/server dependency). Use when the user asks to "transcribe", "transcribe this…

٢٠ يوليو ٢٠٢٦
chapters
الكتّاب التقنيون

Generate YouTube chapter timestamps from the saved transcript of a Stream Producer project. Use when the user asks to "generate chapters", "add timestamps", or "create a chapter list" after a transcript exists. Requires /transcribe to have run first.

١٩ يوليو ٢٠٢٦
guest-ideas
الكتّاب التقنيون

Generate guest candidate profile variants (deep-technical, community-builder, pragmatic practitioner) for a Stream Producer project. Use when the user asks to "find a guest", "suggest guests", "who should I invite", or is planning a co-hosted stream episode.

١٩ يوليو ٢٠٢٦
hashtags
محللو أبحاث السوق ومتخصصو التسويق

Generate a single line of relevant, de-duplicated hashtags for YouTube and LinkedIn for a Stream Producer project. Use when the user asks to "generate hashtags", "suggest hashtags", or needs hashtags for an episode announcement.

١٩ يوليو ٢٠٢٦
linkedin-post
محللو أبحاث السوق ومتخصصو التسويق

Generate LinkedIn post variants (thought-leadership, story-driven, technical insights) for a Stream Producer project. Use when the user asks to "write a LinkedIn post", "announce on LinkedIn", or needs LinkedIn copy for an episode.

١٩ يوليو ٢٠٢٦
social-post
محللو أبحاث السوق ومتخصصو التسويق

Generate short social post variants (technical, beginner-friendly, hype), each capped at 280 characters, for a Stream Producer project. Use when the user asks to "write a tweet", "post on X", "generate a social post", or needs short-form social copy for an…

١٩ يوليو ٢٠٢٦
summary
الكتّاب التقنيون

Generate a factual, blog-ready summary of the episode from the saved transcript of a Stream Producer project. Use when the user asks to "summarize the stream", "write a recap", or "create a blog summary" after a transcript exists. Requires /transcribe to have…

١٩ يوليو ٢٠٢٦
عرض 8 من أصل ١٤ skills مجمعة.
عرض ٩ من أصل ٩ مستودعات
تم تحميل كل المستودعات