Public Telegram Archive
Channels About
User Info
Irina Goncalvez
ID 5772256080
Type user
Username @Goncalvez_Irina
First Name Irina
Last Name Goncalvez
First Seen 2026-01-09 22:31 UTC
Updated 2026-01-09 22:31 UTC
Statistics
Total Messages: 114
Active in: 5 channel(s)
Activity by Channel
Channel Messages First Last
CY iT HR
@cyprusithr
45 2024-03-08 14:56 UTC 2026-03-03 11:09 UTC
CY Law, Visas, Taxes, Insurance
@cylaw
35 2024-04-19 08:11 UTC 2026-03-07 16:44 UTC
CY Medic
@cymedic
30 2024-03-31 16:06 UTC 2025-09-16 12:20 UTC
CypRUs DIY - Все про ремонт на Кипре
@cyprusdiy
3 2023-03-29 09:33 UTC 2023-03-29 10:24 UTC
Cyprus Animals
@cyanimals
1 2025-10-19 14:50 UTC 2025-10-19 14:50 UTC
Recent Messages
CY Law, Visas, Taxes, Insurance 2026-03-07 16:44 UTC
Попробуем еще разок)
CY Law, Visas, Taxes, Insurance 2026-03-07 16:22 UTC
Всем привет! Приглашаю папу на Кипр. Не получается создать аккаунт на сайте визового центра Кипра в Москве, чтобы записаться на подачу. Пишут invalid format на имя, национальность и телефон. Кто-то недавно приглашал на Кипр через подачу в визовом центре, как создавали аккаунт?
CY iT HR 2026-03-03 11:09 UTC
#vacancy #cyprus #limassol #IT #dataengineer

⚡Tria Group Company (as a part of Wise Wolves Corporation) is looking for Data Engineer (Mid) — ClickHouse / Analytics / BI

📌Location: OnSite/Hybrid/Remote
Team: Work closely with Backend, Security, QA, Product Partners: Cryptography/Wallet team, API/Backend teams, Platform/SRE
**
⚡ About the role:

We’re hiring our first Data Engineer to build and own the analytics/data foundation. You’ll work across product, engineering, and business stakeholders to turn raw operational data into trusted datasets, dashboards, and metrics. This is a hands-on role with real ownership: you’ll design pipelines, shape our data model, and help establish the practices that will scale with the company.

⚡ What you’ll do
● Build and maintain data pipelines from product and operational systems into our analytics stack.
● Design and operate a ClickHouse-based analytics warehouse (schemas, partitioning, performance tuning, retention).
● Define and maintain core business metrics (single source of truth), dimensional models, and curated datasets.
● Deliver BI reporting: dashboards, self-serve datasets, and recurring management reports.
● Improve data quality: validation checks, anomaly detection, SLAs, lineage documentation.
● Partner with engineers to instrument products/events and ensure data is captured correctly (events, logs, audits).
● Support ad-hoc analysis requests and help stakeholders interpret data correctly.
● Establish “first hire” foundations: conventions, documentation, runbooks, and lightweight governance.

⚡ Requirements (must-have)
● 3+ years (or equivalent) in Data Engineering / Analytics Engineering.
● Strong SQL, experience modeling analytics datasets (star schema / dimensional modeling).
● Hands-on experience with ClickHouse (or another columnar OLAP DB) and performance optimization.
● Practical experience building ETL/ELT pipelines (batch and/or near-real-time).
● Familiarity with a BI tool (e.g., Metabase, Superset, Power BI, Looker, Tableau) and working with stakeholders.
● Comfortable operating production data workflows: monitoring, retries, backfills, incident fixes.

⚡ Nice to have
● Experience with tools like Airflow / Dagster / Prefect, dbt, Kafka, Spark/Flink (any subset).
● Experience with event analytics (product events), log analytics, or audit trails.
● Python (or another scripting language) for pipeline logic and automation.
● Understanding of security/compliance needs (access control, retention, auditability), especially in regulated environments.

⚡ What we offer
● First data hire: real ownership, influence on architecture and standards.
**● Close collaboration with engineering/product leadership; your work will directly impact decisions.
● Competitive compensation and flexible work setup (details based on location


❣️Send CV in DM @Goncalvez_Irina
CY iT HR 2026-03-03 11:05 UTC
#vacancy #cyprus #limassol #IT

⚡Tria Group Company (as a part of Wise Wolves Corporation) is looking for Mobile Systems Engineer (Android + iOS)

📌Location: OnSite/Hybrid/Remote
Team: Work closely with Backend, Security, QA, Product Partners: Cryptography/Wallet team, API/Backend teams, Platform/SRE

⚡ About us
We build secure, high-performance mobile components for financial and crypto-native products. Our mobile stack includes Kotlin (Android), Swift (iOS), and performance-critical native C++ libraries (NDK/JNI on Android; Swift/ObjC++ bridging on iOS).
The focus of this role is “backend-like” mobile engineering: cryptographic flows, secure key storage, hardened networking, native library integration, reliability, and automation — not UI feature work.
We’re looking for a senior engineer who can own mobile systems end-to-end: integrating native C++, Rust components, designing secure workflows, building robust service layers, and shipping reliably with strong testing and CI/CD.

What you’ll do
● Own mobile systems architecture (Android + iOS): design and implement non-UI core modules used by the apps.
● Native C++ integration: integrate/extend C++ libraries for cryptography/signing; maintain build toolchains (CMake, Gradle NDK, Xcode); manage ABI compatibility and performance.
● Mobile-to-native bridging:
○ Android: JNI/NDK integration and Kotlin APIs
○ iOS: Swift ↔ ObjC/ObjC++ bridging and Swift-friendly APIs
● Secure mobile development: implement keystore/keychain usage, secure enclaves/secure hardware flows where applicable, secret handling, certificate management, and secure networking (mTLS).
● Transaction/signing flows: build reliable signing request lifecycle, idempotency, retries, state machines, and audit-friendly event logs (without leaking sensitive data).
● Networking & data layer: implement resilient networking (REST/WebSockets/gRPC/Noise where applicable), serialization, caching, offline-safe queueing, and background execution constraints.
● Hardening & integrity: contribute to tamper resistance, runtime integrity checks, attestation/integrity signals where applicable, and secure update/rollout practices.
● Observability & reliability: crash/ANR monitoring, structured logging, performance profiling, and regression prevention.
● CI/CD & releases: build pipelines for Android/iOS (signing, packaging, automated tests), reproducible builds, and fast feedback loops.
● AI-assisted engineering: use Cursor (or similar) for code generation/refactors/tests, with rigorous review, security checks, and deterministic builds.

Must-have experience
● 6+ years in mobile engineering with significant depth in “systems” work (not primarily UI)
● Strong Kotlin (Android) and strong Swift (iOS) for core modules / service layers
● Solid C++ experience, including integrating native libraries into mobile apps
○ Android NDK/JNI and iOS ObjC++/Swift bridging
● Practical mobile security engineering experience: keystore/keychain, secure storage, TLS/mTLS, certificate handling, secure secret handling
● Strong networking fundamentals: REST, WebSockets, TLS, serialization, retries, idempotency
● Build/tooling expertise: Gradle, CMake, NDK toolchains, Xcode build settings, dependency management
● CI/CD ownership: GitHub Actions/GitLab CI, Fastlane, signing & release workflows
● Strong debugging and performance profiling skills across layers (app ↔ native ↔ network)
● REQUIRED: regular use of AI coding tools (Cursor / Copilot / similar) to accelerate delivery (codegen, refactors, tests), with disciplined verification, code review, and security awareness

Nice to have
● Crypto wallet / MPC / signing systems exposure
● gRPC/Protobuf, binary serialization, performance-oriented networking
● Mobile attestation / integrity signals / anti-tampering practices

What this role is NOT
Primarily building UI screens or pixel-perfect layouts
● Primarily React Native / frontend mobile feature development


❣️Send CV in DM @Goncalvez_Irina
CY iT HR 2026-03-03 11:04 UTC
> Irina:
#vacancy #cyprus #limassol #IT

⚡Tria Group Company (as a part of Wise Wolves Corporation) is looking for Team Lead Engineer — Golang (Custody Platform)

📌 Location: OnSite/Hybrid/remote (strong overlap with Asia/Nicosia, UTC+2/3)

⚡ About us
We build a custody platform for regulated institutions: policy-driven transaction signing, MPC/TEE-based signers, audit-grade eventing, and multi-tenant infrastructure with strict security boundaries. This is a systems role: high-load SaaS backend, correctness-first workflows, hard security constraints, and clear operational ownership (SLOs, observability, on-call maturity).
We’re looking for a Staff Engineer who can design and ship critical platform components in Go, raise the engineering bar, and reliably deliver under real-world constraints (latency, throughput, failures, attacks, audits).

What you’ll do
● Own core backend architecture: lead design for critical services (policy engine, signing orchestration, key lifecycle workflows, custody wallets/accounts, approvals, audit trails).
● Build high-load SaaS systems: multi-tenant isolation, quotas, rate limits, backpressure, concurrency control, and predictable latency under spikes.
● Distributed systems & reliability: idempotency, retries, outbox/inbox patterns, event-driven workflows, saga/state machines, and graceful degradation.
● Security-by-design: least privilege, secret handling, secure service-to-service auth (mTLS/JWT), tamper-evident logs, and audit-ready data models.
● Performance engineering: profiling, load testing, benchmarking, contention analysis, memory/GC tuning, and optimization of hot paths.
● Data & consistency: strong modeling in Postgres (or equivalent), migrations, indexing strategy, partitioning where needed, and clear consistency boundaries.
● Developer productivity & standards: set patterns for Go services, testing strategy, code review quality, and shared libraries; mentor senior engineers.
● Cursor-first workflow: use Cursor for acceleration (refactors, code generation, tests, docs), with disciplined verification, security review, and deterministic outcomes.

Must-have experience
● 8+ years backend engineering, including significant Go (or deep expertise in another systems language + strong Go in recent projects).
● Strong CS fundamentals: concurrency, synchronization, networking, distributed systems, data structures, algorithms, OS basics.
● Proven track record designing high-load, production SaaS (multi-tenant, high availability, incident response, SLOs).
● Hands-on experience with microservices and modern backend stacks: gRPC/HTTP, queues/streams, caching, databases.
● Strong testing discipline: unit/integration/contract tests, testability-first design, deterministic CI.
● Strong observability habits: structured logging, metrics, tracing, debugging production issues end-to-end.
● REQUIRED: regular use of Cursor (or comparable AI coding tool) to speed delivery, with rigorous review, security awareness, and verification.
**
⚡Nice to have**
● Custody / wallets / signing systems exposure (MPC, HSM, TEE, key management, policy/approvals).
● Experience with event streaming (Kafka/NATS/PubSub), exactly-once-ish patterns, replay, and audit/event sourcing concepts.
● Kubernetes + service mesh familiarity; production operations and reliability engineering practices.
● Regulated environment experience (fintech, security audits, compliance-driven engineering).
● Threat modeling and security review participation (abuse cases, attack surfaces, secure defaults).
Soft skills
● Ownership mindset: you ship, you measure, you improve.
● Clear written communication: designs, RFCs, incident write-ups, trade-offs.
● Pragmatic leadership: raises the bar without blocking progress.


What this role is NOT
● Pure feature “ticket execution” without architectural ownership.
● Fullstack work.
● Research-only cryptography role (you’ll collaborate with cryptography specialists, but your focus is platform engineering).


❣️Send CV in DM @Goncalvez_Irina
CY iT HR 2026-03-03 11:03 UTC
#vacancy #cyprus #limassol #IT

⚡Tria Group Company (as a part of Wise Wolves Corporation) is looking for Systems Administration Manager (50% Hands-On)

📌 Location: OnSite/Hybrid Cyprus Limassol Office

📌 Teams you’ll lead: IT Support (2–3), Systems Administration (2–3)
Partners: DevOps, Security, Compliance

❣️ About us
We’re a software company with our own fintech/crypto custody stack, client apps in the cloud, and a lean bare-metal footprint. We’re hiring a leader who grew up as a senior Linux/infra admin (clusters, physical servers, virtualization, cloud) and now wants to lead people and processes—without giving up real engineering work.

📌 The role (who it’s for)
You’ve been the go-to admin for Linux clusters, hypervisors, networks, and cloud accounts. You love clean infrastructure and solid ops. You’re ready to own IT Support + Systems Admin, implement compliance and controls, and still spend half your week hands-on solving hard infra problems.

📌 What you’ll do
- Lead & grow a small team: Coach 2–3 IT Support and 2–3 SysAdmins; set standards, run 1:1s, guide careers.


- Stay hands-on (~50%): Troubleshoot complex Linux/network issues, upgrade clusters, tune storage/virtualization, and unblock the team.


- Raise service quality: Define SLAs, streamline triage, publish a service catalog, and build self-service/runbooks for common requests.


Core infra ownership:


Linux fleets, hypervisors (KVM/Proxmox/VMware), storage (ZFS/NAS), backups/restore drills.


Office/LAB networks, Wi-Fi/VLANs, VPN (e.g., WireGuard), DNS/DHCP, firewalls.


Identity/SSO (OIDC/SAML), MFA, RBAC, and joiner-mover-leaver automation.


- Cloud & platform: Own org/IAM guardrails and connectivity; partner with DevOps on shared tooling (runners, registries) without taking on app-level pipelines.


- Compliance enablement: Implement practical controls for ISO 27001/SOC 2/EBA/CySEC (asset inventory, access reviews, change logs, DR evidence).


- Security partnership: Operate EDR/vuln management on endpoints/servers; keep PKI/TLS lifecycle healthy with Vault/HSM owners.


- Operations excellence: Incident response for corp IT, crisp RCAs, vendor/license/hardware lifecycle, and cost visibility.


📌 What you’ll bring
- 6–10 years in systems administration with deep Linux expertise on clusters and servers.


- Strong hands-on with virtualization (KVM/Proxmox/VMware), storage (ZFS/NAS), networking (VLANs, routing, VPN, DNS, firewalls).


- Cloud org/IAM experience (AWS/GCP/Azure) and security guardrails.


- MDM/endpoint mgmt for macOS/Windows/Linux; SSO (OIDC/SAML), MFA, RBAC; JML automation.


- Automation with Bash/Python and Ansible (Terraform a plus); Git workflows.


- Clear documentation, incident/RCA writing, and a calm, service-oriented mindset.


- Some team-lead or mentoring experience and a strong desire to formalize it.

- Kubernetes basics (just enough to partner with DevOps; this is not a DevOps role).


📌 Why this role
- A clear management path while staying deeply technical.


- Direct impact on reliability, security posture, and developer productivity.


- Modern stack, small empowered teams, supportive engineering leadership.


👆How to apply
Send your CV/LinkedIn and a short note about a messy infra you stabilized (what you did, impact) in DM @Goncalvez_Irina
CY iT HR 2026-02-16 09:48 UTC
#vacancy #iвакансия #juniorstaff #limassol

🔥 Wise Wolves Finance are currently looking for a **Junior Customer Support Specialist (Limassol/office/hybrid).
**
☝️We are open to candidates with administrative experience as well as without prior experience.
English proficiency is required.

Responsibilities:

Reviewing documents submitted by clients as part of their onboarding and periodic review checks (assessing completeness of documentation)

Conducting relevant checks and screenings for new clients (individuals and companies) via World-Check, Google, and other sources

Assisting the Head of the Customer Support Department

Entering client data into internal systems

Maintaining and organizing the documentary archive

☝️tg для связи: @Goncalvez_Irina
CY iT HR 2026-02-16 09:48 UTC
#vacancy #iвакансия #juniorstaff #limassol

🔥 Wise Wolves Finance are currently looking for a **Junior Customer Support Specialist (Limassol/office/hybrid).
**
☝️We are open to candidates with administrative experience as well as without prior experience.
English proficiency is required.

Responsibilities:

Reviewing documents submitted by clients as part of their onboarding and periodic review checks (assessing completeness of documentation)

Conducting relevant checks and screenings for new clients (individuals and companies) via World-Check, Google, and other sources

Assisting the Head of the Customer Support Department

Entering client data into internal systems

Maintaining and organizing the documentary archive

☝️tg для связи: @Goncalvez_Irina
CY iT HR 2026-02-10 09:13 UTC
#vacancy #iвакансия #juniorstaff #limassol

🔥 Wise Wolves Finance are currently looking for a **Junior Customer Support Specialist (Limassol/office/hybrid).
**
☝️We are open to candidates with administrative experience as well as without prior experience.
English proficiency is required.

Responsibilities:

Reviewing documents submitted by clients as part of their onboarding and periodic review checks (assessing completeness of documentation)

Conducting relevant checks and screenings for new clients (individuals and companies) via World-Check, Google, and other sources

Assisting the Head of the Customer Support Department

Entering client data into internal systems

Maintaining and organizing the documentary archive

☝️tg для связи: @Goncalvez_Irina
CY iT HR 2026-02-05 09:59 UTC
#vacancy #cyprus #limassol #IT

⚡Tria Group Company (as a part of Wise Wolves Corporation) is looking for Mobile Systems Engineer (Android + iOS)

📌Location: OnSite/Hybrid/Remote
Team: Work closely with Backend, Security, QA, Product Partners: Cryptography/Wallet team, API/Backend teams, Platform/SRE

⚡ About us
We build secure, high-performance mobile components for financial and crypto-native products. Our mobile stack includes Kotlin (Android), Swift (iOS), and performance-critical native C++ libraries (NDK/JNI on Android; Swift/ObjC++ bridging on iOS).
The focus of this role is “backend-like” mobile engineering: cryptographic flows, secure key storage, hardened networking, native library integration, reliability, and automation — not UI feature work.
We’re looking for a senior engineer who can own mobile systems end-to-end: integrating native C++, Rust components, designing secure workflows, building robust service layers, and shipping reliably with strong testing and CI/CD.

What you’ll do
● Own mobile systems architecture (Android + iOS): design and implement non-UI core modules used by the apps.
● Native C++ integration: integrate/extend C++ libraries for cryptography/signing; maintain build toolchains (CMake, Gradle NDK, Xcode); manage ABI compatibility and performance.
● Mobile-to-native bridging:
○ Android: JNI/NDK integration and Kotlin APIs
○ iOS: Swift ↔ ObjC/ObjC++ bridging and Swift-friendly APIs
● Secure mobile development: implement keystore/keychain usage, secure enclaves/secure hardware flows where applicable, secret handling, certificate management, and secure networking (mTLS).
● Transaction/signing flows: build reliable signing request lifecycle, idempotency, retries, state machines, and audit-friendly event logs (without leaking sensitive data).
● Networking & data layer: implement resilient networking (REST/WebSockets/gRPC/Noise where applicable), serialization, caching, offline-safe queueing, and background execution constraints.
● Hardening & integrity: contribute to tamper resistance, runtime integrity checks, attestation/integrity signals where applicable, and secure update/rollout practices.
● Observability & reliability: crash/ANR monitoring, structured logging, performance profiling, and regression prevention.
● CI/CD & releases: build pipelines for Android/iOS (signing, packaging, automated tests), reproducible builds, and fast feedback loops.
● AI-assisted engineering: use Cursor (or similar) for code generation/refactors/tests, with rigorous review, security checks, and deterministic builds.

Must-have experience
● 6+ years in mobile engineering with significant depth in “systems” work (not primarily UI)
● Strong Kotlin (Android) and strong Swift (iOS) for core modules / service layers
● Solid C++ experience, including integrating native libraries into mobile apps
○ Android NDK/JNI and iOS ObjC++/Swift bridging
● Practical mobile security engineering experience: keystore/keychain, secure storage, TLS/mTLS, certificate handling, secure secret handling
● Strong networking fundamentals: REST, WebSockets, TLS, serialization, retries, idempotency
● Build/tooling expertise: Gradle, CMake, NDK toolchains, Xcode build settings, dependency management
● CI/CD ownership: GitHub Actions/GitLab CI, Fastlane, signing & release workflows
● Strong debugging and performance profiling skills across layers (app ↔ native ↔ network)
● REQUIRED: regular use of AI coding tools (Cursor / Copilot / similar) to accelerate delivery (codegen, refactors, tests), with disciplined verification, code review, and security awareness

Nice to have
● Crypto wallet / MPC / signing systems exposure
● gRPC/Protobuf, binary serialization, performance-oriented networking
● Mobile attestation / integrity signals / anti-tampering practices

What this role is NOT
Primarily building UI screens or pixel-perfect layouts
● Primarily React Native / frontend mobile feature development


❣️Send CV in DM @Goncalvez_Irina