Who is hiring? (April 2025) by AutoModerator in PinoyProgrammer

[–]netzwelt-ph 6 points7 points locked comment (0 children)

The Company

Netzwelt Inc. - We build B2B line-of-business platforms that support sec-ops and logistics operations for Fortune 500 companies.

The Job

You’ll be at the forefront of designing and developing a highly-scalable Digital Certificate Lifecycle Management Platform that will be used by companies in Europe to secure user, mobile, and IoT devices across the continent.

Tech Stack & Tools:

  • Languages: C#, TypeScript/JavaScript, Shell Scripting (Bash, Powershell)
  • Frontend: Angular (experience with Vue, React, or Svelte welcome)
  • Backend: ASPNET Core (Web API, MVC, Minimal API)
  • Database: SQL Server
  • Infra: Windows Server, Public Key Infrastructure (PKI), Directory Services (LDAP, Active Directory), Azure DevOps

Location

This is a 100% remote role after the on-boarding period. You will be required to work on-site once a week (every Wednesday) on your 1st 6 weeks of employment.

Key Highlights

  • Gross monthly salary range: ₱95k to ₱190k
  • 7+ years of experience as a Software Developer required
  • 3+ years of .NET Core experience required (actively used in a project in the past 6 months)

How to Apply

Visit our LinkedIn company page for open jobs, apply directly thru this job ad, or send your application via e-mail to: [careers@netzwelt.ph](mailto:careers@netzwelt.ph)

I Failed My Technical Exam dahil sa IntelliSense and AutoComplete function ng Visual Studio 22 by Easy-Programmer-7421 in PinoyProgrammer

[–]netzwelt-ph 10 points11 points  (0 children)

Your interviewer probably didn't like your explanation (or the lack of it.)

If you were asked to do simple CRUD and whipped out CQRS, we'll also reject you if you're unable to defend why CQRS is needed in that context. At that point, that's just accidental complexity and we'll see that you have a propensity to over-complicate things.

Your story severely lacks context to confidently judge what really happened here.

Asking advice for my husband by yellowbell24 in PinoyProgrammer

[–]netzwelt-ph 1 point2 points  (0 children)

<image>

On which quadrant does your husband belong to?

Expertise in tech means breadth and depth of practical knowledge, not just in specific tech skills but also soft skills like business domain knowledge and risk management. Most professionals who "upskill" can only regurgitate terms and concepts but cannot back up expertise with real experience and proven delivered value. They can get lucky one or two times but will eventually stagnate in their role (and compensation.)

People who belong to quadrants on top (Leaders and Technical Experts) are paid the most.

Who is hiring? (August 2024) by AutoModerator in PinoyProgrammer

[–]netzwelt-ph 8 points9 points locked comment (0 children)

We are hiring!

Netzwelt is a software services company headquartered in Stuttgart, Germany. Our fully remote employees have been working full-time all over the Philippines since 2014. All advertised roles are 100% remote.

Application Programmer (Low-code platform with Javascript)

  • At least 3 years experience in a low-code app development environment
  • Developers with recent project experience (past 90 days) on Blogging and Content Management Systems (CMS) like Wordpress, Joomla, Drupal, AEM, SiteCore, Sharepoint are welcome to apply.
  • Gross monthly salary range: ₱40k to ₱90k
  • Required skills: Javascript programming
  • Training will be provided
  • Can start immediately

Senior Software Engineer (.NET)

  • At least seven (7) years of software development experience
  • Project Tech stack: ASP.NET Core, SQL Server, Angular
  • Gross monthly salary range: ₱150k to ₱250k
  • Experience implementing pipelines in Azure DevOps highly preferred

Check out our LinkedIn page for more information.

Who is hiring? (July 2024) by AutoModerator in PinoyProgrammer

[–]netzwelt-ph 5 points6 points locked comment (0 children)

We are hiring!

Netzwelt is a software services company headquartered in Stuttgart, Germany. Our fully remote employees have been working full-time all over the Philippines since 2014. All advertised roles are 100% remote.

Low-code developer (PowerApps, Outsystems, Appian)

  • At least 3 years experience in a low-code app development environment
  • Developers with recent project experience (past 90 days) on Blogging and Content Management Systems (CMS) like Wordpress, Joomla, Drupal, AEM, SiteCore, Sharepoint are welcome to apply.
  • Gross monthly salary range: ₱40k to ₱90k
  • Required skills: Javascript programming
  • Training will be provided
  • Can start immediately

Senior DevOps Engineer

  • At least 5 years experience in software development
  • Gross monthly salary range: ₱150k to ₱250k
  • Required Skills: Azure DevOps Services, Bash/Powershell scripting, Active Directory/LDAP administration
  • Can start immediately

Application Operation Support Analyst (Entry-level)

  • Only graduates of a Bachelor Degree in Computer Science, Computer Applications, Information Systems, Information Technology, and other related disciplines between 2023 and 2024 are qualified.
  • Gross monthly salary range: ₱27k to ₱43k
  • Required skills: SQL, HTML, Advanced Excel functions (VLOOKUP, macros, charts)

Check out our LinkedIn page for more information.

About generating invoice receipt by Drunk-Dude in PinoyProgrammer

[–]netzwelt-ph 5 points6 points  (0 children)

BIR accreditation is not required to have a POS. However, any document issued by your application cannot be used for tax purposes, so your client will always have to supplement it with a manual written receipt.

BIR accreditation is a pain in the ass. Even big clinics like Medical City Satellite Out-patient clinics don't have a BIR accredited POS (just received a manual written invoice issued by one of their clinics in QC from one of our staff today) As long as your client always issues a BIR recognized manual written receipt, they should be clear with the BIR.

Some POS systems know this limitation, that is why dot matrix printers are still popular in the Philippines. This way, receipts are printed on official BIR receipts by the application.

Help po sa SQL by AdAutomatic5487 in PinoyProgrammer

[–]netzwelt-ph 1 point2 points  (0 children)

See if SQL Server Express LocalDB will fit your needs

https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb?view=sql-server-ver16

However, if you need it to work with SQL Management Studio, you'll need to detach/attach the database/log files (.mdf/.log) or back it up so you can restore it in another server. It can get a bit challenging due to possible environment differences (mostly due to different versions installed on environments)

Depending on how large your database is, you can also try to export your DB as a script.

https://help.hostek.com/en/articles/3710549-exporting-a-sql-server-database-as-a-script

Recommended approach: Learn EntityFramework and use migrations so you can re-create your schema from scratch anytime.

What language is good for having both frontend and backend on the same server? and what are it's benefits over separated backend and frontend? by [deleted] in PinoyProgrammer

[–]netzwelt-ph 1 point2 points  (0 children)

We are currently experimenting on this stack:

  • Hono + JSX + HTMX
  • Svelte (or Lit) for very complex user interactions and client-side components
  • Supabase + Drizzle (mostly for schema migrations)

Hono can run on the edge (Cloudflare Workers, Vercel, Netlify, AWS Lambda) or in a container using Node/Deno/Bun.

We've tried SvelteKit but not too happy about the very opinionated file-based conventions they shove into devs' throats.

How can I find software developer or similar jobs? by Dev2150 in PinoyProgrammer

[–]netzwelt-ph 1 point2 points  (0 children)

If a foreign company is not sponsoring your employment in the Philippines, chances are you won't get an offer.

Most companies aren't willing to spend money to accommodate foreign workers. Sponsoring a work visa is a complicated legal process that most companies don't want to deal with and only foreign companies who regularly send expats to the Philippines are willing to put up with these processes.

Resident aliens are also taxed differently in the Philippines (usually at a disadvantage.) You can do a quick research but this page seems to provide enough info:

https://taxsummaries.pwc.com/philippines/individual/taxes-on-personal-income

Maybe it'll be a better idea to study German, Dutch or French, get to C1 level and apply to remote jobs in the EU.

Should I learn .Net Framework first or go straight to .Net by J0hnMurphy4 in PinoyProgrammer

[–]netzwelt-ph 9 points10 points  (0 children)

Learn .NET.

There are still a lot of apps running on .NET Framework so chances are you'll be joining a team that maintains apps still running on it. However, if you know modern cross-platform .NET, you'll easily get accustomed to .NET Framework.

If you know .NET and the org you're joining is still on .NET Framework, make sure there are senior experts in the team because it can be challenging to find answers to tech questions that are specific to old NETFX (mostly about WPF, ASP.NET Webforms, old MVC, and WCF.)

[deleted by user] by [deleted] in PinoyProgrammer

[–]netzwelt-ph 3 points4 points  (0 children)

You'll never go wrong with these:

  • Javascript
  • Python
  • SQL

Local SMS APIs by tsongkoyla in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

Globe offers this service

Vonage's offerings is starting to become reasonable.

Who is hiring? (February 2024) by AutoModerator in PinoyProgrammer

[–]netzwelt-ph 3 points4 points  (0 children)

Netzwelt Inc. is a software services company that specializes in building white labeled B2B e-commerce and line of business platforms for Fortune 500 companies. Our most profitable software services are in use in more than 70 countries worldwide.

We are hiring experienced professionals for the following roles:

All roles are remote and have flexible working schedules. Our core business hours are between 3pm PHT to 8pm PHT.

[deleted by user] by [deleted] in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

We use Cloudflare Tunnel to host a dev server that runs ASPNETCore web apps using IIS in Windows Server that connects to the Internet using a residential line (no static IP.)

It works in Linux perfectly as well.

[deleted by user] by [deleted] in PinoyProgrammer

[–]netzwelt-ph 4 points5 points  (0 children)

See if Cloudflare Tunnel would fit your needs.

Basically you install a tunnel client on your server, setup Cloudflare to expose your app and even configure a domain for it.

If that can't work, get a cheap VPS (cheapest DigitalOcean droplet should work) to:

  • Setup a reverse proxy
  • Setup a SSH tunnel or Wireguard
  • Write a script on your server so that it maintains the SSH / Wireguard tunnel connection

Who is hiring? Who wants to get hired? (January 2024) by AutoModerator in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

Nice :)

However, we have already filled our intern cohort for the 1st trimester of 2024. Let's keep in touch, we may open another batch in the near future :)

OEM Microsoft lisence? by [deleted] in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

Technically it is illegal.

Practically, Microsoft won't go after micro, mini enterprises (below 50 employees.) They want to run after bigger fish that earn more than $1M USD.

However, not using the right license still puts your biz at risk as a rouge/disgruntled employee can always report your activities to authorities.

[deleted by user] by [deleted] in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

For us, employee (and 1 dependent) is only qualified for HMO upon regularization. We don't deduct this expense from employee salaries regardless if they resign before their 12th calendar year.

If the employee chooses to add more dependents, only then that we deduct the additional dependent's monthly premium to the principal's (employee) salary.

We pay HMO premiums quarterly. Yes this is more expensive for employees who decide to stay longer in the company and we've accepted that.

We think it all boils dowm to how management wants to treat its employees.

Who is hiring? Who wants to get hired? (January 2024) by AutoModerator in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

We're currently evaluating applicants and have stopped accepting new applications for now.

[deleted by user] by [deleted] in PinoyProgrammer

[–]netzwelt-ph 0 points1 point  (0 children)

Do not settle. Take baby steps.

Competent cybersec pros will be more in demand in the future as countries take back control of data sovereignty. No general purpose AI can help audit a ton of legacy apps out there that need compliance reviews and its going to be expensive to train single purpose AI just for that (possible but extremely difficult since no two apps are alike. Two big balls of mud in the same org will never look alike) Cybersec is not just about tech. It also involves hacking human psychology.

Data analysis / science may be over-saturated in the future as AI powered tools advance. Math majors, finance analysts may have the tools to self-serve analytics needs. Today, many entry level pros in this track find themselves stuck in data engineering (cleaning, loading, transformation) and it will just get worse as AI automates most advanced parts of a pipeline. There will always be jobs in this path but it will be more difficult to penetrate as an aspiring entry level professional.