
About Skills Alpha Learning Pvt Ltd
About
Skills Alpha is a comprehensive skill management platform that re-imagines the way organizations empower their talent with skills to make their businesses future-ready. Skills Alpha leverages the power of digital and technology to enable superior outcomes in job readiness and professional development for young professionals and new managers, deliver core skills training as defined by the organization, develop corporate behaviors and leadership, and align individual agency with required organizational outcomes.
Connect with the team
Similar jobs
Job Title : Senior Flutter Engineer
Experience : 4+ Years
Level : Senior Individual Contributor
Job Location : Surat / Ahmedabad (On-site)
Employment Type : Full-Time
About the Role :
We’re seeking a skilled Senior Flutter Engineer to lead end-to-end mobile app development — from architecture and performance to user experience.
Mandatory Skills :
Mobile : Flutter (Dart), Riverpod/Bloc, build_runner, Freezed
Backend : Django/DRF (REST), GraphQL (optional)
Services : Firebase, Crashlytics, Analytics
CI/CD : GitHub Actions, Fastlane, Codemagic, Bitrise
Key Responsibilities :
- Own and optimize Flutter app architecture, performance, and reliability.
- Deliver polished, high-quality features with strong UI/UX focus.
- Integrate securely with REST APIs, Firebase, and real-time data.
- Drive CI/CD, testing (unit/widget/integration), and coding standards.
- Mentor developers and lead code reviews.
- Collaborate with Product & Design to plan and deliver releases.
- Work with DevOps to improve build pipelines and reduce crash/ANR rates.
Required Qualifications :
- 4 to 7+ years in mobile development (3+ in Flutter & Dart).
- Strong in Riverpod/Bloc/Cubit, clean architecture & dependency injection.
- Expertise in performance profiling, async handling, and rendering.
- Experience deploying apps to Android & iOS stores.
- Solid grasp of REST APIs, caching, and offline-first design.
- Familiar with automated testing & CI/CD (GitHub Actions, Bitrise, Codemagic, Fastlane).
- Knowledge of app security, authentication (OAuth/JWT), and Firebase (Auth, FCM, Crashlytics, Analytics).
- Excellent collaboration, communication, and mentoring skills.
Nice to Have :
- Experience with GraphQL, WebSockets, or wearable integrations (Google Fit, HealthKit).
- Exposure to health-tech, food-tech, or recommender systems.
Strong Performance Content Creator / UGC Creator / Short-Form Video Creator Profiles (D2C / E-commerce / Wellness)
Mandatory (Experience 1): Must have 2+ years of hands-on experience as an on-camera content creator, UGC creator, influencer, or brand face, specifically creating short-form video content for D2C or consumer brands
Mandatory (Experience 2): Proven experience in creating high-performing short-form content for platforms like Instagram Reels, YouTube Shorts, and paid Meta ads, with a strong understanding of platform-native formats and trends
Mandatory (Experience 3): Strong on-camera presence with the ability to deliver scripts confidently, naturally, and persuasively, ensuring high engagement within the first 3 seconds (hook-driven delivery)
Mandatory (Experience 4): Demonstrated ability to create performance-driven content formats such as problem–solution videos, UGC-style testimonials, product demos, objection handling, before/after storytelling, and routine-based explainers
Mandatory (Experience 5): Deep understanding of hook creation, retention techniques, and audience psychology, including the ability to shoot multiple hook variations and adapt messaging for different audience awareness levels
Mandatory (Experience 6): Experience working in high-output content environments, with the ability to produce or contribute to 20–30+ short-form creatives per week through batch shooting and iterative content creation
Mandatory (Experience 7): Strong collaboration experience with marketing, performance, and creative teams, with the ability to follow structured briefs and optimize content delivery based on performance feedback (CTR, engagement, watch time)
Mandatory (Portfolio): Must have an active portfolio (Instagram / YouTube / personal work) showcasing 3–5+ short-form videos featuring the candidate speaking on camera and demonstrating storytelling, engagement, and persuasion skills
Mandatory (Domain): Must have prior experience working with D2C / E-commerce / consumer-facing brands (health & wellness category preferred; in-house or UGC-based experience strongly preferred)
About the Role
We’re looking for a Senior Software Engineer who takes ownership seriously, someone who
designs solutions, ships them, and stands behind them in production. You’ll work across a
technically interesting stack on systems that process millions of provider records.
This is a role with real scope: you’ll influence architecture, shape engineering practices, and
work directly with product and leadership to solve hard problems in a domain that genuinely
matters.
Problems You’ll Solve
Healthcare’s provider data problem is a hard distributed systems problem. Hundreds of primary
sources state boards, payers, federal registries each with their own schema, SLA, and failure
mode. Downstream, real credentialing and network decisions depend on whatever truth we can
surface.
API contract stability at velocity. You’re building a platform hundreds of integrations depend
on. How do you evolve a Quarkus/REST API, adding resources, deprecating fields, shifting data
models without breaking consumers? Contract-first design, versioning strategy, and backward
compatibility aren’t theoretical here.Integration reliability at scale. Upstream sources go down, change schemas, and return dirty
data. You’ll build the patterns that absorb that chaos idempotent consumers, dead-letter queues,
circuit breakers, and reconciliation pipelines on top of Kafka and Spanner.
Entity resolution on messy real-world data. Deduplicating and reconciling provider records
across hundreds of heterogeneous sources, where a wrong merge has downstream
consequences. MDM patterns, confidence scoring, and deterministic vs. probabilistic matching
at scale.
AI-augmented velocity without regression. We use Cursor and Claude Code as force
multipliers. The engineering problem is building review culture, eval frameworks, and test
coverage that keeps quality high as output volume increases.
Observability for a data platform, not just a service. Uptime isn’t enough; you need to know
when a provider record is stale, inconsistent, or wrong. You’ll instrument data quality and
lineage, not just p99 latency.
What We’re Looking For
Engineering fundamentals
* 8+ years building and maintaining production-grade systems including systems where
your API is someone else’s dependency and breaking it has real downstream
consequences
* Track record of shipping high-quality software in fast-paced environments you define the
solution, not just implement a spec
* Strong engineering fundamentals: testing, clean code, maintainability, and performance
optimization
* Experience improving system reliability you’ve debugged hard production problems and
made them not happen again, with SLOs and alerting to prove it
* Comfort mentoring earlier-career engineers and influencing technical direction
API & architecture depth
* Deep experience designing and evolving APIs under active consumers: versioning
strategy, backward compatibility, and contract-first thinking
* Fluency across API paradigms REST, GraphQL, gRPC, and async/event-driven APIs
(webhooks, Kafka topics as contracts) and the judgment to know when each is the right
tool
* Hands-on experience with service-oriented and distributed architectures you’ve worked
across SOA, microservices, and event-driven patterns and can make principled tradeoffs
between them based on coupling, latency, and operational complexity
* Experience designing for API consumers as first-class stakeholders SDK ergonomics,
pagination, rate limiting, error semantics, and documentation as part of the contract, not
an afterthought
* Experience with integration patterns at scale you’ve built or maintained systems that
aggregate and normalize data from many heterogeneous upstream sources, and you
understand the reliability and consistency tradeoffs that come with it: circuit breakers, retry
strategies, idempotency, eventual consistency
Data-intensive systems• Strong data modeling instincts you understand the difference between a schema that’s
easy to write and one that’s easy to query, evolve, and trust at scale
* Experience with high-throughput, event-driven systems: you understand ordering
guarantees, consumer lag, and failure modes in Kafka-like architectures
* Strong sense of data quality: lineage, freshness, and correctness matter as much to you
as throughput
AI-era engineering
* In an AI-augmented engineering environment, you write less and review more you’re
skeptical of generated code in the right ways, and you use that leverage to ship 2–3x
what a non-AI-fluent engineer would
* Fluency with AI-assisted engineering tools (Cursor, Claude Code, MCP servers) this is
part of how we work, not a nice-to-have
Communication & compliance
* Strong written and verbal communication you can explain a technical tradeoff to an
engineer and a product manager in the same conversation
* Experience with sensitive data and security best practices (PII, access controls) in
regulated or compliance-adjacent environments
Nice to Have
* Experience building or operating AI/LLM pipelines in production (not just prototypes)
including eval frameworks, fallback behavior, and monitoring for non-deterministic outputs
* Experience with entity resolution or MDM systems at scale deduplicating messy
real-world data across disparate sources
* Familiarity with healthcare credentialing workflows
* Familiarity with healthcare, compliance, or regulated environments
Technologies & Tools
Java 21 / Quarkus · React / TypeScript · GCP (Spanner, BigQuery) · Kafka · Docker /
Kubernetes · GitHub Actions · Sentry · REST / GraphQL / gRPC · Cursor / Claude
Code / Codex
Proven experience in SEO, LLM and ASO.
● Strong knowledge of Google Analytics, Search Console, Ahrefs, SEMrush, Moz, and other SEO tools.
● Solid understanding of content marketing strategies for both SEO and ASO.
● Looking candidates from Media and E-Commerce Industry
● Hands-on experience with app store algorithms, keyword optimization, and mobile user behavior.
● Familiarity with HTML, CSS, JavaScript , and overall website optimization techniques.
- Design, Maintain, Support and Troubleshoot LDAP infrastructure spread across geographies and used for Authentication and authorization of critical applications/infrastructure.
- Design, Maintain, Support and Troubleshoot LDAP databases running on MySQL and Berkely DB.
- Design, Maintain, Support and Troubleshoot OpenSSL OR any other crypto suite.
Dear Candidate,
We are urgently Hiring SAP EWM (Extended Warehouse Management) Consultants for Bangalore Location.
Position: SAP EWM (Extended Warehouse Management) Consultant
Location: Bangalore
Experience: 5-7 yrs
Skills: SAP EWM , SCM
Salary: Best in Industry (20-25% Hike on the current ctc)
Note:
only Immediate to 15 days Joiners will be preferred.
Candidates from Tier 1 companies will only be shortlisted and selected
Candidates' NP more than 30 days will get rejected while screening.
Offer shoppers will be rejected.
Best Regards,
Minakshi Soni
Executive - Talent Acquisition (L2)
Rigel Networks
Worldwide Locations: USA | HK | IN
Estimation Engineer (MEP)
Location: Kurla, Mumbai
Experience: 6 months - 2 yrs. + industrial exp. In Electrical Estimation.
Salary: 25K-30K
Reporting: Sales Manager
Opening: 1
Job Summary:
The Estimation Engineer will play a crucial role in the MEP (Mechanical, Electrical,
and Plumbing) company's pre-construction phase by preparing accurate and competitive cost
estimates for projects. The role requires a strong understanding of MEP systems, excellent
analytical skills, and the ability to collaborate with cross-functional teams. The ideal
candidate should have a minimum of three years of experience in estimation within the MEP
industry.
Responsibilities:
1. Project Evaluation and Documentation:
Review project specifications, drawings, and other relevant documents to
understand project requirements.
Conduct site visits to gather essential information and assess project feasibility.
Analyse project scope, identify potential risks, and document project
constraints.
2. Cost Estimation:
Prepare detailed cost estimates for MEP projects, including materials, labour,
equipment, and subcontractor costs.
Utilize estimation software and tools to create accurate quantity take-offs and
cost breakdowns.
Research and analyse historical cost data and market rates to ensure
competitiveness and cost optimization.
Collaborate with suppliers and subcontractors to obtain competitive pricing for
materials and services.
3. Bid Preparation:
Participate in the bid process, including reviewing bid invitations and
documents.
Collaborate with the procurement team to gather necessary information for
bids.
Prepare and submit comprehensive bid proposals within the specified
deadlines.
Ensure bids are aligned with the company's financial and operational
objectives.
4. Value Engineering:
Identify value engineering opportunities to optimize project costs without
compromising quality and functionality.
Collaborate with the engineering and design teams to propose alternative
solutions and cost-saving measures.
Conduct cost-benefit analyses to evaluate different design options and provide
recommendations.
5. Cross-Functional Collaboration:
Collaborate with internal teams, including engineering, procurement, and
project management, to ensure accurate estimation and smooth project
execution.
Participate in meetings with clients, architects, and consultants to clarify
project requirements and address cost-related queries.
Provide technical support and expertise to the sales and business development
teams during client presentations and negotiations.
Qualifications:
B.E / Diploma in Electrical.
Strong knowledge of MEP systems, materials, equipment, and installation techniques.
Proficiency in estimation software and tools (e.g., AutoCAD, Revit, Cost, etc.).
Solid understanding of construction drawings, specifications, and industry standards.
Excellent analytical and mathematical skills for accurate cost calculations.
Strong attention to detail and the ability to work with complex data.
Effective communication and interpersonal skills for cross-functional collaboration.
Ability to work under pressure and meet tight deadlines.
Professional certifications or affiliations related to estimating or MEP (preferred).
Experience in developing Web Applications with Python
Experience in Django
Experience in multiple front-end languages and libraries (e.g. HTML/ CSS, JavaScript, XML, jQuery)
Familiarity with databases (e.g. MySQL, MongoDB), and UI/UX design
Excellent communication
Familiarity with Code Versioning Tools
Responsibilities :
Design client-side and server-side architecture
Understand business requirements and translate them into technical requirements
Design, develop, and unit test applications following established standards.
Participate in peer-reviews of solution designs and related code.
Test software to ensure performance, responsiveness, and efficiency
Job Type: Full-time

Backend skills,java development,HTML,MVC,JAVA SCRIPT,SPRINGBOOT
Deployment - client location, Hyderabad
Position - Permanent
Note : Immediate joiners needed only.
Job description:
8+ years of overall IT experience with .NET framework and Azure
. large/Enterprise Customer end to end Consulting Experience.
. Expert in C# development, .NET Core, React, Angular, PowerShell and Azure developments like Web jobs, REST based Web API.
- Experience in Azure and AWS Cloud
- Experience of working on Agile projects.
- Proven track record delivering complex projects end to end.
- Application Architectures including the use of cloud-based technology capabilities such as Teams, SPO, Azure, Application Life Cycle Management and Application Platform processes and technology.
- Troubleshoot and debugging technical issues in a variety of application environments.
- Oversee deliverables from partners, subcontractors, and resources .
- IP Reuse and IP creation
- Drive operational excellence and innovation, leveraging new ideas contributing to increasing Microsoft value to customers.
- Fluent in English, verbal, and written communications skills.
Qualification
- Must have a degree in Computer Science Engineering or equivalent work experience. Higher relevant education preferred.
- Experience working in a Services organization in a consulting capacity is strongly preferred. Experience working on multi-phase global implementations is preferred.
- Having Microsoft Certifications (M365, Azure, AWS, SharePoint, .Net) is a plus.











