SShortSingh.
Back to feed

Career Changer With Retail Background Navigates Tech Job Hunt Using Dual-Framing Resume Strategy

0
·1 views

A job seeker with eight years in retail management and two years in front-desk work is documenting their honest experience breaking into tech with no formal computer science background. Despite shipping two real Linux projects with active users, the author reports that recruiters frequently treat their non-tech work history as a gap rather than evidence of transferable skills. To compensate, they have developed a strategy of rewriting the same project descriptions in two distinct ways — one technical for software engineering roles, and one focused on problem-solving and user empathy for support or onboarding positions. The author acknowledges the process is often exhausting rather than clever, noting the extra effort required to be taken seriously compared to candidates with traditional CS credentials. They are currently building a more conventionally structured Creator Operations Dashboard as a portfolio capstone, hoping its familiar shape will resonate more readily with hiring managers.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer releases open-source local AI proxy daemon with zero telemetry or cloud dependency

A developer has open-sourced the Garza Global Graviton (GGG) Sovereign Edge Daemon, a self-contained background tool designed to give users full control over their local AI data. The daemon runs as an OpenAI-compatible loopback proxy at a local address, meaning all prompts, history, and context remain entirely on the user's own hardware. It includes HMAC-SHA256 cryptographic response branding and a metadata pacer to maintain data integrity under what the developer calls a Sovereign Math Framework. GGG is compatible with popular AI tools such as VS Code's Continue extension, Open WebUI, LM Studio, and Jan, and requires no accounts or cloud connections. The project is publicly available on GitHub, and the developer is inviting community feedback and contributions.

0
ProgrammingDEV Community ·

Recent School Grad Builds Python Restaurant Bot as First Coding Project

Dilesh Zingare, a recent 12th-grade graduate, has shared his first Python project and first written article on DEV Community. The project, called 'Soul the Restro Waiter,' is a command-line restaurant simulation that handles menu display, order taking, quantity input, and bill generation. Zingare discovered the platform through online research and decided to document his early coding journey as a step toward becoming a Developer Advocate. He acknowledged his beginner status and openly invited feedback from readers to help him improve. The project marks the start of his self-taught programming path despite a disappointing exam result that initially shook his confidence.

0
ProgrammingDEV Community ·

Oracle PL/SQL Exception Handling: Types, Rules, and Code Examples Explained

Oracle PL/SQL exceptions are runtime error conditions that interrupt normal block execution and transfer control to a designated EXCEPTION section for handling. PL/SQL classifies exceptions into three types: predefined Oracle server errors (such as NO_DATA_FOUND and ZERO_DIVIDE), non-predefined server errors that require manual declaration and binding via PRAGMA EXCEPTION_INIT, and user-defined exceptions raised explicitly by developers for custom business logic. Only one exception handler executes per block run, and the WHEN OTHERS clause, if used, must always appear last in the EXCEPTION section. Non-predefined exceptions are linked to specific ORA- error codes at compile time using the PRAGMA compiler directive in the DECLARE section. Understanding these categories and their declaration requirements helps developers write more robust and maintainable PL/SQL code.

0
ProgrammingDEV Community ·

How to Write Structured Prompts for MiniMax H3 AI Video Generation

A practical guide published on DEV Community outlines a structured approach to writing prompts for MiniMax H3, an AI video generation model. The guide argues that effective prompts should function like production specifications, covering subject, action, camera movement, lighting, timing, and audio in separate, purposeful sentences. A key recommendation is to describe motion as a timeline, breaking a clip into timestamped segments to convey what happens between frames rather than just the final image. The guide also advises separating subject motion from camera motion to avoid conflicting instructions, and using precise cinematographic terms such as 'slow dolly-in' instead of vague phrases like 'cinematic camera movement'. These techniques are presented as ways to make AI video prompts easier to debug, reuse, and control across use cases like product reveals, fashion shots, and vehicle videos.

Career Changer With Retail Background Navigates Tech Job Hunt Using Dual-Framing Resume Strategy · ShortSingh