mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-12 17:03:33 +00:00
Compare commits
63 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6479f4af3 | ||
|
|
77347c1890 | ||
|
|
8c69c7a887 | ||
|
|
ac79c18b09 | ||
|
|
663cd3d349 | ||
|
|
5f720b8928 | ||
|
|
242fc5bcb7 | ||
|
|
1ee8f0d5de | ||
|
|
1d14bfe765 | ||
|
|
e4fd9ae1a7 | ||
|
|
8784f379eb | ||
|
|
81fc15a541 | ||
|
|
1a0ae2502b | ||
|
|
de20fd9283 | ||
|
|
741fea1f7b | ||
|
|
001610bbc3 | ||
|
|
773aad8749 | ||
|
|
4a9a4ddbee | ||
|
|
471a1ee9da | ||
|
|
2195f6621d | ||
|
|
ff8f98fd7a | ||
|
|
4907cd3792 | ||
|
|
fe06cc38bc | ||
|
|
767c9a8ed6 | ||
|
|
2049638e13 | ||
|
|
6bb7038cc7 | ||
|
|
8c10561e86 | ||
|
|
1e223e6a26 | ||
|
|
d71d0a188c | ||
|
|
d75eedbebb | ||
|
|
e730ee89fe | ||
|
|
5d40fcbae9 | ||
|
|
2437242126 | ||
|
|
423ee1c991 | ||
|
|
00bd84bd6f | ||
|
|
0cb68e7486 | ||
|
|
9f98b96c68 | ||
|
|
ba95db768d | ||
|
|
edc84f4e89 | ||
|
|
e5f83801d9 | ||
|
|
9e1ab195c6 | ||
|
|
4e97f5fc3e | ||
|
|
52a5c4bdff | ||
|
|
5f766518e8 | ||
|
|
aa060b10a4 | ||
|
|
335cf15064 | ||
|
|
938e37c720 | ||
|
|
36c8c0c65d | ||
|
|
aff1533f7f | ||
|
|
f5b1f83ff6 | ||
|
|
d3cf581c2b | ||
|
|
b87b488aee | ||
|
|
ef3607a3d3 | ||
|
|
07ffb3a44d | ||
|
|
0b188b4fd7 | ||
|
|
d140e00816 | ||
|
|
9572fbc0e2 | ||
|
|
3f9c52a36f | ||
|
|
5630936188 | ||
|
|
d760bb5008 | ||
|
|
538bc6083a | ||
|
|
cdc6d9cc89 | ||
|
|
df22bd90f1 |
60
.github/workflows/build.yml
vendored
60
.github/workflows/build.yml
vendored
@@ -11,50 +11,44 @@ on:
|
||||
# ... and every night
|
||||
#- cron: '0 0 * * *'
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: j178/prek-action@v1.1.1
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Cache pip
|
||||
uses: actions/cache@v2
|
||||
python-version: "3.13"
|
||||
enable-cache: true
|
||||
- run: uv sync
|
||||
- run: make -j3 PYTHON="uv run python"
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
${{ runner.os }}-
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
python -m pip install -r requirements.txt
|
||||
- name: Build
|
||||
run: make -j3
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
node-version: "20"
|
||||
cache: yarn
|
||||
cache-dependency-path: analysaattori/yarn.lock
|
||||
- run: yarn
|
||||
working-directory: analysaattori
|
||||
- run: yarn build
|
||||
- run: yarn build -- --base=/palkkakysely/analysaattori/
|
||||
working-directory: analysaattori
|
||||
env:
|
||||
GENERATE_SOURCEMAP: 'false'
|
||||
- run: cp -a analysaattori/build ./out/analysaattori
|
||||
GENERATE_SOURCEMAP: "false"
|
||||
- run: cp -a analysaattori/dist ./out/analysaattori
|
||||
- run: ls -laR out
|
||||
- run: touch out/.nojekyll
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.0.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: out
|
||||
clean: false
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
env:
|
||||
GIT_AUTHOR_EMAIL: "koodiklinikka-robot@example.com"
|
||||
GIT_AUTHOR_NAME: "Koodiklinikka Robot"
|
||||
GIT_COMMITTER_EMAIL: "koodiklinikka-robot@example.com"
|
||||
GIT_COMMITTER_NAME: "Koodiklinikka Robot"
|
||||
|
||||
15
.pre-commit-config.yaml
Normal file
15
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
minimum_pre_commit_version: 2.15.0
|
||||
ci:
|
||||
autofix_prs: false
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: b969e2851312ca2b24bbec879ba4954341d1bd12 # frozen: v0.15.5
|
||||
hooks:
|
||||
- id: ruff-check
|
||||
args:
|
||||
- --fix
|
||||
- id: ruff-format
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v3.1.0
|
||||
hooks:
|
||||
- id: prettier
|
||||
2
.prettierignore
Normal file
2
.prettierignore
Normal file
@@ -0,0 +1,2 @@
|
||||
# prettier doesn't understand jinja, the poor thing
|
||||
template/*.html
|
||||
22
LICENSE
Normal file
22
LICENSE
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2021-2023 Aarni Koskela <akx@iki.fi>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
38
Makefile
38
Makefile
@@ -1,27 +1,29 @@
|
||||
.PHONY: data/results.xlsx data/results.tsv
|
||||
YEAR := 2025
|
||||
DATA_DIR := data/${YEAR}
|
||||
OUT_DIR := out/${YEAR}
|
||||
PYTHON := python3
|
||||
|
||||
out: all-data copy-raw-data copy-massaged-data static charts profiling
|
||||
export DATA_DIR
|
||||
export OUT_DIR
|
||||
export YEAR
|
||||
|
||||
copy-raw-data: all-data
|
||||
cp data/results.xlsx out/raw.xlsx
|
||||
cp data/results.tsv out/raw.tsv
|
||||
|
||||
copy-massaged-data: all-data
|
||||
python copy_massaged_data.py
|
||||
all: all-data copy-raw-data massage charts profiling
|
||||
|
||||
static: all-data
|
||||
python massage_templates.py
|
||||
$(OUT_DIR):
|
||||
mkdir -p $(OUT_DIR)
|
||||
|
||||
copy-raw-data: all-data $(OUT_DIR)
|
||||
cp $(DATA_DIR)/data.tsv $(OUT_DIR)/raw.tsv
|
||||
cp $(DATA_DIR)/data.xlsx $(OUT_DIR)/raw.xlsx
|
||||
|
||||
massage: all-data
|
||||
$(PYTHON) -m pulkka.massage_outputs
|
||||
|
||||
charts: all-data
|
||||
python generate_charts.py
|
||||
$(PYTHON) -m pulkka.generate_charts
|
||||
|
||||
profiling: all-data
|
||||
python generate_profiling.py
|
||||
$(PYTHON) -m pulkka.generate_profiling
|
||||
|
||||
all-data: data/results.xlsx data/results.tsv
|
||||
|
||||
data/results.xlsx:
|
||||
curl -fsSL -o $@ "https://docs.google.com/spreadsheets/d/1l-Zgf1HqaFGd8gRA8kQzaxJ3R7eJy29ORUS8pr5o0nk/export?format=xlsx"
|
||||
|
||||
data/results.tsv:
|
||||
curl -fsSL -o $@ "https://docs.google.com/spreadsheets/d/1l-Zgf1HqaFGd8gRA8kQzaxJ3R7eJy29ORUS8pr5o0nk/export?format=tsv"
|
||||
all-data: $(DATA_DIR)/data.tsv $(DATA_DIR)/data.xlsx
|
||||
|
||||
22
analysaattori/.eslintrc.js
Normal file
22
analysaattori/.eslintrc.js
Normal file
@@ -0,0 +1,22 @@
|
||||
module.exports = {
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
sourceType: "module",
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
},
|
||||
settings: {
|
||||
react: {
|
||||
version: "detect",
|
||||
},
|
||||
},
|
||||
extends: [
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:react-hooks/recommended",
|
||||
"plugin:react/recommended",
|
||||
"prettier",
|
||||
],
|
||||
rules: {},
|
||||
};
|
||||
2
analysaattori/.gitignore
vendored
2
analysaattori/.gitignore
vendored
@@ -9,7 +9,7 @@
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
/dist
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="icon" href="./favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Web site created using create-react-app" />
|
||||
<script src="https://cdn.plot.ly/plotly-latest.min.js" charset="utf-8"></script>
|
||||
<title>Palkka-analysaattori</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,25 +4,40 @@
|
||||
"private": true,
|
||||
"homepage": "https://koodiklinikka.github.io/palkkakysely/analysaattori/",
|
||||
"dependencies": {
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-pivottable": "^0.11.0",
|
||||
"react-plotly.js": "^2.5.1",
|
||||
"react-scripts": "4.0.2",
|
||||
"swr": "^0.4.2",
|
||||
"typescript": "^4.1.5"
|
||||
"@dnd-kit/core": "^6.0.8",
|
||||
"@dnd-kit/sortable": "^7.0.2",
|
||||
"@dnd-kit/utilities": "^3.2.1",
|
||||
"@imc-trading/react-pivottable": "^0.2.13",
|
||||
"immutability-helper": "^3.1.1",
|
||||
"plotly.js-dist": "^2.26.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-plotly.js": "^2.6.0",
|
||||
"swr": "^2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.7.1",
|
||||
"@types/plotly.js": "^2.12.27",
|
||||
"@types/react": "^18.2.23",
|
||||
"@types/react-dom": "^18.2.8",
|
||||
"@types/react-plotly.js": "^2.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
||||
"@typescript-eslint/parser": "^6.7.3",
|
||||
"@vitejs/plugin-react-swc": "^3.4.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"prettier": "^3.0.3",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"serve": "vite preview",
|
||||
"lint": "eslint .",
|
||||
"prettify": "prettier --write ."
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
@@ -36,9 +51,5 @@
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/plotly.js": "^1.54.8",
|
||||
"@types/react-plotly.js": "^2.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,25 +1,34 @@
|
||||
import React from 'react';
|
||||
import PivotTableUI from 'react-pivottable/PivotTableUI';
|
||||
import 'react-pivottable/pivottable.css';
|
||||
import TableRenderers from 'react-pivottable/TableRenderers';
|
||||
import createPlotlyComponent from 'react-plotly.js/factory';
|
||||
import createPlotlyRenderers from 'react-pivottable/PlotlyRenderers';
|
||||
import useSWR from "swr/esm";
|
||||
import React from "react";
|
||||
import "@imc-trading/react-pivottable/pivottable.css";
|
||||
import {
|
||||
PivotTableUI,
|
||||
TableRenderers,
|
||||
createPlotlyRenderers,
|
||||
} from "@imc-trading/react-pivottable";
|
||||
import createPlotlyComponent from "react-plotly.js/factory";
|
||||
import Plotly from "plotly.js-dist/plotly";
|
||||
import useSWR from "swr";
|
||||
|
||||
const Plot = createPlotlyComponent(window.Plotly);
|
||||
const Plot = createPlotlyComponent(Plotly);
|
||||
const PlotlyRenderers = createPlotlyRenderers(Plot);
|
||||
const renderers = Object.assign({}, TableRenderers, PlotlyRenderers);
|
||||
|
||||
const fetcher = (url: string) => fetch(url).then((res) => res.json());
|
||||
|
||||
function App() {
|
||||
const qs = new URLSearchParams(window.location.search);
|
||||
const url = qs.get("url") || "/palkkakysely/data.json";
|
||||
const [pivotState, setPivotState] = React.useState({});
|
||||
const dataSwr = useSWR(qs.get("url") || "/palkkakysely/data.json");
|
||||
const dataSwr = useSWR(url, fetcher, { revalidateOnFocus: false });
|
||||
if (!dataSwr.data) {
|
||||
if (dataSwr.error) {
|
||||
return <>Virhe ladatessa dataa: {`${dataSwr.error}`}</>;
|
||||
return (
|
||||
<>
|
||||
Virhe ladatessa dataa {url}: {`${dataSwr.error}`}
|
||||
</>
|
||||
);
|
||||
}
|
||||
return <>Ladataan...</>;
|
||||
return <>Ladataan {url}...</>;
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
import React from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import App from "./App";
|
||||
|
||||
ReactDOM.render(
|
||||
const container = document.getElementById("root");
|
||||
const root = createRoot(container!);
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById('root')
|
||||
);
|
||||
|
||||
1
analysaattori/src/react-app-env.d.ts
vendored
1
analysaattori/src/react-app-env.d.ts
vendored
@@ -1 +0,0 @@
|
||||
/// <reference types="react-scripts" />
|
||||
5
analysaattori/src/react-pivottable.d.ts
vendored
5
analysaattori/src/react-pivottable.d.ts
vendored
@@ -1,3 +1,2 @@
|
||||
declare module "react-pivottable/PivotTableUI";
|
||||
declare module "react-pivottable/TableRenderers";
|
||||
declare module "react-pivottable/PlotlyRenderers";
|
||||
declare module "@imc-trading/react-pivottable";
|
||||
declare module "plotly.js-dist/plotly";
|
||||
|
||||
1
analysaattori/src/vite-env.d.ts
vendored
Normal file
1
analysaattori/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
@@ -1,11 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
@@ -20,7 +16,5 @@
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
7
analysaattori/vite.config.ts
Normal file
7
analysaattori/vite.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
12073
analysaattori/yarn.lock
12073
analysaattori/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -1,18 +0,0 @@
|
||||
from data_ingest import read_data
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
df.to_html("out/data.html", index=False)
|
||||
df.to_csv("out/data.csv", index=False)
|
||||
df.to_excel("out/data.xlsx", index=False)
|
||||
df.to_json(
|
||||
"out/data.json",
|
||||
orient="records",
|
||||
date_format="iso",
|
||||
force_ascii=False,
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -493,3 +493,10 @@ Timestamp Missä kaupungissa työpaikkasi pääasiallinen toimisto sijaitsee? Ik
|
||||
2/25/2021 21:17:36 PK-Seutu (Helsinki, Espoo, Vantaa) 31-35 v Mies 10 Työntekijä / palkollinen 100% Full-stack ohjemistokehittäjä Pääosin tai kokonaan toimistolla 4600 58000 Kyllä
|
||||
2/26/2021 9:33:00 Oulu 46-50 v Mies 21 Työntekijä / palkollinen 100% Backend-koodari Pääosin tai kokonaan etätyö 5000 70000 Kyllä Nokia
|
||||
2/26/2021 12:16:20 Tampere 36-40 v Mies 15 Työntekijä / palkollinen 100% Ohjelmistosuunnittelija Pääosin tai kokonaan toimistolla 4300 53750 Ei Gofore
|
||||
2/26/2021 12:21:52 Tampere 31-35 v Mies 11 Freelancer 100% frontend Pääosin tai kokonaan etätyö 157300 Kyllä
|
||||
2/26/2021 12:46:37 PK-Seutu (Helsinki, Espoo, Vantaa) 31-35 v M 11 Työntekijä / palkollinen 100% Arkkitehti Pääosin tai kokonaan toimistolla 6500 81250 Kyllä Siili
|
||||
2/26/2021 12:47:26 PK-Seutu (Helsinki, Espoo, Vantaa) 31-35 v Nainen 3 Työntekijä / palkollinen 100% Full-stack Noin 50/50 hybridimalli 3800 - Ei
|
||||
2/26/2021 13:24:36 PK-Seutu (Helsinki, Espoo, Vantaa) 31-35 v Mies Työntekijä / palkollinen 100% Ohjelmistokehittäjä Noin 50/50 hybridimalli 75000 Kyllä Vincit
|
||||
2/26/2021 16:28:30 Tampere 41-45 v Mies 20 Työntekijä / palkollinen 100% full-stack Pääosin tai kokonaan toimistolla 4800 61000 Kyllä
|
||||
2/27/2021 12:38:01 Tampere 31-35 v Mies 9 Työntekijä / palkollinen 100% backend ja devops Pääosin tai kokonaan etätyö 4270 54000 Ei
|
||||
2/27/2021 17:49:25 Kouvola 31-35 v Mies 2 Työntekijä / palkollinen 100% Full-stack Ohjelmistosuunnittelija Pääosin tai kokonaan etätyö 2800 Ei
|
||||
|
Can't render this file because it contains an unexpected character in line 232 and column 265.
|
BIN
data/2021/results.xlsx
Normal file
BIN
data/2021/results.xlsx
Normal file
Binary file not shown.
686
data/2022/results.tsv
Normal file
686
data/2022/results.tsv
Normal file
@@ -0,0 +1,686 @@
|
||||
Timestamp Oletko palkansaaja vai laskuttaja? Ikä Sukupuoli Työkokemus Montako vuotta olet tehnyt laskuttavaa työtä alalla? Mitä palveluja tarjoat? Tuntilaskutus (ALV 0%, euroina) Vuosilaskutus (ALV 0%, euroina) Hankitko asiakkaasi itse suoraan vai käytätkö välitysfirmojen palveluita? Mistä asiakkaat ovat? Työpaikka Missä kaupungissa työpaikkasi pääasiallinen toimisto sijaitsee? Millaisessa yrityksessä työskentelet Työaika (jos työsuhteessa) Rooli Etänä vai lähityössä? Kuukausipalkka (brutto, euroina) Vuositulot (sis. bonukset, osingot yms, euroina) Vapaa kuvaus kokonaiskompensaatiomallista Onko palkkasi nykyroolissasi mielestäsi kilpailukykyinen? Vapaa sana Ideoita ensi vuoden kyselyyn
|
||||
26/09/2022 16:34:44 Palkansaaja 31-35 v Mies 13 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend Jotain siltä väliltä 6500 260000 Palkka, päivystyskorvaukset, bonus 0-100% vuosipalkasta, osakkeet (myynti ja osingot) Kyllä
|
||||
26/09/2022 16:35:50 Palkansaaja 31-35 v Mies 12 - PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Teknologiajohtaja Jotain siltä väliltä 6500 81250 Kyllä
|
||||
26/09/2022 16:37:21 Palkansaaja 31-35 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 9000 117000 Kyllä
|
||||
26/09/2022 16:38:47 Palkansaaja 31-35 v Mies 16 Turku Tuotetalossa, jonka core-bisnes on softa 100% full-stack-ohjelmistokehittäjä Jotain siltä väliltä 5000 62500 Ei
|
||||
26/09/2022 16:39:48 Palkansaaja 36-40 v Mies 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Devaaja Jotain siltä väliltä 5100 63750 Ei
|
||||
26/09/2022 16:41:10 Laskuttaja 26-30 v Mies 6 1 Data-analytiikka, Arkkitehtuuri, Data Engineering, 90 160000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 16:43:39 Laskuttaja 26-30 v mies 6 10 Fullstack 80 100000 Itse Suomesta, Ulkomailta Lykkyä tykö vapaakenttien normalisointiin! Tämä oli mukavan lyhyt ja ytimekäs
|
||||
26/09/2022 16:44:28 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 7500 90000 Kyllä
|
||||
26/09/2022 16:44:49 Palkansaaja 31-35 v Mies 12 Vaasa Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä full-stack, laitteistokehitys, tekoäly/koneoppiminen Pääosin tai kokonaan etätyö 3700 48000 Kuukausipalkka + vaihtelevan kokoinen joulubonus Kyllä
|
||||
26/09/2022 16:45:12 Palkansaaja 31-35 v Mies 4 Visma Tampere Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 4600 57500 Kyllä
|
||||
26/09/2022 16:45:45 Palkansaaja 36-40 v Mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Jotain siltä väliltä 4300 55000 Ei
|
||||
26/09/2022 16:46:31 Palkansaaja 36-40 v 1 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Software-engineer Pääosin tai kokonaan toimistolla 3500 45000 Kyllä
|
||||
26/09/2022 16:46:54 Palkansaaja 26-30 v nainen 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Lead Developer Jotain siltä väliltä 5500 68750 osakkeita Ei
|
||||
26/09/2022 16:48:57 Laskuttaja 36-40 v Mies 14 1 Full-stack developer ja arkkitehti 95 150000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 16:49:55 Palkansaaja 31-35 v Mies 0 Talenom Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 2600 32500 Kyllä
|
||||
26/09/2022 16:51:48 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack / Arkkitehti Pääosin tai kokonaan etätyö 5000 62500 Nolla Ei
|
||||
26/09/2022 16:52:42 Palkansaaja 26-30 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full-stack fronttipainotuksella Pääosin tai kokonaan toimistolla 5100 63750 Lisäksi henkilöstöannin kautta osakkeita käytännössä verojen hinnalla (startup) - vaikea arvioida määrää Kyllä
|
||||
26/09/2022 16:56:41 Palkansaaja 26-30 v Mies 8 Turku Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 4150 56500
|
||||
26/09/2022 17:01:29 Palkansaaja 31-35 v M 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior Software Developer Pääosin tai kokonaan etätyö 5500 70000 Osakkeita pienehkö positio Ei
|
||||
26/09/2022 17:02:54 Laskuttaja 31-35 v Mies 8 1 Full stack 90 75000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 17:05:04 Palkansaaja 36-40 v Mies 14 Tuotetalossa, jonka core-bisnes on softa 100% Fullstack Pääosin tai kokonaan etätyö 8000 100000 Optioita Kyllä
|
||||
26/09/2022 17:05:24 Palkansaaja 31-35 v Mies 6 Gofore Turku Konsulttitalossa 100% Cloud specialist Pääosin tai kokonaan etätyö 3500 43750 Ei 5/5 hyvää duunia
|
||||
26/09/2022 17:06:37 Palkansaaja 31-35 v 11 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Pääosin tai kokonaan etätyö 9400 135000 Palkka+osakkeet+bonus+optiot Kyllä
|
||||
26/09/2022 17:07:08 Palkansaaja 36-40 v Mies 5 Oulu Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5800 72500 Kyllä
|
||||
26/09/2022 17:08:16 Palkansaaja 26-30 v Mies 9 Turku Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 4300 54000 Ei
|
||||
26/09/2022 17:10:12 Palkansaaja 36-40 v Mies 13 Vincit Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 5600 70000 Ei
|
||||
26/09/2022 17:11:52 Laskuttaja 31-35 v Mies 7 4 Devausta ja projarointia 120 200000 Itse Suomesta
|
||||
26/09/2022 17:14:05 Palkansaaja 41-45 v 22 Oulu Konsulttitalossa 100% Fullstack devaaja Omasta tahdosta pääosin toimistolla 6400 83000 Kyllä
|
||||
26/09/2022 17:14:35 Palkansaaja 36-40 v Mies 17 Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5400 100000 Kuukausipalkka + laskutukseen perustuvat bonukset Kyllä
|
||||
26/09/2022 17:15:16 Palkansaaja 36-40 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Staff Engineer Pääosin tai kokonaan etätyö 6250 78125 Kokonaiskompensaatiosta noin kolmasosa optioita Kyllä
|
||||
26/09/2022 17:20:24 Palkansaaja 36-40 v Miesoletettu 3 Turku Konsultointia ja omaa softaa 100% Ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 3100 39000 Ei
|
||||
26/09/2022 17:20:31 Palkansaaja 41-45 v Mies 25 Wunderdog PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 6600 90000 Kyllä
|
||||
26/09/2022 17:24:27 Palkansaaja 21-25 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 6000 75000 Optioita 0,3% firmasta Kyllä
|
||||
26/09/2022 17:27:13 Palkansaaja 26-30 v Mies 5 HSL Helsingin seudun liikenne PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Data-arkkitehti Jotain siltä väliltä 4950 62000 Kyllä
|
||||
26/09/2022 17:31:41 Palkansaaja 41-45 v Mies 18 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Principal Engineer / Team Lead Jotain siltä väliltä 7100 96000 Kyllä
|
||||
26/09/2022 17:38:55 Palkansaaja 36-40 v Mies 12 Etänä piilaaksoon Tuotetalossa, jonka core-bisnes on softa 80% Tutkimuspäällikkö Pääosin tai kokonaan etätyö 160000 115000€ peruspalkka, 20000€ ylimääräinen eläke-etuus, 15000€ bonukset, optioiden arvo saattaa olla mitä tahansa väliltä 0-20000€ Kyllä
|
||||
26/09/2022 17:44:59 Palkansaaja 31-35 v Nainen 10 Jyväskylä Mainos/digitoimisto 100% Team Lead Pääosin tai kokonaan etätyö 4500 58000 Ei
|
||||
26/09/2022 17:49:13 Palkansaaja 36-40 v Mies 12 Mavericks PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 6800 85000 Kyllä
|
||||
26/09/2022 17:50:21 Palkansaaja 36-40 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 5400 100000 Pohjapalkan lisäksi puolivuosittain maksettavat laskutusperusteiset bonukset/osingot. Kyllä
|
||||
26/09/2022 17:53:40 Palkansaaja 51-55 v Mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Devops Engineer Pääosin tai kokonaan etätyö 5700 68400 Kyllä
|
||||
26/09/2022 18:08:23 Palkansaaja 31-35 v Mies 7 Jyväskylä Konsulttitalossa 100% Backend developer Pääosin tai kokonaan etätyö 4200 52500 Kyllä
|
||||
26/09/2022 18:12:13 Palkansaaja 31-35 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior full-stack developer Pääosin tai kokonaan etätyö 4550
|
||||
26/09/2022 18:15:01 Palkansaaja 36-40 v mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80% Full-stack devaaja Pääosin tai kokonaan etätyö 5000 62000 Kyllä
|
||||
26/09/2022 18:15:24 Palkansaaja 26-30 v Mies 5 Turku Konsulttitalossa 100% Arkkitehti Pääosin tai kokonaan toimistolla 4750 50000 Kyllä
|
||||
26/09/2022 18:15:30 Palkansaaja 36-40 v Mies 13 Fintech-firma Toimisto Lontoossa, teen itse etänä Tuotetalossa, jonka core-bisnes on softa 100% Arkkitehti Pääosin tai kokonaan etätyö 156000 Peruspalkka 50%, loput bonusta ja osakkeita Kyllä Laskutan palkan firmani kautta Kiinnostaisi tietää mitä kautta ihmiset löysivät työnsä.
|
||||
26/09/2022 18:20:35 Palkansaaja 31-35 v Mies 7 Turku Konsulttitalossa 100% DevOps / SRE Pääosin tai kokonaan toimistolla 5900 78000 Osinko + vuosibonus Ei
|
||||
26/09/2022 18:27:28 Palkansaaja 31-35 v Nainen 7 Valtion tutkimuslaitos PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Tutkija, projektipäällikkö Pääosin tai kokonaan toimistolla 3900 49000 Ei Vastasin kyselyyn ns. päätyönantajani mukaan. Omaani vastaavissa tehtävissä suhteellisen usein saatetaan kuitenkin keikkailla startupeissa tms. osa-aikaisesti päätyön lisäksi. Kahden työpaikan ujuttaminen vastauksiin ei onnistunut.
|
||||
26/09/2022 18:28:21 Palkansaaja 31-35 v Mies 10 Tampere Konsulttitalossa 100% full-stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 7000 87500 Kyllä
|
||||
26/09/2022 18:29:28 Palkansaaja 36-40 v Mies 14 Oulu 100% Pääosin tai kokonaan etätyö 8500 115000 Kk-palkka + bonus Kyllä
|
||||
26/09/2022 18:30:22 Palkansaaja 36-40 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 6200 95000 Kyllä
|
||||
26/09/2022 18:32:11 Palkansaaja 31-35 v Mies 10 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Lead developer Jotain siltä väliltä 5150 67000 Ei
|
||||
26/09/2022 18:33:04 Palkansaaja 31-35 v Mies 8 Mapbox PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Senior software engineer Pääosin tai kokonaan etätyö 10000 125000 Iso kasa optioita, vestaantuu 1v 50%, loput tasaisesti 4v kuluessa. Kyllä
|
||||
26/09/2022 18:37:35 Palkansaaja 36-40 v mies 12 Tampere Konsulttitalossa 100% full-stack developer Pääosin tai kokonaan etätyö 6100 76250 Peruspalkka plus provisio, karkeasti sama kuin 50% laskutuksesta Kyllä
|
||||
26/09/2022 18:40:52 Palkansaaja 31-35 v Mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Software Engineer Pääosin tai kokonaan etätyö 5360 74000 Kyllä
|
||||
26/09/2022 18:41:27 Laskuttaja 26-30 v ÄiÄ 7 2 SWE / Cloud 84 135000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 18:41:30 Palkansaaja 36-40 v Mies 23 PK-Seutu (Helsinki, Espoo, Vantaa) 100% Järjestelmäarkkitehti Jotain siltä väliltä 8443 108000 Listaamaton yhtiö, suunnilleen kerran vuodessa mahdollisuus ostaa pieniä eriä osakkeita normihintaan. Kyllä Ehkä voisi huomioida olennaiset semi-satunnaiset sivuduunit palkkaduunarin ja yrittäjän välimaastossa olevilla.
|
||||
26/09/2022 18:43:32 Palkansaaja 36-40 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80% Full-stack Jotain siltä väliltä 7500 93750 Kyllä
|
||||
26/09/2022 18:50:45 Palkansaaja 36-40 v Mies 17 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Arkkitehti Pääosin tai kokonaan etätyö 9500 125000 Peruspalkka ja osakkeita Kyllä
|
||||
26/09/2022 18:54:57 Palkansaaja > 55 v Mies 28 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmoija Pääosin tai kokonaan etätyö 6300 70000 Ei
|
||||
26/09/2022 18:55:22 Palkansaaja 36-40 v M 15 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Tiiminvetäjä Pääosin tai kokonaan etätyö 6300 75600 Kyllä
|
||||
26/09/2022 19:06:55 Palkansaaja 41-45 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä (backend) Pääosin tai kokonaan toimistolla 6747 133000 KK-palkka + RSU (sekä refresher joka vuosi) Kyllä
|
||||
26/09/2022 19:06:56 Palkansaaja 41-45 v M 25 Ulkomailla Tuotetalossa, jonka core-bisnes on softa 100% Jonkinmoinen johtaja Jotain siltä väliltä 22500 350000 Lisäksi firman osakkeita n. 800k€ vuodessa. Kyllä
|
||||
26/09/2022 19:07:00 Palkansaaja 26-30 v Mies 8 Hoxhunt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack -ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 6125 76000 Optiot Kyllä
|
||||
26/09/2022 19:08:10 Palkansaaja 41-45 v Mies 22 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Lead Engineer Pääosin tai kokonaan etätyö 7000 95000 Palkka+vuosibonus+optiot Kyllä
|
||||
26/09/2022 19:09:15 Palkansaaja 21-25 v Nainen 3 Tampere Konsulttitalossa 60% Fullstack Developer Jotain siltä väliltä 1660 23200 Ei
|
||||
26/09/2022 19:10:45 Palkansaaja 36-40 v 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% DevOps konsultti Pääosin tai kokonaan etätyö 6200 77500 Kyllä
|
||||
26/09/2022 19:15:24 Palkansaaja 41-45 v Mies 19 Tampere Konsulttitalossa 100% Arkkitehti Jotain siltä väliltä 6300 78750 Kyllä
|
||||
26/09/2022 19:19:54 Palkansaaja 26-30 v Mies 7 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100% Lead Developer (Full-stack) Pääosin tai kokonaan etätyö 4600 57500 Ei
|
||||
26/09/2022 19:20:22 Laskuttaja 31-35 v Mies 10 1 Full stack devausta 80 125000 Itse, Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 19:21:08 Palkansaaja 51-55 v mies 23 Kaupungin tytäryhtiö PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% ohjelmistokehittäjä, full-stack Jotain siltä väliltä 4780 62700 Palkan päälle lounassetelit verotusarvolla, virkistysseteli 400€ Ei Kunta TES == 38 kokonaista päivää vuodessa, työaika 7h15min/päivä Luontaisedut, autoedun arvo yms. voisi olla mukana kyselyssä
|
||||
26/09/2022 19:23:15 Palkansaaja 36-40 v mies 10 Media-ala PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% web developer Pääosin tai kokonaan etätyö 4500 58000 Kyllä
|
||||
26/09/2022 19:24:16 Palkansaaja 36-40 v mies 12 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 80% full-stack Pääosin tai kokonaan toimistolla 4560 54720 Kyllä
|
||||
26/09/2022 19:29:25 Palkansaaja 31-35 v Mies 6 Swappie PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior Software Engineer Pääosin tai kokonaan etätyö 5246 65575 Perus 4 vuoden optio-ohjelma 1 vuoden cliffillä, ja ylennyksien myötä lisää. Kyllä
|
||||
26/09/2022 19:32:37 Palkansaaja 26-30 v Nainen 6 BeeHealthy Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full-stack Pääosin tai kokonaan etätyö 5000 60000
|
||||
26/09/2022 19:33:51 Palkansaaja 21-25 v muu 2 Tampere Konsulttitalossa ops-puolella 50% Systems Specialist, suomeksi ops eli alustapystytystä, ylläpitoa, pilveä, konesalia Pääosin tai kokonaan toimistolla 3050 40000 Ei Olen tosiaan poikkeus siinä, että kirjoitan koodia töissä erittäin harvoin. Välillä jotain devops-tyylistä tulee harrastettu, mutta toistaiseksi harvemmin.
|
||||
26/09/2022 19:40:47 Palkansaaja 26-30 v Mies 2 Konsulttitalossa 100% Senior Data Engineer Pääosin tai kokonaan etätyö 4200 52500 Kyllä
|
||||
26/09/2022 19:40:53 Palkansaaja 41-45 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Frontend developer Pääosin tai kokonaan etätyö 4800 60000 Kyllä
|
||||
26/09/2022 19:41:54 Palkansaaja 41-45 v en tiedä, naisen hetu 17 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% lead test engineer kerran kuussa toimistolla firman piikkiin 5500 68750 Kyllä
|
||||
26/09/2022 19:42:27 Palkansaaja 31-35 v Mies 8 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Lead developer Pääosin tai kokonaan toimistolla 5500 72000 Palkka + bonus 5-10% Kyllä
|
||||
26/09/2022 19:43:02 Laskuttaja 26-30 v Mies 8 0 Full stack 65 104000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 19:43:07 Palkansaaja 36-40 v Mies 11 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend Engineer Jotain siltä väliltä 6170 130000 Kuukausipalkka + RSU Kyllä
|
||||
26/09/2022 19:46:52 Palkansaaja 36-40 v Mies 10 Sysart Oy Oulu Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 6200 77500 Kyllä
|
||||
26/09/2022 19:50:03 Palkansaaja 36-40 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80% full-stack Pääosin tai kokonaan etätyö 4600 60000 peruspalkka+bonukset (~kuukauden palkka), optioita (jotka muutaman kerran realisoituneet rahaksi asti, parin vuoden palkka extraa) Kyllä Koodarikokemus on ~1-vuosi mitä paikkaa sitten pidempi kokemus yrityksestä, alasta ja tuotteesta. Optioiden muuntuminen rahaksi on ollut isoin yllätys omassa kompensaatiossa.
|
||||
26/09/2022 19:54:20 Palkansaaja 36-40 v 13 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full Stack Developer Jotain siltä väliltä 9700 13000 Kyllä
|
||||
26/09/2022 19:55:23 Laskuttaja 26-30 v Mies 6 5 Full Stack softadevausta, arkkitehtuuria, sparrausta, ympäristöjen tunkkausta 80 130000 Itse, Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 20:10:17 Laskuttaja 36-40 v Mies 14 1 Full stack, Azure-kehitys 90 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 20:21:12 Palkansaaja 36-40 v Mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Softakehittäjä, full stack Pääosin tai kokonaan etätyö 4228 53000 Optiopaketti on Ei
|
||||
26/09/2022 20:25:52 Palkansaaja 21-25 v Mies 3 Series B Startup PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Software engineer, Full-stack Pääosin tai kokonaan etätyö 13333 160000 Vähän optioita päälle Kyllä Ulkomainen firma jolle teen etänä Suomesta
|
||||
26/09/2022 20:32:15 Palkansaaja 41-45 v mies 17 Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% arkkitehti Pääosin tai kokonaan etätyö 7150 89375 Kyllä
|
||||
26/09/2022 20:35:49 Laskuttaja 26-30 v Mies 1 1 Full stack, enimmäkseen frontend 70 Itse, Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 20:43:54 Palkansaaja 36-40 v Mies 16 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Full-stack -kehittäjä Pääosin tai kokonaan etätyö 7080 85000 Kyllä
|
||||
26/09/2022 20:46:44 Palkansaaja 31-35 v Mies 12 Verkkokauppa.com Oyj PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä Omasta valinnasta 99% toimistolla 4600 60000 Kiinteä kuukausipalkka, etuja kuten lounas, firman tuotteet sisäänostohintaan, satunnaisia rahabonuksia Ei Etä vs. toimistossa hieman oudosti sanoitettu, että jos on ainoastaan etänä tai toimistolla niin firma silloin on määrännyt kyseisen tavan toimia, eikä niin että omasta valinnasta on joko pääosin etänä tai toimistolla, vaikka firman policy olisi vaikka "päätä ite miten lystäät" tms.
|
||||
26/09/2022 20:49:27 Laskuttaja 41-45 v Mies 20 0.5 Full stack ja devops kehitystä, menetelmäkonsultointia, kehittäjäpalkkausta ja tiimin auttelua. 99 124000 Itse Suomesta, Ulkomailta
|
||||
26/09/2022 20:56:37 Palkansaaja 36-40 v Mies 4 EU Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5200 71000 Kyllä
|
||||
26/09/2022 21:04:04 Palkansaaja 41-45 v mies 23 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% arkkitehti Pääosin tai kokonaan etätyö 6000 86000 Kyllä
|
||||
26/09/2022 21:10:18 Palkansaaja 31-35 v Mies 10 Brella PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Senior Frontend Developer Pääosin tai kokonaan etätyö 6120 76500 Optioita on Kyllä
|
||||
26/09/2022 21:12:26 Palkansaaja 31-35 v Mies 12 UpCloud Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80% Arkkitehti Pääosin tai kokonaan etätyö 6760 84500 Kuukausipalkka Kyllä
|
||||
26/09/2022 21:13:19 Laskuttaja 41-45 v mies 20 5 fullstack koodaus 98 144000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 21:13:22 Palkansaaja 31-35 v Mies 12 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 6000 75000 Kyllä
|
||||
26/09/2022 21:19:23 Palkansaaja 26-30 v Mies 8 Polar Squad Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% DevOps-konsultti Jotain siltä väliltä 5330 66875 Osingot henkilöstöannin osakkeista Kyllä Palkka kilpailukykyinen lähinnä siinä mielessä, ettei sidottu laskutukseen. Muualla voisi saada paljonkin enemmän, mutta arvostan kuukausipalkkauksen mallia enemmän kulttuurillisten hyötyjen takia.
|
||||
26/09/2022 21:23:17 Palkansaaja 41-45 v M 22 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 6400 85000 Kyllä
|
||||
26/09/2022 21:34:56 Palkansaaja 21-25 v Mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full-stack Jotain siltä väliltä 4350 55000 Euroina tilille, optiot teoriassa ~400€/kk lisää Kyllä
|
||||
26/09/2022 21:35:45 Palkansaaja 26-30 v Mies 6 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% arkkitehti Pääosin tai kokonaan toimistolla 5500 70000 Kyllä
|
||||
26/09/2022 21:39:09 Palkansaaja 26-30 v Mies 8 Crowd Collective PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Jotain siltä väliltä 6000 75000 Kyllä Olisi voinut erotella onko kyse kiinteästä vai laskutukseen perustuvasta kuukausipalkasta.
|
||||
26/09/2022 21:40:16 Palkansaaja 31-35 v Mies 11 Exove PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior Developer Pääosin tai kokonaan etätyö 4300 53750 Kyllä
|
||||
26/09/2022 21:47:33 Palkansaaja 31-35 v Mies 9 Mirantis PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 8800 110000 Optio-ohjelma Kyllä
|
||||
26/09/2022 21:47:53 Palkansaaja 26-30 v Mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 4500 56250 Ei
|
||||
26/09/2022 21:49:18 Palkansaaja 36-40 v Mies 13 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4835 62500 Kyllä
|
||||
26/09/2022 21:59:19 Laskuttaja 41-45 v mies 15 1 full stack devaus 85 140000 Käytän välitysfirmoja Suomesta
|
||||
26/09/2022 22:34:58 Palkansaaja 21-25 v Mies 2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 3200 38000 Ei
|
||||
26/09/2022 22:56:53 Palkansaaja 41-45 v Mies 15 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 7500 94000 Kyllä
|
||||
26/09/2022 23:11:18 Palkansaaja 46-50 v 22 Tampere Konsulttitalossa 100% Arkkitehti Jotain siltä väliltä 6550 95000 Ei
|
||||
26/09/2022 23:20:36 Palkansaaja 31-35 v Mies 5 Turku Konsulttitalossa 100% Senior developer, full-stack Pääosin tai kokonaan etätyö 7300 91000 Kyllä
|
||||
26/09/2022 23:43:37 Palkansaaja 26-30 v Mies 10 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Arkkitehti Jotain siltä väliltä 5700 80000 Kyllä
|
||||
27/09/2022 00:02:14 Palkansaaja 26-30 v Mies 5 Turku Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 4800 62500 N. 90/10 palkka ja bonukset. Optioilla voi todennäköisesti pyyhkiä nenää lähitulevaisuudessa. Kyllä
|
||||
27/09/2022 02:52:59 Laskuttaja 31-35 v Mies 14 1 Lead dev 166000 Itse Suomesta
|
||||
27/09/2022 05:16:21 Palkansaaja 21-25 v Mies 1 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 40% full-stack Pääosin tai kokonaan toimistolla 1080 18000 Ei
|
||||
27/09/2022 05:33:45 Palkansaaja 31-35 v Mies 8 F-Secure PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Lead developer Pääosin tai kokonaan etätyö 6100 77200 Ei
|
||||
27/09/2022 05:50:13 Palkansaaja 36-40 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Arkkitehti Pääosin tai kokonaan etätyö 7000 87500 Optiot Kyllä
|
||||
27/09/2022 05:50:31 Palkansaaja 46-50 v Mies 23 Tampere Konsulttitalossa 100% Arkkitehti Jotain siltä väliltä 5500 68750 Kyllä
|
||||
27/09/2022 06:12:10 Palkansaaja 31-35 v Mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Jotain siltä väliltä 3900 48750 Kyllä
|
||||
27/09/2022 06:29:06 Laskuttaja 36-40 v Mies 10 2 Full stack, mobiili, embedded, 72 110000 Käytän välitysfirmoja Suomesta
|
||||
27/09/2022 06:37:44 Palkansaaja 26-30 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% DevOps Pääosin tai kokonaan etätyö 7838 97975 50% laskutuksesta provikkana + henkilöstörahasto Kyllä
|
||||
27/09/2022 06:37:45 Laskuttaja 31-35 v Mies 6 0.5 Backendiä ja devopsia tällähetkellä 85 Käytän välitysfirmoja Suomesta
|
||||
27/09/2022 06:39:25 Palkansaaja 26-30 v Mies 1 Seinäjoki Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full-stack Pääosin tai kokonaan toimistolla 3200 38400 Ei
|
||||
27/09/2022 06:51:26 Palkansaaja 36-40 v mies 15 Oulu Konsulttitalossa 100% Arkkitehti Jotain siltä väliltä 5550 69375 Mahdollisuus valita kiinteän kk palkan tai provision väliltä. Provisio tapauksessa palkka on noin 500 EUR pienempi ja provision vaikutus 0-900 EUR sen mukaan kuinka paljon on 80% laskutusasteen ylittäviä laskutettavia tunteja. Ei
|
||||
27/09/2022 06:52:02 Palkansaaja 31-35 v Mies 10 Turku Tuotetalossa, jonka core-bisnes on softa 100% full-stack Pääosin tai kokonaan toimistolla 5750 71800 Kyllä
|
||||
27/09/2022 06:52:22 Palkansaaja 31-35 v Mies 7 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan toimistolla 5700 75000 Kyllä
|
||||
27/09/2022 06:52:45 Palkansaaja 31-35 v Mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Mobiilikehittäjä Pääosin tai kokonaan etätyö 4900 61250 Palkka Ei
|
||||
27/09/2022 07:10:42 Palkansaaja 26-30 v 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 4200 55000 Kyllä
|
||||
27/09/2022 07:19:24 Palkansaaja 41-45 v mies 20 Tampere Tuotetalossa, jonka core-bisnes on softa 100% arkkitehti Pääosin tai kokonaan toimistolla 5800 Kyllä
|
||||
27/09/2022 07:19:42 Palkansaaja 26-30 v Mies 1 Turku Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 2550 31875 Kyllä
|
||||
27/09/2022 07:26:08 Palkansaaja 36-40 v mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 4400 55000 Kyllä
|
||||
27/09/2022 07:27:53 Palkansaaja 36-40 v Mies 15 Devaajat ympäri suomea, tasaisesti JKL-HKI Tuotetalossa, jonka core-bisnes on softa 100% Senior/Lead developer Pääosin tai kokonaan etätyö 5300 66250 + optiot Kyllä
|
||||
27/09/2022 07:28:13 Palkansaaja 41-45 v Mies 18 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Lead developer Jotain siltä väliltä 6800 87000 Kyllä
|
||||
27/09/2022 07:32:46 Palkansaaja 41-45 v mies 19 Jyväskylä Konsulttitalossa 80% senior software developer Pääosin tai kokonaan toimistolla 4440 55500 Kyllä
|
||||
27/09/2022 07:37:26 Palkansaaja 26-30 v Mies 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data Engineer Pääosin tai kokonaan toimistolla 4500 56250 Palkka (jonka tulisi olla about markkinantasoista) plus 50% tietyn rajan yli menevästä tuloksesta jaetaan tasan työntekijöille kyseisen vuoden työskentelykuukausien perusteella. En ole vielä ollut talossa niin kauaa että olisin saanut ensimmäistä bonusta, joten ilmoittamani palkat ovat nyt peruspalkkoja. Kyllä
|
||||
27/09/2022 07:41:10 Palkansaaja 51-55 v mies 25 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% ohjelmistokehittäjä ja arkkitehti Jotain siltä väliltä 5000 62500 Kyllä
|
||||
27/09/2022 07:41:17 Palkansaaja 31-35 v Mies 10 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 7500 99150 Provisio 45% + asiakastyytyväisyysbonus väliltä 0-500 € per kk Kyllä
|
||||
27/09/2022 07:44:41 Palkansaaja 36-40 v mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 6100 93000 Kyllä
|
||||
27/09/2022 07:49:50 Palkansaaja 26-30 v äijjjä 10 Fraktio PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% DevOps Engineer Pääosin tai kokonaan etätyö 4700 58750 rahaa ja lämmintä kättä Ei
|
||||
27/09/2022 07:56:29 Palkansaaja 31-35 v Mies 8 Tuotetalossa, jonka core-bisnes on softa 100% Senior Site Reliability Engineer Pääosin tai kokonaan etätyö 8000 100000 Kyllä
|
||||
27/09/2022 07:56:52 Palkansaaja 36-40 v Mies 10 Tampere Konsulttitalossa 100% Sekatyömies (projari, arkkitehti, full-stack, firman strategi) Pääosin tai kokonaan etätyö 5000 64000 Ei
|
||||
27/09/2022 07:58:53 Palkansaaja 26-30 v Mies 2 Jyväskylä Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 40% Jotain siltä väliltä 1200 500 Kyllä
|
||||
27/09/2022 08:01:28 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Data Scientist Pääosin tai kokonaan etätyö 4100 51250 Ei
|
||||
27/09/2022 08:02:21 Palkansaaja 26-30 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Backend/Data Engineer Pääosin tai kokonaan etätyö 5800 72500 Optioita 4 vuoden vestauksella Kyllä Firman kokoa voisi kysyä. Starttien kompensaatiomallit eroaa huomattavasti megakorpoista.
|
||||
27/09/2022 08:04:53 Palkansaaja 36-40 v Mies 16 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä (backend) Pääosin tai kokonaan etätyö 4200 56700 Kyllä
|
||||
27/09/2022 08:09:38 Palkansaaja 36-40 v Mies 10 Zevoy Oy Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior Backend Developer Pääosin tai kokonaan etätyö 7070 88375 Osakkeet Kyllä
|
||||
27/09/2022 08:12:33 Palkansaaja 31-35 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Frontend Pääosin tai kokonaan etätyö 6000 80000 Kyllä
|
||||
27/09/2022 08:14:16 Palkansaaja 26-30 v 11 Mavericks Turku Konsulttitalossa 100% full-stack/frontend Pääosin tai kokonaan etätyö 7300 91250 Kyllä
|
||||
27/09/2022 08:16:19 Palkansaaja 36-40 v Mies 12 Siili One PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Asiantuntija käyttöliittymä suunnittelussa sekä frontti kehityksessä Pääosin tai kokonaan etätyö 7300 Kyllä Kiitos kun teette avointa palkkakyselyä Tuntilaskutus summaa
|
||||
27/09/2022 08:17:19 Palkansaaja 41-45 v Mies 22 Tampere Konsulttitalossa 100% Ohjelmistoarkkitehti Pääosin tai kokonaan etätyö 5200 65000 Kyllä
|
||||
27/09/2022 08:17:32 Palkansaaja 26-30 v Mies 2 Knowit Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% QA Jotain siltä väliltä 4000 48000 Kyllä
|
||||
27/09/2022 08:18:47 Palkansaaja 31-35 v Mies 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack developer Jotain siltä väliltä 5500 68750 osakkeita Kyllä
|
||||
27/09/2022 08:22:16 Palkansaaja 41-45 v Äijä 20 Tampere Tuotetalossa, jonka core-bisnes on softa 100% full-stack Pääosin tai kokonaan toimistolla 5200 62000 Kyllä
|
||||
27/09/2022 08:23:55 Palkansaaja 31-35 v mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data Developer Jotain siltä väliltä 5400 70000 kiinteä kk-palkka + max. 10% bonus Ei
|
||||
27/09/2022 08:28:03 Palkansaaja 41-45 v nainen 6 Siili PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack devaaja Jotain siltä väliltä 4397 49400 Kyllä
|
||||
27/09/2022 08:28:49 Palkansaaja 36-40 v Mies 12 Siili Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan toimistolla 4500 4800 0-400€ kuukausipalkasta osakkeita ja saman verran optioita, kerrytetään 6kk ja ostetaan markkinahintaan Kyllä
|
||||
27/09/2022 08:30:28 Palkansaaja 31-35 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% SRE Jotain siltä väliltä 5500 68750 Optioita tulee edellisen rahoituskierroksen valuaation pohjalta n. 4000e/kk Ei
|
||||
27/09/2022 08:37:22 Palkansaaja 31-35 v nainen 7 Tampere Konsulttitalossa 100% Projektipäällikkö Pääosin tai kokonaan etätyö 4500 55000 Kyllä
|
||||
27/09/2022 08:38:22 Palkansaaja 26-30 v Mies 5 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 80% Ohjelmistokehittäjä (mobile, web) Pääosin tai kokonaan toimistolla 4320 54000 Kyllä
|
||||
27/09/2022 08:38:58 Palkansaaja 36-40 v Mies 13 Tampere Tuotetalossa, jonka core-bisnes on softa 100% frontend Pääosin tai kokonaan etätyö 5600 67200 Kyllä
|
||||
27/09/2022 08:51:48 Palkansaaja 26-30 v Mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full stack engineer Pääosin tai kokonaan etätyö 4540 56750 + Optiot, n +400e lisää kuussa nykyarvostuksella Ei
|
||||
27/09/2022 08:55:22 Palkansaaja 36-40 v Mies 13 Turku Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 6500 82000 Kyllä
|
||||
27/09/2022 09:13:16 Palkansaaja 31-35 v Mies 8 Oulu Konsulttitalossa 100% Senior Software Engineer Pääosin tai kokonaan etätyö 5400 67500 Kyllä
|
||||
27/09/2022 09:17:15 Palkansaaja 31-35 v Nainen 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 3834 47925 Kyllä
|
||||
27/09/2022 09:19:10 Palkansaaja 31-35 v mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 5400 67500 Ei
|
||||
27/09/2022 09:19:15 Palkansaaja 41-45 v Mies 21 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend-devaaja Pääosin tai kokonaan toimistolla 8200 210000 Peruspalkka + RSU + bonus Kyllä
|
||||
27/09/2022 09:28:03 Palkansaaja 31-35 v Mies 6 Elektrobit Automotive Finland Oy Oulu Tuotetalossa, jonka core-bisnes on softa 100% Senior Software Engineer Jotain siltä väliltä 4905 61312.5 Kyllä
|
||||
27/09/2022 09:51:28 Palkansaaja 36-40 v mies 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% fullstack Pääosin tai kokonaan etätyö 5850 110000 osinkoa tuloksen mukaan, n. 40k vuodessa Kyllä
|
||||
27/09/2022 09:51:59 Palkansaaja 21-25 v Mies 2 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Projektipäällikkö Pääosin tai kokonaan toimistolla 3000 39500 Kyllä Mahdollisesti kysymys siitä kuinka tietoinen "haastateltava" on oman alansa palkkatilanteesta. Tätä kautta saisi tietoa siitä miten ajantasalla vastaajat ovat, ja pitääkö oma käsitys palkkatasosta paikkansa kyselyn tulosten perusteella.
|
||||
27/09/2022 09:58:30 Palkansaaja 31-35 v Nainen 9 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 4800 0 Ei
|
||||
27/09/2022 10:01:08 Palkansaaja 26-30 v Nainen 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5500 69000 Kyllä
|
||||
27/09/2022 10:04:27 Palkansaaja 31-35 v Mies 11 Oulu Konsulttitalossa 80% full-stack Jotain siltä väliltä 4500 55000 Kyllä
|
||||
27/09/2022 10:11:54 Palkansaaja 26-30 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Full-stack-kehittäjä Jotain siltä väliltä 4600 57500 Kyllä
|
||||
27/09/2022 10:24:25 Palkansaaja 41-45 v Mies 13 Oulu Konsulttitalossa 100% Frontend-kehittäjä, scrum master Pääosin tai kokonaan etätyö 4800 60000 Kyllä
|
||||
27/09/2022 10:25:51 Palkansaaja 36-40 v Mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full stack -kehittäjä Pääosin tai kokonaan etätyö 5300 63600 Ei
|
||||
27/09/2022 10:40:59 Palkansaaja 26-30 v Mies 6 Tampere Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5100 63750 Kyllä
|
||||
27/09/2022 11:04:02 Palkansaaja 31-35 v Mies 9 Turku Konsulttitalossa 100% Senior software developer Pääosin tai kokonaan etätyö 5400 67500 Peruspalkka 4800e jonka päälle pieni provisio laskutuksesta Ei
|
||||
27/09/2022 11:07:14 Palkansaaja 26-30 v nainen 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% backend ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4410 55125 Kyllä
|
||||
27/09/2022 11:08:59 Palkansaaja 36-40 v Nainen 2 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Frontend koodari Jotain siltä väliltä 2600 32500 Bonusta saa jos täysiaikaisena ja työskennellyt tietyn aikaa ja firma tehnyt tulosta Ei
|
||||
27/09/2022 11:09:51 Palkansaaja 31-35 v Nainen 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4200 52500 Ei
|
||||
27/09/2022 11:11:53 Palkansaaja 31-35 v Nainen 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Jotain siltä väliltä 4800 60200 Kyllä
|
||||
27/09/2022 11:23:14 Palkansaaja 31-35 v mies 2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% backend Pääosin tai kokonaan etätyö 4100 51000 Kyllä
|
||||
27/09/2022 11:24:50 Palkansaaja 31-35 v Nainen 9 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Pääosin tai kokonaan etätyö 4581 57200 Kyllä
|
||||
27/09/2022 11:25:30 Palkansaaja 36-40 v Nainen 14 Vincit Tampere Konsulttitalossa 100% ohjelmistokehittäjä ja designer Saa tehdä työt miten haluaa, vaikka kokonaan etänä, mutta itse pidän toimistolla työskentelemisestä joten olen siellä 4700 70000 peruspalkka + compdev bonus + yksikön tulokseen pohjautuva bonus + onsite bonus Kyllä
|
||||
27/09/2022 11:29:19 Palkansaaja 26-30 v nainen 5 Turku Tuotetalossa, jonka core-bisnes on softa 100% full-stack Jotain siltä väliltä 4300 53750 Kyllä
|
||||
27/09/2022 11:38:36 Palkansaaja 36-40 v Mies 16 Turku Tuotetalossa, jonka core-bisnes on softa 100% CTO Pääosin tai kokonaan etätyö 4000 50000 Maksutta saatu omistusosuus startupista 4v vestingillä Ei
|
||||
27/09/2022 11:38:44 Palkansaaja 31-35 v Nainen 8 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä, enimmäkseen backend Jotain siltä väliltä 4640.71 58008.87 Kyllä
|
||||
27/09/2022 11:51:18 Palkansaaja 31-35 v 7 Gofore PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Cloud Pääosin tai kokonaan etätyö 5200 65000 Kyllä
|
||||
27/09/2022 11:52:24 Palkansaaja 31-35 v M 15 Tampere Konsulttitalossa 100% Backend developer Pääosin tai kokonaan etätyö 5200 70000 Kyllä
|
||||
27/09/2022 11:53:12 Palkansaaja 36-40 v Mies 9 Turku Konsulttitalossa 100% Full-stack-kehittäjä Jotain siltä väliltä 4750 60000 Ei
|
||||
27/09/2022 11:53:44 Laskuttaja 36-40 v Mies 12 12 DevOps, Cloud, Fullstack 90 145000 Käytän välitysfirmoja Suomesta
|
||||
27/09/2022 11:54:16 Palkansaaja 31-35 v M 9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 6100 100000 Kyllä
|
||||
27/09/2022 11:58:56 Palkansaaja 31-35 v mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Jotain siltä väliltä 3600 45000 Ei
|
||||
27/09/2022 12:01:02 Palkansaaja 46-50 v Mies 25 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior Devops Engineer Pääosin tai kokonaan etätyö 6500 98000 Kiinteä kuukausi palkka ja laskutuksesta ylijäämä maksetaan bonuksia Kyllä
|
||||
27/09/2022 12:04:07 Palkansaaja 36-40 v Mies 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Jotain siltä väliltä 4874 60925 Kyllä
|
||||
27/09/2022 12:05:07 Palkansaaja 41-45 v M 22 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmoija Pääosin tai kokonaan toimistolla 4500 56250 Optioita Ei
|
||||
27/09/2022 12:06:32 Palkansaaja 26-30 v Mies 1 Tuotetalossa, jonka core-bisnes on softa 100% Full stack (ainut työntekijä) Pääosin tai kokonaan etätyö 2200 26400 Ei muuta Ei Roolina rakentaa yksin sovellus tyhjästä (pienellä palkalla :D)
|
||||
27/09/2022 12:08:20 Palkansaaja 41-45 v Mies 17 AtoZ Oy Tampere Konsulttitalossa 100% Ohjelmistotestaaja Pääosin tai kokonaan toimistolla 4239.17 60757.96 Pohjapalkka + laskutusbonus Kyllä
|
||||
27/09/2022 12:13:56 Palkansaaja 36-40 v 17 Hajautettu Konsulttitalossa 100% Pääosin tai kokonaan etätyö 7800 93600 Ei
|
||||
27/09/2022 12:14:40 Palkansaaja 41-45 v Mies 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Frontend-painotteinen FullStack software dev Pääosin tai kokonaan toimistolla 3200 40000 Ei
|
||||
27/09/2022 12:17:22 Palkansaaja 36-40 v Mies 12 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Jotain siltä väliltä 5100 63750 Optiot ja bonukset käytössä mutta realisoituminen sitte toinen asia. Ei
|
||||
27/09/2022 12:19:23 Palkansaaja 46-50 v mies 20 Gofore Oyj Tampere Konsulttitalossa 100% Developer Jotain siltä väliltä 5100 63750 Kyllä
|
||||
27/09/2022 12:19:47 Palkansaaja 36-40 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senioridevaaja Pääosin tai kokonaan etätyö 6300 76000 Kyllä
|
||||
27/09/2022 12:23:49 Palkansaaja 36-40 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 7300 103750 Kyllä
|
||||
27/09/2022 12:33:53 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% DevOps Pääosin tai kokonaan etätyö 4150 52000 Ei
|
||||
27/09/2022 12:34:36 Palkansaaja 31-35 v Nainen 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehitys Jotain siltä väliltä 7700 Kyllä Palkka perustuu asiakaslaskutukseen ja vaihtelee tehtyjen tuntien mukaan
|
||||
27/09/2022 12:38:33 Palkansaaja 26-30 v Nainen 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% UX-suunnittelija Pääosin tai kokonaan etätyö 3200 40000 Ei
|
||||
27/09/2022 12:40:06 Palkansaaja 36-40 v ukko 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Yrittäjä Pääosin tai kokonaan toimistolla 2000 25000 Tuote alkuvaiheessa, riski iso, mutta myös osuus firmasta Ei startuppaajaa tää kysely ei kyl mallintanut hyvin, vaikka palkansaajaa ja friikkua kyllä
|
||||
27/09/2022 12:43:12 Palkansaaja 31-35 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% FullStack Azure Developer Pääosin tai kokonaan etätyö 4000 48200 Kyllä
|
||||
27/09/2022 12:48:46 Palkansaaja 36-40 v 5 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5280 66000 Kyllä
|
||||
27/09/2022 12:49:03 Palkansaaja 31-35 v Mies 17 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full-stack Jotain siltä väliltä 6900 90000 Optiot Kyllä
|
||||
27/09/2022 12:49:41 Laskuttaja 21-25 v Mies 5 2 Full stack 80000 Itse Ulkomailta
|
||||
27/09/2022 13:12:33 Laskuttaja 36-40 v Mies 14 3 full stack 100 125000 Itse, Käytän välitysfirmoja Suomesta
|
||||
27/09/2022 13:17:21 Palkansaaja 41-45 v Mies 13 Joensuu Konsulttitalossa 80% backend Pääosin tai kokonaan etätyö 5000 62500
|
||||
27/09/2022 13:17:28 Palkansaaja 36-40 v Mies 15 Futurice Tampere Konsulttitalossa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5700 73000 Kyllä
|
||||
27/09/2022 13:19:26 Palkansaaja 36-40 v Mies 14 Vaasa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Technical lead Pääosin tai kokonaan toimistolla 4990 62375 Ei
|
||||
27/09/2022 13:23:09 Palkansaaja 31-35 v Mies 7 Vincit Tampere Konsulttitalossa 100% Ohjelmistokehittäjä (enimmäkseen Frontend) Jotain siltä väliltä 4900 61000 Peruspalkka 4000 e/kk + osuus laskutuksesta "bonuksena" Kyllä
|
||||
27/09/2022 13:37:32 Palkansaaja 26-30 v M 1 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 4400 55000 Optiot Kyllä
|
||||
27/09/2022 13:39:55 Laskuttaja 36-40 v Mies 15 3 Frontend 85 140000 Itse, Käytän välitysfirmoja Suomesta
|
||||
27/09/2022 13:42:01 Palkansaaja 31-35 v mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Jotain siltä väliltä 4100 55000 Kyllä
|
||||
27/09/2022 13:46:39 Palkansaaja 41-45 v Mies 20 Tampere Konsulttitalossa 100% Arkkitehti Pääosin tai kokonaan etätyö 6800 105400 Kyllä
|
||||
27/09/2022 13:58:19 Palkansaaja 26-30 v miesoletettu 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 4000 50000 Ei
|
||||
27/09/2022 14:10:28 Palkansaaja 31-35 v Mies-oletettu 12 Compile PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% arkkitehti Pääosin tai kokonaan etätyö 10000 130000 Provisio + asiakastyytyväisyys-bonus + liidi- ja rekry-bonukset Kyllä
|
||||
27/09/2022 14:53:20 Palkansaaja 41-45 v Mies 15 Robu Lappeenranta Konsulttitalossa 100% Sovellusarkkitehti Pääosin tai kokonaan etätyö 6300 78750 Kyllä
|
||||
27/09/2022 15:03:54 Palkansaaja 41-45 v Nainen 16 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Full-stack Jotain siltä väliltä 4450 56000 Ei
|
||||
27/09/2022 15:10:15 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80% full-stack/arkkitehti Pääosin tai kokonaan etätyö 4200 100000 Osakkeita & Osinkoja Kyllä
|
||||
27/09/2022 15:10:18 Palkansaaja 26-30 v nainen 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80% frontend/full-stack Pääosin tai kokonaan etätyö 3600 45000 Kyllä
|
||||
27/09/2022 15:14:29 Palkansaaja 31-35 v 6 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5500 69000 Kyllä
|
||||
27/09/2022 15:15:43 Palkansaaja 31-35 v mies 14 Liikennevirta Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% lead cloud engineer Pääosin tai kokonaan etätyö 7000 91700 Kyllä
|
||||
27/09/2022 15:34:50 Palkansaaja 36-40 v Mies 10 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4000 50000 Ei
|
||||
27/09/2022 16:02:38 Palkansaaja 46-50 v Mies 9 Tampere Konsulttitalossa 100% software developer Pääosin tai kokonaan etätyö 3860 50000 Ei
|
||||
27/09/2022 16:10:27 Palkansaaja 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data engineer Jotain siltä väliltä 6500 81250 Kk-palkka on laskutusperusteinen, jossa mahdollinen pidempi penkkiaika tiputtaa tuloja reippaasti. Kyllä
|
||||
27/09/2022 16:39:20 Palkansaaja 36-40 v Mies 11 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior full-stack developer/arkkitehti Pääosin tai kokonaan etätyö 7000 94500 Kyllä
|
||||
27/09/2022 17:28:18 Palkansaaja 26-30 v Nainen 2 Järvenpää Tuotetalossa, jonka core-bisnes on softa 80% Fullstack Pääosin tai kokonaan etätyö 2000 25000 Ei Vähän olis kiinnostanut myös koulutustausta. Esim mulla on korkeakoulututkinto eri alalta ja se on varmasti vaikuttanu osaltaan siihen, paljon saan /kehtaan pyytää palkkaa.
|
||||
27/09/2022 17:46:58 Palkansaaja 31-35 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend Pääosin tai kokonaan etätyö 5300 66250 Vuosibonusmalli tulossa, osakeannissa mahdollisuus osakkuuteen Kyllä
|
||||
27/09/2022 18:13:50 Palkansaaja 31-35 v Nainen 7 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Solution manager Pääosin tai kokonaan etätyö 3800 48700 Ei
|
||||
27/09/2022 18:24:32 Palkansaaja 31-35 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack developer Pääosin tai kokonaan etätyö 5300 66250 Ei
|
||||
27/09/2022 18:39:21 Palkansaaja 26-30 v Nainen 6 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Data scientist Jotain siltä väliltä 5020 70000 Bonukset Kyllä
|
||||
27/09/2022 19:39:05 Palkansaaja 31-35 v Nainen 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Jotain siltä väliltä 5100 Kyllä
|
||||
27/09/2022 19:55:58 Laskuttaja 31-35 v Mies 8 2 full stack 80 150000 Itse Ulkomailta
|
||||
27/09/2022 20:51:21 Palkansaaja 21-25 v Mies 3 MongoDB PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Core Server, Query Optimization Pääosin tai kokonaan etätyö 6875 105000 82.5k base 12.5k rsu 14k allekirjoitusbonus 4k muuttobonus Kyllä
|
||||
27/09/2022 21:02:40 Palkansaaja 26-30 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Ops Pääosin tai kokonaan etätyö 5500 70000 Kyllä Voisine kysyä että onko työpaikalla etuja jotka ovat ns. rahan arvoisia. Joko jotain tuettua harrastetoimintaa, pidempiä lomia, toimiston pallomeri...
|
||||
27/09/2022 21:16:16 Palkansaaja 31-35 v mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5150 67000 Kyllä
|
||||
27/09/2022 21:21:16 Palkansaaja 31-35 v mies 9 Google Zürich Tuotetalossa, jonka core-bisnes on softa 100% Site Reliability Engineer Jotain siltä väliltä 13000 290000 Peruspalkka, vuosibonus, RSU:t, pienenpiä bonuksia Kyllä
|
||||
27/09/2022 21:32:56 Palkansaaja 41-45 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Pääosin tai kokonaan etätyö 6400 80000 Kyllä
|
||||
27/09/2022 21:33:36 Palkansaaja 26-30 v Mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä (backend) Jotain siltä väliltä 5700 72000 Kyllä
|
||||
27/09/2022 21:42:03 Palkansaaja 21-25 v Mies 2 Länsi-Eurooppa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Software Engineer Pääosin tai kokonaan toimistolla 10000 220000 Vuosittainen firman ja yksilön performanssiin perustuva bonus muodostaa isohkon osan kokonaiskompensaatiosta Kyllä
|
||||
27/09/2022 22:34:06 Palkansaaja 36-40 v Nainen 1 Turku Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3470 44500 Kyllä
|
||||
27/09/2022 22:55:38 Palkansaaja 36-40 v 12 Tampere Konsulttitalossa 100% Lead dev Pääosin tai kokonaan toimistolla 5000 70000 Ei
|
||||
27/09/2022 23:27:33 Palkansaaja 31-35 v 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4026 52000 Ei
|
||||
27/09/2022 23:49:41 Palkansaaja 26-30 v Mies 2 Exove Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 3000 37500 Ei
|
||||
28/09/2022 06:17:56 Palkansaaja 41-45 v Mies 16 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% DevOps Specialist Jotain siltä väliltä 5500 66000 Kyllä
|
||||
28/09/2022 06:23:15 Palkansaaja 36-40 v Mies 22 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Full stack web developer Pääosin tai kokonaan etätyö 4200 100000 palkka, osingot, palkkiorahasto, eläkkeellä lisäksi eläkevakuutus Kyllä
|
||||
28/09/2022 06:36:55 Laskuttaja 36-40 v mies 16 11 Konsultointia 150 30000 Itse Ulkomailta
|
||||
28/09/2022 07:15:50 Palkansaaja 31-35 v 9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan toimistolla 6020 75250 Kyllä
|
||||
28/09/2022 07:15:51 Palkansaaja 36-40 v ei@ole.fi 20 - Tampere Konsulttitalossa 100% DevOps jamppa Pääosin tai kokonaan etätyö 4100 51250 Osakkeita yms.. on saatavilla. Kyllä
|
||||
28/09/2022 07:15:57 Palkansaaja 36-40 v Mies 15 Gofore PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä, tiiminvetäjä, esihenkilö Pääosin tai kokonaan toimistolla 6000 78000 Kyllä
|
||||
28/09/2022 07:38:11 Palkansaaja 36-40 v 13 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Lead backend dev Pääosin tai kokonaan etätyö 6100 76250 Varmaan täällä joku bonussysteemi on kuitenkin Kyllä
|
||||
28/09/2022 07:43:37 Palkansaaja 41-45 v Mies 15 Turku Konsulttitalossa 80% Full-stack/projektipäällikkö Pääosin tai kokonaan etätyö 3600 47000 Palkka + Max 1,5 kk bonus (sidottu firman tulokseen) Ei
|
||||
28/09/2022 07:45:19 Palkansaaja 36-40 v mies 15 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Sovelluskehittäjä Jotain siltä väliltä 6000 78000 Kyllä
|
||||
28/09/2022 07:46:54 Palkansaaja 41-45 v Mies 16 Turku Konsulttitalossa 100% Senior full-stack software developer Pääosin tai kokonaan etätyö 6900 86250 Kyllä
|
||||
28/09/2022 07:47:01 Palkansaaja 46-50 v Mies 22 Valtio Kuopio Julkinen tai kolmas sektori 100% Arkkitehti Pääosin tai kokonaan etätyö 4900 60000 Kyllä Valtiopuolella pitää huomioida vertailussa myös pitkät lomat - 38päivää ja vain arki lasketaan.
|
||||
28/09/2022 08:02:18 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3500 44000 Ei
|
||||
28/09/2022 08:11:15 Laskuttaja 31-35 v Mies 12 2 full stack 90 170000 Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
28/09/2022 08:21:21 Palkansaaja 46-50 v 12 Tampere Konsulttitalossa 80% Web Developer Pääosin tai kokonaan etätyö 4632 60000 Kyllä
|
||||
28/09/2022 08:26:37 Laskuttaja 26-30 v Mies 10 4 full stack, arkkitehtuuri, tekninen johtajuus 90 150000 Itse Ulkomailta Juhis oot paras 😍
|
||||
28/09/2022 08:32:59 Palkansaaja 36-40 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Lead Engineer Pääosin tai kokonaan etätyö 6200 91000 Peruspalkka + Vuosibonukset + Osakeoptiot. Optioita en laskenut vuosituloihin Ei
|
||||
28/09/2022 08:34:10 Palkansaaja 36-40 v Mies 11 Tampere Tuotetalossa, jonka core-bisnes on softa 100% DevOps Pääosin tai kokonaan etätyö 5200 4000 Kyllä
|
||||
28/09/2022 08:34:14 Palkansaaja 31-35 v Mies 10 Mapbox PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Senior Software Engineer, API development Jotain siltä väliltä 10000 125000 Osakeoptioita Kyllä
|
||||
28/09/2022 08:51:53 Palkansaaja 36-40 v Mies 7 Shipit Oy Ab Jämsä Tuotetalossa, jonka core-bisnes on softa 100% Full-stack developer Pääosin tai kokonaan etätyö 3700 46250 Kyllä
|
||||
28/09/2022 08:56:35 Palkansaaja 36-40 v Mies 15 Cloud2 Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Pilviarkkitehti Jotain siltä väliltä 6000 90000 Kyllä <3
|
||||
28/09/2022 09:23:00 Laskuttaja 46-50 v mies 20 15 Full stack 88 145000 Käytän välitysfirmoja Suomesta
|
||||
28/09/2022 09:26:30 Palkansaaja 31-35 v Nainen 15 Futurice Tampere Konsulttitalossa 100% Palvelupäällikkö Jotain siltä väliltä 4600 63500 Henkilökohtainen palkanlisä + bonus firman tuloksesta Kyllä
|
||||
28/09/2022 09:34:16 Palkansaaja 36-40 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full-stack dev Pääosin tai kokonaan etätyö 5100 63750 Kyllä
|
||||
28/09/2022 09:35:48 Laskuttaja 46-50 v mies 22 4 softakehitystä: full stack, backend, Dynamics CRM 80 95000 Käytän välitysfirmoja Suomesta Olisi mielenkiintoista tietää, paljonko pitää lomaa/vapaata päivinä tai viikkoina vuodessa
|
||||
28/09/2022 09:36:31 Palkansaaja 41-45 v Nainen 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100% frontend devaaja Jotain siltä väliltä 2700 33750 Ei Kyselyn voisi toteuttaa myös englanniksi?
|
||||
28/09/2022 10:51:57 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 5250 65625 Bonuksia joskus Kyllä
|
||||
28/09/2022 11:20:24 Palkansaaja 41-45 v mies 17 Turku Konsulttitalossa 100% Arkkitehti Jotain siltä väliltä 5633 77612 Vakiopalkka + kuukausittainen kiinteä bonus erikoistehtävän takia. Kyllä
|
||||
28/09/2022 12:31:02 Palkansaaja 36-40 v mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% lead developer Pääosin tai kokonaan toimistolla 7600 95000 Erillinen osakeohjelma jolla ei vaikutusta palkkaan Kyllä
|
||||
28/09/2022 12:31:55 Palkansaaja 31-35 v Mies 9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Data Engineer Pääosin tai kokonaan etätyö 6000 75000 Optiota saa perus palkan päälle Kyllä
|
||||
28/09/2022 12:36:29 Palkansaaja 36-40 v Mies 13 Gofore Tampere Konsulttitalossa 100% Projektipäällikkö Toimistolle menoa ei velvoiteta, mutta käyn siellä silti lähes päivittäin 5000 62500 Kyllä
|
||||
28/09/2022 12:37:31 Palkansaaja 41-45 v mies 17 Oulu Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 5400 67500 Ei
|
||||
28/09/2022 12:56:57 Palkansaaja 31-35 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Software Engineer Jotain siltä väliltä 7400 92000 Kyllä
|
||||
28/09/2022 13:30:02 Palkansaaja 36-40 v 14 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Lead developer Jotain siltä väliltä 5450 77000 Kyllä
|
||||
28/09/2022 13:43:24 Palkansaaja 31-35 v Mies 10 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100% DevOps Specialist Jotain siltä väliltä 5000 60000 Kyllä
|
||||
28/09/2022 14:15:51 Laskuttaja 26-30 v Mies 7 3 Full-stack webbidevausta ja pilviarkkitehtihommia 105 136000 Itse, Käytän välitysfirmoja Suomesta
|
||||
28/09/2022 14:27:22 Palkansaaja 31-35 v Mies 11 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 5000 67000 Kyllä
|
||||
28/09/2022 14:31:48 Palkansaaja 31-35 v mies 8 Gofore Tampere Konsulttitalossa 80% ohjelmistokehittäjä Jotain siltä väliltä 3280 41000 Ei
|
||||
28/09/2022 14:40:17 Palkansaaja 26-30 v mies 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Team lead Pääosin tai kokonaan toimistolla 4700 61000 Kyllä
|
||||
28/09/2022 14:47:52 Palkansaaja 36-40 v mies 7 Visma PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% software developer Pääosin tai kokonaan etätyö 5200 65000 Kyllä
|
||||
28/09/2022 15:39:17 Palkansaaja 26-30 v mies 5 Tampere Konsulttitalossa 100% full-stack Pääosin tai kokonaan toimistolla 3700 46250 Kyllä
|
||||
28/09/2022 15:59:45 Palkansaaja 36-40 v 17 Konsulttitalossa 100% Arkkitehti Pääosin tai kokonaan etätyö 5900 78000 Ei
|
||||
28/09/2022 17:26:55 Palkansaaja 26-30 v Nainen 1 Vaasa Konsulttitalossa 100% frontend Pääosin tai kokonaan etätyö 3300 41250 Kyllä
|
||||
28/09/2022 19:11:58 Palkansaaja 26-30 v Nainen 3 FAANG München, Saksa Tuotetalossa, jonka core-bisnes on softa 100% Software Engineer Pääosin tai kokonaan toimistolla 6400 100000 Peruspalkka+15%vuosibonus+osakkeita Kyllä
|
||||
28/09/2022 19:47:05 Palkansaaja 26-30 v Mies 6 Microsoft Dublin, Irlanti Tuotetalossa, jonka core-bisnes on softa 100% Asiakasvastaava Pääosin tai kokonaan toimistolla 7250 148000 75k pohja, 12k autoetu, = 87k "varma pohjapalkka" + jo maksetut 15k signing bonus eka vuos + 6k (nettona kai) relokaatiobonuksen käteisosuus. Sign-on stock grant $40k/4v = $10k/v, bonukset hyvin monimutkaisella kaavalla noin 46k€ vuodessa +-5k ehkä. Todnäk saan kenkää ennen kun total com tippuu alle 120k/vuosi. Pari kertaa vuodessa kuulemma pitäisi saada lisää osakkeita jonain "refreshereinä," en näistä vielä tiedä tarkemmin. Kyllä Big tech pöhinää, pitkiä päiviä, kauheeta stressiä. Tulos tai ulos kulttuuri ihan eritavalla kun suomifirmoissa yleensä.
|
||||
28/09/2022 21:19:48 Palkansaaja 41-45 v mies 18 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Kehittäjä, arkkitehti ja tiiminvetäjä Jotain siltä väliltä 6700
|
||||
28/09/2022 22:31:26 Palkansaaja 26-30 v Mies 2 Turku Tuotetalossa, jonka core-bisnes on softa 60% DevSecOps Engineer Pääosin tai kokonaan etätyö 1760 36000 Kyllä
|
||||
29/09/2022 06:31:21 Palkansaaja 41-45 v nainen 1 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% junior frontend developer Pääosin tai kokonaan etätyö 3000 37500 Kyllä
|
||||
29/09/2022 07:21:56 Palkansaaja 26-30 v Nainen 5 Turku Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3500 45000 Ei
|
||||
29/09/2022 08:36:24 Palkansaaja 26-30 v Mies 1 If vakuutus PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Solution developer Jotain siltä väliltä 4040 53750 Kyllä
|
||||
29/09/2022 08:46:47 Laskuttaja 31-35 v Male 11 1 Data analysis, web-analytics, web & application optimization & analytics 130 155000 Itse, Käytän välitysfirmoja Suomesta
|
||||
29/09/2022 09:03:19 Palkansaaja 26-30 v Mies 4 Schibsted PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend Pääosin tai kokonaan etätyö 4800 60000 Kyllä
|
||||
29/09/2022 09:04:36 Palkansaaja 26-30 v Nainen 5 Turku Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3100 38750 Ei
|
||||
29/09/2022 09:18:25 Laskuttaja 31-35 v Mies 12 1 full stack 120 190000 Käytän välitysfirmoja Suomesta
|
||||
29/09/2022 09:31:36 Palkansaaja 26-30 v Mies 4 Reaktor Turku Konsulttitalossa 100% full-stack Jotain siltä väliltä 4500 60000 Kyllä
|
||||
29/09/2022 10:30:22 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack kehittäjä Pääosin tai kokonaan etätyö 3500 43750 Kyllä
|
||||
29/09/2022 10:38:55 Palkansaaja 31-35 v Mies 8 Mikkeli Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 3500 43750 Ei
|
||||
29/09/2022 11:00:32 Palkansaaja 36-40 v Mies 11 Wunderdog PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5700 71250 Kyllä
|
||||
29/09/2022 11:07:08 Laskuttaja 31-35 v Mies 12 0 Softadevausta / full stack 88 0 Käytän välitysfirmoja Suomesta
|
||||
29/09/2022 11:49:39 Laskuttaja 31-35 v Mies 8 1 Full stack .NET dev 80 120000 Käytän välitysfirmoja Suomesta
|
||||
29/09/2022 12:41:10 Palkansaaja 26-30 v Mies 4 Turku Tuotetalossa, jonka core-bisnes on softa 100% backend kehittäjä Pääosin tai kokonaan toimistolla 4500 54000 ei lomarahoja Kyllä
|
||||
29/09/2022 12:46:41 Palkansaaja 21-25 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full-stack Pääosin tai kokonaan etätyö 4300 53750 Optio-ohjelma Kyllä
|
||||
29/09/2022 12:47:41 Palkansaaja 31-35 v Mies 10 Digia Tampere Konsulttitalossa 100% Senior full-stack developer Jotain siltä väliltä 4700 58750 Ei
|
||||
29/09/2022 12:57:33 Palkansaaja 31-35 v 8 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5370 67600 Kyllä
|
||||
29/09/2022 13:00:59 Palkansaaja 41-45 v Mies 21 Tampere Konsulttitalossa 100% Pilviarkkitehti Pääosin tai kokonaan etätyö 8200 102500 Kyllä
|
||||
29/09/2022 13:16:37 Palkansaaja 36-40 v 13 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 7950 99375 Kyllä
|
||||
29/09/2022 14:00:55 Palkansaaja 41-45 v mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% manager Jotain siltä väliltä 4300 53750 Ei
|
||||
29/09/2022 14:03:01 Palkansaaja 26-30 v Mies 9 PK-Seutu (Helsinki, Espoo, Vantaa) Infrastruktuuri-/kapasiteettipalvelut 100% Developer Support Engineer Full remote, vapaus käyttää toimistoa jos haluaa 6255 82125 Kyllä
|
||||
29/09/2022 14:09:11 Palkansaaja 36-40 v Mies 18 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend-ohjelmistokehittäjä Pääosin tai kokonaan etätyö 12500 150000 Kyllä
|
||||
29/09/2022 14:18:15 Laskuttaja 26-30 v mies 10 2 full stack, devops, arkkitehtuuri 120 200000 Itse Suomesta, Ulkomailta
|
||||
29/09/2022 14:43:21 Palkansaaja 31-35 v PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data Scientist Pääosin tai kokonaan toimistolla 3200 40000 Kyllä
|
||||
29/09/2022 15:43:50 Laskuttaja 36-40 v m 13 1 full stack 90 140000 Itse Suomesta voisi lisätä ohjelmointikielet - saisi samalla kerättyä tietoa mihin suuntaan markkina on menossa.
|
||||
29/09/2022 16:48:55 Palkansaaja 51-55 v Mies! 27 Viro Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Arkkitehti Pääosin tai kokonaan etätyö 5800 72500 Vuosibonus on kk-palkan kerrannainen (0-5) mutta ei ole vielä kokemusta lyhyen työsuhteen takia joten en osaa sanoa mitä käytännössä tulee. Kyllä
|
||||
29/09/2022 16:59:23 Palkansaaja 31-35 v 9 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Pääosin tai kokonaan etätyö 6500 85500 Kyllä
|
||||
29/09/2022 18:06:46 Palkansaaja 26-30 v Nainen 0 Joensuu Tuotetalossa, jonka core-bisnes on softa 100% Fullstack + testaus Pääosin tai kokonaan etätyö 3000 36000 Kyllä
|
||||
29/09/2022 21:14:55 Palkansaaja 36-40 v Mies 15 Vincit Tampere Konsulttitalossa 100% Konsultti Pääosin tai kokonaan etätyö 5800 80000 Kyllä
|
||||
29/09/2022 22:43:50 Palkansaaja 31-35 v Mies 10 UpCloud Oy PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Verkkoinsinööri Jotain siltä väliltä 6200 77500 autoetu lisäksi Kyllä
|
||||
29/09/2022 23:10:04 Palkansaaja 36-40 v mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% ohjelmistokehittäjä, full stack Jotain siltä väliltä 4100 52000 Kyllä
|
||||
30/09/2022 06:29:21 Laskuttaja 26-30 v 7 2 Full stack dev 110 170000 Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 08:40:11 Palkansaaja 36-40 v mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 90% Data Scientist Jotain siltä väliltä 5050 64000 Kyllä
|
||||
30/09/2022 08:56:17 Palkansaaja 31-35 v Mies 10 Seed stage start-up PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 6000 75000 Osakeoptio-ohjelma, 4-vuoden vesting, lopputulos ~0.1% firman osakekannasta Ei
|
||||
30/09/2022 09:34:46 Palkansaaja 26-30 v 1 Turku Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 2000 25000 Kyllä
|
||||
30/09/2022 09:37:28 Palkansaaja 31-35 v Mies 8 Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Frontend developer Pääosin tai kokonaan toimistolla 4600 55200 Ei Vuosituloissa neuvotaan että kk-palkka * 12,5 joka vissiin meinaa lomaltapaluurahojen laskemista, mutta jokaisella alalla tätä samaa käytäntöä ei ole :)
|
||||
30/09/2022 09:40:21 Palkansaaja 26-30 v Mies 5 Tampere 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4100 51250 Kyllä
|
||||
30/09/2022 09:54:22 Palkansaaja 36-40 v mies 16 Mozilla PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Staff Software Engineer Pääosin tai kokonaan etätyö 8240 122000 Puolivuosittainen omaan ja koko korporaation tulokseen pohjautuva rahabonus, noin 20% kuukausipalkasta Kyllä
|
||||
30/09/2022 10:11:36 Palkansaaja 31-35 v Mies 10 Vincit Tampere Konsulttitalossa 100% Full-stack Jotain siltä väliltä 4800 63000 Kyllä
|
||||
30/09/2022 10:12:49 Palkansaaja 26-30 v Mies 1 Vincit Turku Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 2341 29300 Ei
|
||||
30/09/2022 10:15:51 Palkansaaja 26-30 v Mies 5 Tampere Konsulttitalossa 100% frontend Jotain siltä väliltä 3800 52000 Kyllä
|
||||
30/09/2022 10:15:57 Palkansaaja 41-45 v Ucceli 23 Vincit Jyväskylä Konsulttitalossa 100% Multirole Jotain siltä väliltä 5470 5000 Ei
|
||||
30/09/2022 10:21:03 Palkansaaja 36-40 v mies 4 Vincit Jyväskylä Konsulttitalossa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4200 52500 Kyllä
|
||||
30/09/2022 10:30:08 Palkansaaja 31-35 v Mies 5 Vincit Oyj Tampere Konsulttitalossa 100% full-stack Jotain siltä väliltä 4062 54000 Lähes kuukausittainen ELA-bonus Ei Kovasti käy ovi ulospäin kun muualla on parempi palkka ja ansaintamalli Ehkä se koulutus liittyy myös tähän palkkaan
|
||||
30/09/2022 10:35:21 Palkansaaja 36-40 v Mies 14 Tampere Konsulttitalossa 100% arkkitehti Pääosin tai kokonaan toimistolla 5200 66000 Kyllä
|
||||
30/09/2022 10:36:52 Palkansaaja 31-35 v Mies 10 Vincit Turku Konsulttitalossa 100% Frontend Jotain siltä väliltä 4400 54000 Kyllä
|
||||
30/09/2022 10:52:57 Palkansaaja 31-35 v Mies 10 Finnish Telecom PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Jotain siltä väliltä 4800 64000 metrics based bonus model once a year ~1 month salary Ei
|
||||
30/09/2022 11:05:21 Palkansaaja 31-35 v mies 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack ohjelmistokehittäjä Jotain siltä väliltä 5800 75000 Kyllä
|
||||
30/09/2022 11:05:56 Palkansaaja 36-40 v Mies 16 Lappeenranta Konsulttitalossa 100% Ohjelmistosuunnittelija Pääosin tai kokonaan etätyö 6300 2000 Peruspalkka + provisio Ei
|
||||
30/09/2022 11:06:02 Palkansaaja 26-30 v Nainen 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Frontend Pääosin tai kokonaan etätyö 4900 69000 Kyllä
|
||||
30/09/2022 11:06:11 Palkansaaja 31-35 v mies 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100% system specialist Pääosin tai kokonaan etätyö 4200 Kyllä
|
||||
30/09/2022 11:06:12 Laskuttaja 21-25 v Mies 5 1 backend, frontend, full stack, devops, data engineering 85 150000 Käytän välitysfirmoja Ulkomailta
|
||||
30/09/2022 11:06:49 Palkansaaja 31-35 v Mies 12 Exove Oulu Tuotetalossa, jonka core-bisnes on softa 100% Senior Developer Pääosin tai kokonaan etätyö 4800 60000 Koeajan jälkeen 2-3k bonus Ei Jäätävä slack-pingi, ei enää kiitos
|
||||
30/09/2022 11:07:08 Laskuttaja 21-25 v Mies 5 1 Full stack 76 Itse Ulkomailta
|
||||
30/09/2022 11:07:10 Palkansaaja 26-30 v Nainen 4 Turku Konsulttitalossa 100% 4650 58125 Kyllä
|
||||
30/09/2022 11:07:11 Laskuttaja 31-35 v Mies 9 2 Softadevausta 97 140000 Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 11:07:29 Palkansaaja 26-30 v 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsultointi + tuote hybridifirmassa 4pv työviikko Engineering lead Pääosin tai kokonaan etätyö 4600 57500 5% firman osinkoa Ei
|
||||
30/09/2022 11:07:42 Palkansaaja 21-25 v Mies 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 3800 47500 Ei
|
||||
30/09/2022 11:07:46 Palkansaaja 31-35 v Mies 8 Smartly PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Vanhempi ohjelmistosuunnittelija Pääosin tai kokonaan etätyö 6000 78000 Ei
|
||||
30/09/2022 11:07:46 Palkansaaja 31-35 v Nainen 6 Geniem Tampere 100% Pääosin tai kokonaan etätyö 3600 45000 Kyllä
|
||||
30/09/2022 11:07:51 Laskuttaja 41-45 v mies 15 1 full stack 80 105000 Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 11:08:23 Palkansaaja 41-45 v Mies 20 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Backend Jotain siltä väliltä 7100 95850 Kyllä
|
||||
30/09/2022 11:08:24 Laskuttaja 26-30 v Mies 4 2.5 Softadevaus, data engineering 90 135000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
30/09/2022 11:08:36 Palkansaaja 31-35 v Mies Etä Tuotetalossa, jonka core-bisnes on softa 100% DevOps/SRE Engineer Pääosin tai kokonaan etätyö 14000 170000 Palkan lisäksi tulee optioita perus startup tyylisesti 4v cliffillä. Kyllä
|
||||
30/09/2022 11:08:40 Laskuttaja 36-40 v mies 10 1 backend devops 95 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 11:08:40 Palkansaaja 41-45 v mies 18 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% pilviarkkitehti Pääosin tai kokonaan etätyö 6000 84000 vapaa-autoetu ja paljon muita pieniä (osa verotettavia) etuja Ei
|
||||
30/09/2022 11:08:56 Palkansaaja 31-35 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä, full-stack Pääosin tai kokonaan toimistolla 5200 65000 Nimellisiä optioita Ei
|
||||
30/09/2022 11:09:08 Palkansaaja 41-45 v Mies 7 Turku Konsulttitalossa 100% full-stack Pääosin tai kokonaan toimistolla 4000 50000 Kyllä
|
||||
30/09/2022 11:09:17 Palkansaaja 31-35 v nainen 4 PK-Seutu (Helsinki, Espoo, Vantaa) 100% WordPress Developer Pääosin tai kokonaan etätyö 4200 52500 Kyllä
|
||||
30/09/2022 11:09:36 Palkansaaja 26-30 v Mies 8 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Team Lead / Ohjelmistokehittäjä 5000 66000 Kyllä
|
||||
30/09/2022 11:09:37 Palkansaaja 21-25 v Mies 4 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100% Lead Developer Jotain siltä väliltä 4100 51250 Ei
|
||||
30/09/2022 11:09:37 Palkansaaja 31-35 v Mies 10 Hämeenlinna Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Täysin vapaa järjestely, ei rajoituksia. 2750 35000 Kyllä
|
||||
30/09/2022 11:09:41 Palkansaaja 41-45 v Mies 20 Turku Konsulttitalossa 100% ohjelmistökehittäjä/arkkitehti Pääosin tai kokonaan etätyö 7300 90000 50% laskutuksesta Kyllä
|
||||
30/09/2022 11:09:58 Palkansaaja 26-30 v miäsh 2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä (frontend ja legacy-hommia) Pääosin tai kokonaan etätyö 3400 41000 Ei Palkkaa voisi saada jostain muualta enemmän, mutta kokonaiskuvana (työn sisältö, tiimi, rahanarvoiset edut), sen verran tyytyväinen, että en ainakaan vielä ole vaihtamassa.
|
||||
30/09/2022 11:10:03 Palkansaaja 41-45 v Mies 10 Vaasa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Service Manager DevOps Pääosin tai kokonaan etätyö 6200 77185 Kyllä
|
||||
30/09/2022 11:10:16 Palkansaaja 46-50 v mies 22 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% ohjelmistokehittäjä full stack Jotain siltä väliltä 5500 70000 Kyllä
|
||||
30/09/2022 11:10:17 Palkansaaja 41-45 v mies 22 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% arkkitehti Pääosin tai kokonaan etätyö 6400 82000 Kyllä
|
||||
30/09/2022 11:10:54 Palkansaaja 26-30 v Mies 5 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5000 77000 Osakkeet + palkka Kyllä
|
||||
30/09/2022 11:10:58 Palkansaaja 41-45 v Mies 22 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% testaaja Pääosin tai kokonaan etätyö 4500 Ei
|
||||
30/09/2022 11:11:28 Palkansaaja 31-35 v Mies 8 Energiayhtiö PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Product owner Pääosin tai kokonaan etätyö 5220 68000 Kyllä
|
||||
30/09/2022 11:12:04 Palkansaaja 36-40 v mies 0 Experis Academy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Java Full Stack Pääosin tai kokonaan etätyö 3000 37500 Ei Experis Academy(yritys, jossa olen palkkalistoilla) on kansainvälinen yritys, joka on tarkoitettu uran alkuvaiheessa oleville koodareille, jonka tarkoituksena on kouluttaa konsultteja 3kk intensiivijakson aikana. Palkka hieman parempi kuin junior-koodareilla, mutta toisaalta myös voidaan vaatiakin hieman enemmän osaamista
|
||||
30/09/2022 11:12:32 Palkansaaja 26-30 v Mies 8 Tampere Konsulttitalossa 100% full-stack Pääosin tai kokonaan toimistolla 4800 60000 Kyllä
|
||||
30/09/2022 11:12:36 Palkansaaja 26-30 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack-kehittäjä, team lead Jotain siltä väliltä 6000 75000 Osakkeet, kuntosalijäsenyys, ylimääräinen lomaviikko Kyllä
|
||||
30/09/2022 11:13:06 Laskuttaja 26-30 v M 6 2 Full stack web-ohjelmointia 160000 Itse Ulkomailta
|
||||
30/09/2022 11:13:37 Palkansaaja 31-35 v Mies 8 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 5500 66000 Kyllä
|
||||
30/09/2022 11:13:46 Palkansaaja 26-30 v mies 0 academic work Tampere Konsulttitalossa 100% junior backend Jotain siltä väliltä 2600 32,500 Kyllä kokemusta jo kolme viikkoa it alalta
|
||||
30/09/2022 11:17:10 Palkansaaja 46-50 v Mies 25 Kööpenhamina Konsulttitalossa 80% full-stack Pääosin tai kokonaan etätyö 6185 80680 Kyllä
|
||||
30/09/2022 11:17:17 Palkansaaja 36-40 v Nainen 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Frontend developer Jotain siltä väliltä 3200 40000 Kyllä
|
||||
30/09/2022 11:17:23 Palkansaaja 41-45 v mies 19 Tuotetalossa, jonka core-bisnes on softa 100% principal software engineer Pääosin tai kokonaan etätyö 10500 200000 Kyllä
|
||||
30/09/2022 11:17:46 Palkansaaja 41-45 v 22 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% arkkitehti Pääosin tai kokonaan etätyö 7100 94000 Kyllä
|
||||
30/09/2022 11:17:48 Palkansaaja 36-40 v Mies 10 Tuotetalossa, jonka core-bisnes on softa 100% Backend Pääosin tai kokonaan etätyö 4500 60000 Ei
|
||||
30/09/2022 11:18:23 Palkansaaja 21-25 v mies 3 Tampere Konsulttitalossa 100% Full-stack developer Pääosin tai kokonaan etätyö 3760 51000 Puolivuosittain maksettava bonus firman tuloksen perusteella, vaihtelevia korvauksia esim. on-call -hommista Ei
|
||||
30/09/2022 11:18:35 Palkansaaja 31-35 v kummajainen 6 Netum Tampere Konsulttitalossa 100% ohjelmistokehittäjä, mallia full-stack Pääosin tai kokonaan etätyö 5000 63000 Kyllä
|
||||
30/09/2022 11:19:02 Palkansaaja 41-45 v Nainen 18 Yleisradio Oy PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Team Lead Jotain siltä väliltä 5900 73000 Kyllä
|
||||
30/09/2022 11:19:11 Palkansaaja 46-50 v Mies 23 Jyväskylä Konsulttitalossa 100% Datatieteilijä Jotain siltä väliltä 5100 64000
|
||||
30/09/2022 11:19:42 Palkansaaja 36-40 v mies 12 nexi PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5800 76000 5% vuosipalkasta on oletusbonus Kyllä
|
||||
30/09/2022 11:19:47 Palkansaaja 36-40 v Mies 10 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Arkkitehti / Full-stack kehittäjä Pääosin tai kokonaan etätyö 7800 97000 Laskutusperustainen palkka + asiakastyytyväisyysbonus Kyllä
|
||||
30/09/2022 11:20:43 Laskuttaja 31-35 v Mies 10 5 Full-stack, lead developer 80 120000 Itse Suomesta, Ulkomailta
|
||||
30/09/2022 11:20:43 Palkansaaja 41-45 v mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Engineering Manager Pääosin tai kokonaan etätyö 6500 81250 optioita, joiden arvo selviää tulevaisuudessa Kyllä
|
||||
30/09/2022 11:21:51 Palkansaaja 31-35 v Mies 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full stack Pääosin tai kokonaan etätyö 4620 55440 Kyllä
|
||||
30/09/2022 11:22:27 Laskuttaja 31-35 v Mies? 13 3 frontend, full stack 85 125000 Itse, Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 11:22:32 Palkansaaja 31-35 v mies 12 Oulu Tuotetalossa, jonka core-bisnes on softa 100% Frontend Pääosin tai kokonaan etätyö 4572 70866 Ei
|
||||
30/09/2022 11:23:02 Palkansaaja 31-35 v Mies 6 Konsulttitalossa 100% Mobiili / backend devaaja Pääosin tai kokonaan etätyö 4000 50000 Ei
|
||||
30/09/2022 11:23:06 Palkansaaja 26-30 v Nainen 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä, backend pääosin, mutta kaikkea mahtuu Pääosin tai kokonaan etätyö 4500 56250 Kyllä
|
||||
30/09/2022 11:23:51 Palkansaaja 41-45 v nainen 2 Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% ohjelmistokehittäjä Jotain siltä väliltä 3100 38750 Ei
|
||||
30/09/2022 11:24:20 Laskuttaja Mies 24 3 Team Lead, projekti- ja tuotekonsultointi 116 236000 Itse Suomesta, Ulkomailta
|
||||
30/09/2022 11:25:24 Palkansaaja 41-45 v Mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% SAP-konsultti Pääosin tai kokonaan etätyö 3200 40000 Ei
|
||||
30/09/2022 11:26:13 Palkansaaja 26-30 v mies 5 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Jotain siltä väliltä 5300 63600 Kyllä
|
||||
30/09/2022 11:26:45 Palkansaaja 26-30 v Mies 4 Tampere Konsulttitalossa 100% Full-stack pilvikehittäjä Jotain siltä väliltä 4700 58750 Kyllä
|
||||
30/09/2022 11:28:38 Laskuttaja 31-35 v Mies 8 4 Full stack web ja mobiili 65 84000 Itse Suomesta
|
||||
30/09/2022 11:28:45 Palkansaaja 26-30 v 6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80% full-stack Pääosin tai kokonaan etätyö 5500 75000 optiot, työsuhdeauto, oma toimisto kodin vierestä, vakuutus, gadget budjetti Kyllä
|
||||
30/09/2022 11:29:20 Palkansaaja 31-35 v Mies 9 Wunderdog PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack developer Jotain siltä väliltä 5600 70500 Kyllä
|
||||
30/09/2022 11:30:35 Palkansaaja 31-35 v 8 Oulu Tuotetalossa, jonka core-bisnes on softa 100% Full-stack developer (Cloud) Pääosin tai kokonaan etätyö 5500 68750 Kyllä
|
||||
30/09/2022 11:31:12 Palkansaaja 26-30 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Software engineer Jotain siltä väliltä 5000 62500 Kyllä
|
||||
30/09/2022 11:36:08 Palkansaaja 31-35 v Mies 1 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Database Administrator, Linux-palvelujen ylläpitäjä, inframies Pääosin tai kokonaan etätyö 3468 50000 Perus bonusmalli miten eli firma suoriutuu, ei voi käytännössä itse vaikuttaa sen suuruuteen. Ylitöitä, yötöitä ja varallaoloa jotka nostavat kuukausiansion todellisuudessa ~4000-5000e/kk. Kyllä
|
||||
30/09/2022 11:37:31 Palkansaaja 26-30 v mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% ohjelmistokehittäjä, full-stack Pääosin tai kokonaan etätyö 4500 54000 Ei
|
||||
30/09/2022 11:40:59 Palkansaaja 36-40 v Mies 7 Mehiläinen Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5200 62400 Ei
|
||||
30/09/2022 11:42:07 Palkansaaja 41-45 v mies 24 Jyväskylä Konsulttitalossa 100% ohjelmoija, backend Jotain siltä väliltä 5259.29 65741 osakkeita Kyllä
|
||||
30/09/2022 11:42:49 Palkansaaja 41-45 v Mies 25 Oulu Konsulttitalossa 100% Lead developer Jotain siltä väliltä 7600 95000 Kyllä
|
||||
30/09/2022 11:43:51 Palkansaaja 31-35 v Mies 11 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä, mobiili Pääosin tai kokonaan etätyö 5400 68000 Kyllä
|
||||
30/09/2022 11:44:15 Palkansaaja 41-45 v Nainen 10 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Product Owner Pääosin tai kokonaan etätyö 5420 2500 Kyllä
|
||||
30/09/2022 11:44:39 Palkansaaja 31-35 v Mies 8 Mavericks Software Oy Turku Konsulttitalossa 100% Fullstack Developer Pääosin tai kokonaan etätyö 7350 92000 Kyllä
|
||||
30/09/2022 11:47:00 Palkansaaja 36-40 v mies 11 Tampere Konsulttitalossa 100% ohjelmistokehittäjä, arkkitehti ja projektipäällikkö Jotain siltä väliltä 6000 75000 peruspalkka + satunnainen vuosibonus Kyllä
|
||||
30/09/2022 11:49:33 Laskuttaja 41-45 v Mies 22 5 full stack dev / teknologia konsultointia, arkkitehtuuria 85 29500 Käytän välitysfirmoja Suomesta Laskuttavan työn lisäksi teen tuotekehitystä omaan b2c SaaS-palveluun, josta maksan itselleni myös palkkaa.
|
||||
30/09/2022 11:51:05 Palkansaaja 31-35 v Mies 10 Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full-stack Jotain siltä väliltä 4500 56500 Osakkeita palkan lisäksi
|
||||
30/09/2022 11:57:10 Palkansaaja 36-40 v Mies 16 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Frontend Pääosin tai kokonaan etätyö 6300 Kyllä
|
||||
30/09/2022 11:57:17 Palkansaaja 31-35 v mies 1 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3600 45000 Kyllä
|
||||
30/09/2022 12:03:17 Palkansaaja 36-40 v Mies 11 Kuopio Konsulttitalossa 100% Sovelluskehittäjä Pääosin tai kokonaan etätyö 4000 50000 Kyllä Mitä työsuhde-etuja (työmatkaetu, lounasetu, jne.) saat? Koulutustausta? Onko sinulla sertifikaatioita, ja jos on, mitä? Teetkö sivukeikkoja, ja jos teet , mitä?
|
||||
30/09/2022 12:04:34 Palkansaaja 31-35 v mies 14 Mavericks Turku Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 7850 98000 53% laskutuksesta Kyllä tietyn palkkatason jälkeen työntekijät alkavat ottamaan enemmän lomaa ja vapaa-aika. Se on eri asia kuin 100% allokaatio työtä tehdessä ja vaikuttaa vuosituloihin. Pääomatulot työnantajan osakkeilla taas voivat usein olla kerta luontoisia, mutta tuoda paljonkin lisätuloja
|
||||
30/09/2022 12:04:43 Palkansaaja 36-40 v male 15 Mavericks Turku Konsulttitalossa 100% DevOps Pääosin tai kokonaan etätyö 7500 82000 Kyllä
|
||||
30/09/2022 12:05:02 Palkansaaja 26-30 v Mies 5 Tampere Konsulttitalossa 100% .NET developer Pääosin tai kokonaan toimistolla 4400 55000 Kyllä
|
||||
30/09/2022 12:06:25 Palkansaaja 36-40 v mies 11 Leanware Oy Tampere Tuotetalossa, jonka core-bisnes on softa 100% senior ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4750 59375 Kyllä
|
||||
30/09/2022 12:06:27 Palkansaaja 31-35 v Mies 5 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 4300 54000 Kyllä
|
||||
30/09/2022 12:09:30 Palkansaaja 46-50 v Mies 3 Terveystalo PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 4100 51250 Kyllä
|
||||
30/09/2022 12:12:11 Laskuttaja 36-40 v Mies 14 1.5 Softadevaus fullstack + cloud, arkkitehtuuri, devops 90 160000 Käytän välitysfirmoja Suomesta Tällä hetkellä sopparit tehdään 1v kerrallaan. Firman muoto OY. Ehkä laskuttajilta vois kysyy firman muotoa (vai onko OY niin de facto ettei kannata?). Toinen mitä voisi kysyä on se, että kuinka isoa palkkaa itselleen maksaa, jos maksaa.
|
||||
30/09/2022 12:14:04 Palkansaaja 41-45 v mies 23 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 90% arkkitehti, data, backend Pääosin tai kokonaan toimistolla 6000 90000 vähemmistöosakkuus Kyllä Yrittäjähenkisessä työskentelyssä ei usein lasketa työtunteja. Siten esim. 90% työaika on aika näennäinen. Välillä tehdään kovempaa ja välillä rauhallisemmin.
|
||||
30/09/2022 12:16:31 Palkansaaja 36-40 v Mies 13 Wunder Finland Oy Turku Tuotetalossa, jonka core-bisnes on softa 100% Backend Pääosin tai kokonaan etätyö 3754 49000 Kyllä
|
||||
30/09/2022 12:20:00 Palkansaaja 41-45 v Mies 16 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data scientist Pääosin tai kokonaan toimistolla 6500 83000 Minimaaliset osakkeet, ei vaikutusta mihinkään Ei
|
||||
30/09/2022 12:20:24 Palkansaaja 36-40 v Mies 5 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% IT-Manager Pääosin tai kokonaan toimistolla 3,300€ 40000 Kyllä
|
||||
30/09/2022 12:21:17 Palkansaaja 21-25 v mies 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 5200 65000 Kyllä
|
||||
30/09/2022 12:26:25 Palkansaaja 26-30 v mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack developer Pääosin tai kokonaan etätyö 5400 70200 Kyllä
|
||||
30/09/2022 12:27:08 Palkansaaja 41-45 v mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Lähiesimies, ohjelmistokehittäjä (Drupal backend) Pääosin tai kokonaan etätyö 4600 57500 Ei
|
||||
30/09/2022 12:30:27 Palkansaaja 36-40 v Mies 15 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Jotain siltä väliltä 6700 85000 Ei
|
||||
30/09/2022 12:30:29 Palkansaaja 36-40 v Mies 18 Mavericks PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior Mobile Engineer Pääosin tai kokonaan etätyö 8000 100000 Kyllä
|
||||
30/09/2022 12:31:56 Palkansaaja 31-35 v Mies 9 Gofore PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Tekninen Projektipäällikkö Pääosin tai kokonaan etätyö 5000 62500 Kyllä Pizza-alennuskoodia mukaan!!!
|
||||
30/09/2022 12:34:01 Palkansaaja 31-35 v 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 7500 93750 brutto on ~50% laskutuksesta Kyllä
|
||||
30/09/2022 12:42:20 Palkansaaja 31-35 v nainen 7 Turku Konsulttitalossa 100% Full-stack-kehittäjä 4400 58000 Kyllä
|
||||
30/09/2022 12:42:35 Palkansaaja 26-30 v Mies 4 Nordcloud Kuopio Konsulttitalossa 100% ohjelmistokehittäjä Jotain siltä väliltä 4000 50000 Kyllä
|
||||
30/09/2022 12:50:11 Palkansaaja 26-30 v Mies 4 Arado Turku Konsulttitalossa Ei työaikaa, mutta tähtään 100%. Toteutuu vähän vähemmän koska arvostan vapaa-aikaani Full-stack konsultti Jotain siltä väliltä 6500 81250 50% toteutuneesta laskutuksesta tai erittäin reilu takuupalkka. Kyllä Olisko siistiä vertailla palkkoja kans teknologiakohtaisest kyselemällä vaikkapa tärkeimmät teknologiat työssäsi?
|
||||
30/09/2022 12:51:50 Palkansaaja 31-35 v mies 16 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% ohjelmistokehittäjä (frontend) Jotain siltä väliltä 5103 64810 Ei
|
||||
30/09/2022 12:59:52 Laskuttaja 31-35 v mies 7 2 Full stack, arkkitehtuuria 80 93000 Itse, Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 13:00:03 Palkansaaja 36-40 v Mies 5 Tampere Tuotetalossa, jonka core-bisnes on softa 100% full-stack Pääosin tai kokonaan etätyö 3580 48330
|
||||
30/09/2022 13:05:48 Palkansaaja 31-35 v Mies 10 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 5750 75000 Palkka valtaosa tuloista. Vuosittainen tulospohjainen bonari, vähän osinkoja, kaikki lounasedut ja sen semmoiset. Kyllä
|
||||
30/09/2022 13:25:25 Palkansaaja 31-35 v Mies 7 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Full-stack kehittäjä Jotain siltä väliltä 4800 57600 Ei
|
||||
30/09/2022 13:29:01 Palkansaaja 36-40 v mies 14 Reaktor Turku Konsulttitalossa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5700 71250 palkka + satunnainen bonus max kerran vuodessa Kyllä
|
||||
30/09/2022 13:30:35 Laskuttaja 36-40 v Miäs 12 1.5 Softadevausta 120000 Käytän välitysfirmoja Suomesta
|
||||
30/09/2022 13:30:53 Palkansaaja 41-45 v mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5200 65000
|
||||
30/09/2022 13:34:34 Palkansaaja 26-30 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Engineering Lead Pääosin tai kokonaan etätyö 6500 80000 75/25 rahaa/optioita Ei
|
||||
30/09/2022 13:37:53 Palkansaaja 26-30 v 10 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Software Developer Pääosin tai kokonaan toimistolla 5200 67200 Kiinteä kk-palkka ja osakkeita Kyllä
|
||||
30/09/2022 13:41:46 Palkansaaja 36-40 v Mies 12 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä Jotain siltä väliltä 6100 100000 Vuosittaiset bonukset rahana sekä erikseen vuosittaiset RSU:t palkanlisänä (rajoitettuja osakeoikeuksia) Kyllä
|
||||
30/09/2022 14:00:31 Palkansaaja 31-35 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Software engineer Jotain siltä väliltä 5800 86000 Kyllä
|
||||
30/09/2022 14:01:21 Laskuttaja 41-45 v Mies 15 8 Arkkitehti/projektipäällikkö 230000 Itse Suomesta
|
||||
30/09/2022 14:04:06 Palkansaaja 31-35 v Mies 18 Mavericks Software Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 6500 82000 Pohjapalkka + provisio. Itsellä ollut paljon sairaslomia yms. mitkä vaikuttavat myös kompensaatioon. Kyllä
|
||||
30/09/2022 14:08:46 Palkansaaja 31-35 v mies 12 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Full-stack web developer Pääosin tai kokonaan etätyö 5700 71250 Osakeanti työntekijöille Kyllä
|
||||
30/09/2022 14:09:23 Palkansaaja 36-40 v Nainen 14 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% CTO Pääosin tai kokonaan toimistolla 6500 81250 Osuuskunta osuus Kyllä En oo ihan varma miten muut toisissa vastaavan kokoluokan yrityksissä saa palkkaa vastaavasta roolista.
|
||||
30/09/2022 14:09:29 Palkansaaja 26-30 v Mies 8 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% senion full-stack kehittäjä, analyytikko Pääosin tai kokonaan etätyö 5950 75375 Mahdollisuus ostaa yrityksen osakkeita, joista saa osinkoa Kyllä
|
||||
30/09/2022 14:15:31 Palkansaaja 41-45 v Mies 24 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior Software Engineer Pääosin tai kokonaan etätyö 7500 93750 Optio-paketti. Kyllä
|
||||
30/09/2022 14:17:22 Palkansaaja 46-50 v Nainen 26 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Team Lead Jotain siltä väliltä 5650 79000 Ei
|
||||
30/09/2022 14:20:19 Palkansaaja 41-45 v M 19 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% projektipäällikkö Jotain siltä väliltä 5550 69000 Firman kasvuprosentista johdettu kerroin * 1k€. Vaihteluväli siis 0..1000€/kk, toteutuma tällä hetkellä n. 400-500. Kyllä
|
||||
30/09/2022 14:31:05 Palkansaaja 36-40 v 13 Tampere Konsulttitalossa 100% full-stack-ohjelmistokehittäjä Jotain siltä väliltä 5700 71250 Kyllä
|
||||
30/09/2022 14:51:39 Palkansaaja 36-40 v Mies 13 Tampere Konsulttitalossa 100% full-stack/arkkitehti Jotain siltä väliltä 6200 80000 Kyllä
|
||||
30/09/2022 15:00:10 Palkansaaja 36-40 v M 15 Oulu Julkinen tai kolmas sektori 100% Opettaja Jotain siltä väliltä 5500 65000 Kyllä
|
||||
30/09/2022 15:02:07 Palkansaaja 36-40 v Mies 13 Turku Konsulttitalossa 100% full-stack Jotain siltä väliltä 8250 105000 Kuukausipalkka + päivystyskorvaukset + osingot Kyllä
|
||||
30/09/2022 15:17:33 Palkansaaja 36-40 v Mies 18 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Director Pääosin tai kokonaan etätyö 6250 95000 Ei
|
||||
30/09/2022 15:17:33 Palkansaaja 36-40 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Jotain siltä väliltä 5800 72500 Kyllä
|
||||
30/09/2022 15:28:48 Palkansaaja 41-45 v mies 20 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Team Lead Pääosin tai kokonaan etätyö 6800 100000 Osakkeita/Optioita Kyllä
|
||||
30/09/2022 15:37:16 Palkansaaja 26-30 v jäbä 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Pääosin tai kokonaan toimistolla 3300 40000 Kyllä
|
||||
30/09/2022 15:52:14 Palkansaaja 26-30 v mies 6 Tampere Konsulttitalossa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5000 62500 Kuukausipalkka. Myös osakkeista pitäisi tulla osinkoja, mutta en ole ollut osakkeenomistajana vielä kokonaista tilikautta joten näistä tuleva raha on vielä mysteeri Kyllä
|
||||
30/09/2022 15:55:38 Palkansaaja 41-45 v mies 12 Vincit PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full stack everything Pääosin tai kokonaan etätyö 4581 57500 Kyllä
|
||||
30/09/2022 16:01:57 Palkansaaja 46-50 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior developer Jotain siltä väliltä 5490 68625 Kyllä
|
||||
30/09/2022 16:14:36 Palkansaaja 36-40 v 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Backend kehittäjä Pääosin tai kokonaan etätyö 6600 84000 Kyllä
|
||||
30/09/2022 19:03:57 Laskuttaja 51-55 v nope 31 6 softan kehitystä, arkkitehtuuria 60 30 Itse Ulkomailta
|
||||
30/09/2022 19:15:09 Palkansaaja 31-35 v Mies 7 Tampere Julkinen tai kolmas sektori 100% full-stack-kehittäjä Pääosin tai kokonaan etätyö 5600 70000 Ei ole Kyllä
|
||||
30/09/2022 19:39:25 Palkansaaja 41-45 v Mies 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% CTO Pääosin tai kokonaan etätyö 4500 54000 Ei
|
||||
30/09/2022 19:52:02 Palkansaaja 41-45 v Mies 8 Siili Solutions Oyj PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% pilviarkkitehti/kehittäjä Pääosin tai kokonaan etätyö 4600 57500 Kyllä
|
||||
30/09/2022 21:31:31 Palkansaaja 31-35 v M 4 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Jotain siltä väliltä 5000 65000 Kyllä
|
||||
01/10/2022 04:35:34 Palkansaaja 41-45 v M 15 Sydney, Australia Tuotetalossa, jonka core-bisnes on softa 100% Senior Software Engineer Jotain siltä väliltä 9000 108000 10.5% eläkemaksu palkan päälle (australialainen käytäntö) sekä ESOP Kyllä
|
||||
01/10/2022 05:44:04 Palkansaaja 46-50 v mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80% data engineer Pääosin tai kokonaan toimistolla 5300 68000 sitten on pieni määrä osakkeita, joista olen joutunut rahalla maksamaan Kyllä
|
||||
01/10/2022 08:08:12 Palkansaaja 31-35 v Mies 12 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Devaaja (full stack + mobiili) Jotain siltä väliltä 5 665 77000 Osakkeet, vuosibonus (koko firmalle sama), open source työ (palkan päälle) Ei
|
||||
01/10/2022 08:17:32 Laskuttaja 26-30 v Mies 0 0 Web3 full stack 70000 Itse Suomesta, Ulkomailta
|
||||
01/10/2022 08:51:47 Palkansaaja 36-40 v Mies 18 Reaktor Tampere Konsulttitalossa 100% Arkkitehti Jotain siltä väliltä 6300 78750 Kyllä
|
||||
01/10/2022 12:02:34 Palkansaaja 36-40 v Mies 13 Arado Turku Konsulttitalossa 100% Full-stack -devaaja Jotain siltä väliltä 6500 82000 Kyllä
|
||||
01/10/2022 12:57:37 Palkansaaja 41-45 v 12 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Pääosin tai kokonaan etätyö 6750 81000 Kyllä
|
||||
01/10/2022 14:12:13 Palkansaaja 46-50 v Nainen 25 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Testaaja Pääosin tai kokonaan etätyö 7000 91000 Palkka, bonukset, ei musta Kyllä
|
||||
01/10/2022 16:20:38 Palkansaaja 31-35 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Pääosin tai kokonaan etätyö 9000 112500 Kyllä
|
||||
01/10/2022 16:37:40 Palkansaaja 36-40 v Mies 6 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 4800 66000 Ei
|
||||
01/10/2022 18:10:25 Palkansaaja 26-30 v Mies 5 Turku Konsulttitalossa 100% Full-stack dev Jotain siltä väliltä 4800 62000 Kyllä
|
||||
01/10/2022 18:35:12 Palkansaaja 31-35 v Nainen 0 Tampere Tuotetalossa, jonka core-bisnes on softa 80% Service Manager Trainee Pääosin tai kokonaan etätyö 1880 23500 Ei Koulu vielä kesken ja se vaikuttaa palkkaan Koulutusta voisi kysyä ja onko se vielä kesken
|
||||
01/10/2022 19:34:49 Palkansaaja 31-35 v mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% ohjelmistokehittäjä Jotain siltä väliltä 5500 68750 Kyllä
|
||||
01/10/2022 20:48:52 Palkansaaja 36-40 v Mies 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 7200 90000 Kyllä
|
||||
01/10/2022 22:57:21 Palkansaaja 21-25 v Mies 10 Turku Tuotetalossa, jonka core-bisnes on softa 100% Laidasta laitaan koodia (frontend, backend, cloud, devops, arkkitehturointi, yms.) + esimieshommat Pääosin tai kokonaan etätyö 6500 78000 Ei Palkka ei ole kilpailukykyinen, jos mietin paljonko pyytäisin vastaavasta positiosta palkkaa muissa yrityksissä, mutta varsin tarpeeksi nykyisessä yrityksessä. Kompensaatioon sitomaton omistus, esim. founder yms. roolit.
|
||||
01/10/2022 23:10:05 Palkansaaja 36-40 v Miesoletettu 11 Pieni koodiputka, alle 1milj. liikevaihto PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% CTO Jotain siltä väliltä 6000 78000 Massia tulee, kunhan hoitaa.hommansa Kyllä
|
||||
01/10/2022 23:21:59 Laskuttaja 31-35 v Mies 2 2 Backend 190000 Itse Ulkomailta Työsuhteessa ulkomaalaiseen firmaan, ainoastaan palkanmaksu menee oman firman kautta
|
||||
02/10/2022 01:45:08 Palkansaaja 31-35 v Mies 10 Reaktor Tampere Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 4700 60000 Ei
|
||||
02/10/2022 08:38:33 Palkansaaja 46-50 v Mies 22 Tampere Konsulttitalossa 100% pilviasiantuntija Pääosin tai kokonaan etätyö 5290 66125 lisäksi henkilöstön osakesäästöohjelma Kyllä
|
||||
02/10/2022 09:02:31 Palkansaaja 31-35 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 8000 100000 Kyllä
|
||||
02/10/2022 09:04:45 Palkansaaja 31-35 v Mies 5 CGI PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistosuunnittelija & scrum-master Pääosin tai kokonaan etätyö 4600 57500 Kuukausipalkasta 3% osakkeina Kyllä
|
||||
02/10/2022 09:40:29 Palkansaaja 31-35 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% frontend ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5500 70000 Kyllä
|
||||
02/10/2022 13:46:20 Palkansaaja 31-35 v NAinen 3 Siili PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Fullstack Pääosin tai kokonaan etätyö 3350 Ei
|
||||
02/10/2022 21:04:24 Palkansaaja 36-40 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Cloud infra Pääosin tai kokonaan etätyö 12900 188000 Optiot listaamattomasta yrityksestä Kyllä Yritys Yhdysvalloista, kuten suurin osa tiimiäkin. Presenssi myös Suomessa
|
||||
02/10/2022 23:46:36 Palkansaaja 36-40 v Mies 12 Tampere Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 6300 80000 Kyllä
|
||||
02/10/2022 23:47:20 Palkansaaja 31-35 v mies 5 Tampere Konsulttitalossa 100% Pääosin tai kokonaan etätyö 5000 62500 Kyllä
|
||||
03/10/2022 06:50:08 Palkansaaja 46-50 v Mies 20 Turku Konsulttitalossa 100% Full-stack programmer Pääosin tai kokonaan etätyö 6400 80000 Kyllä
|
||||
03/10/2022 06:51:35 Palkansaaja 36-40 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Kehittäjä, tuotepäällikkö Pääosin tai kokonaan etätyö 7000 87500 Kyllä
|
||||
03/10/2022 07:37:06 Laskuttaja 41-45 v Mies 18 4 80 135000 Käytän välitysfirmoja Suomesta
|
||||
03/10/2022 08:13:55 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 4220 52750 Kyllä Työnantaja maksaa etätoimiston vuokran ja nettiyhteyteni, näitä en laskenut vuosiansioihin mukaan. Ehkä joku työsuhde-edut rahallisesti osuus myös?
|
||||
03/10/2022 08:25:49 Palkansaaja 31-35 v mies 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Android kehittäjä Pääosin tai kokonaan etätyö 7000 90000 osingoista 5% palkasta Kyllä
|
||||
03/10/2022 08:32:25 Palkansaaja 26-30 v mies 10 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% ohjelmistokehittäjä, full-stack Jotain siltä väliltä 6000 77000 Kyllä
|
||||
03/10/2022 08:59:37 Palkansaaja 31-35 v mies 8 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Programmer/DevOps Jotain siltä väliltä 4500 56000 Ei
|
||||
03/10/2022 09:14:49 Palkansaaja 26-30 v Mies 5 Turku Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 4500 5062 Kyllä
|
||||
03/10/2022 09:31:49 Palkansaaja 31-35 v Nainen 16 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Team Lead Pääosin tai kokonaan etätyö 4900 61250 Ei
|
||||
03/10/2022 09:41:54 Palkansaaja 41-45 v mies 17 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% DevOps Manager Jotain siltä väliltä 5500 84000 perusosa + 2x/y bonus + osingot Kyllä
|
||||
03/10/2022 09:44:08 Palkansaaja 31-35 v nainen 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% ohjelmistokehittäjä (frontend) Pääosin tai kokonaan toimistolla 4000 Kyllä
|
||||
03/10/2022 10:10:11 Palkansaaja 31-35 v nainen 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack ohjelmistokehittäjä Jotain siltä väliltä 5500 70000 osakkeita Kyllä
|
||||
03/10/2022 10:57:09 Palkansaaja 41-45 v Mies 5 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4750 60000 Osan eri mittarien mukaan puolivuosittain maksettavasta muuttuvasta palkasta voi sijoittaa yrityksen osakkeisiin ja optioihin, jotka sitten pienentävät kokonaisvuosiansioita vastaavasti. Ei
|
||||
03/10/2022 11:16:54 Palkansaaja 36-40 v Mies 17 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Teknologiajohtaja Jotain siltä väliltä 7000 87500 Osakkeita ja optioita Kyllä
|
||||
03/10/2022 11:32:38 Palkansaaja 26-30 v Mies 5 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 4600 57500 Kyllä
|
||||
03/10/2022 11:52:48 Laskuttaja 36-40 v Mies 10 3 Backend, frontend, full stack, arkkitehtuuri 95 140000 Itse Suomesta
|
||||
03/10/2022 12:00:39 Palkansaaja 21-25 v m 1 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% front-end Pääosin tai kokonaan etätyö 2500 31250 Kyllä
|
||||
03/10/2022 12:55:43 Palkansaaja 36-40 v Mies 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Jotain siltä väliltä 4720 59000 osakkuus Kyllä
|
||||
03/10/2022 14:38:56 Palkansaaja 36-40 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Tech Lead Pääosin tai kokonaan etätyö 6900 86000 Kyllä
|
||||
03/10/2022 14:39:16 Palkansaaja 36-40 v mies 17 Kalifornia Tuotetalossa, jonka core-bisnes on softa 100% Site Reliability Engineer Pääosin tai kokonaan etätyö 11250 11250 Työsuhdeoptiot Kyllä
|
||||
03/10/2022 15:05:12 Palkansaaja 31-35 v Mies 9 Oulu Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 5600 1000 osakkeita Kyllä
|
||||
03/10/2022 15:52:02 Palkansaaja 26-30 v Mies 4 Tampere Konsulttitalossa 100% Backend Ohjelmistokehittäjä Jotain siltä väliltä 4000 52800 Kyllä
|
||||
03/10/2022 16:40:06 Palkansaaja 41-45 v mies 0 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Varhaiskasvatuksen avustaja Pääosin tai kokonaan toimistolla 1903 23788 Kyllä
|
||||
03/10/2022 19:30:09 Palkansaaja 31-35 v Mies 2 Seinäjoki Tuotetalossa, jonka core-bisnes on softa 100% Software developer Pääosin tai kokonaan etätyö 2850 35625 Ei
|
||||
03/10/2022 19:40:34 Palkansaaja 36-40 v Mies 12 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Projekti-insinööri Pääosin tai kokonaan etätyö 5000 80000 Kyllä
|
||||
03/10/2022 19:43:31 Palkansaaja 31-35 v 10 Jyväskylä Konsulttitalossa 100% Pääosin tai kokonaan etätyö 6500 Kyllä
|
||||
03/10/2022 19:45:41 Palkansaaja 31-35 v Mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 4070 48500 Ei
|
||||
03/10/2022 19:48:20 Palkansaaja 36-40 v Mies 10 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% DevOps Jotain siltä väliltä 5100 65000 Kyllä
|
||||
03/10/2022 19:48:23 Palkansaaja 31-35 v mies 1 Rauma Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% back-end Pääosin tai kokonaan etätyö 2300 28750 ei ole Ei
|
||||
03/10/2022 20:09:47 Palkansaaja 36-40 v Mies 12 Tampere Tuotetalo, core-bisnes fyysisissä tuotteissa 80% Lead developer Pääosin tai kokonaan etätyö 4700 64000 Vuosibonus Kyllä
|
||||
03/10/2022 20:12:10 Palkansaaja 46-50 v mies 22 Tampere Julkinen tai kolmas sektori 100% asiantuntija Pääosin tai kokonaan etätyö 4080 65000 Ei
|
||||
03/10/2022 20:13:56 Palkansaaja 31-35 v mies 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% backend Jotain siltä väliltä 6000 Kyllä
|
||||
03/10/2022 20:15:14 Palkansaaja 31-35 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack kehittäjä Jotain siltä väliltä 5800 72500 Kyllä
|
||||
03/10/2022 20:34:47 Palkansaaja 41-45 v Mies 21 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% system specialist Pääosin tai kokonaan etätyö 5600 76500 Kyllä
|
||||
03/10/2022 20:36:54 Palkansaaja 26-30 v Mies Tampere Konsulttitalossa 100% Pääosin tai kokonaan etätyö 3750 46850 Ei
|
||||
03/10/2022 20:47:21 Palkansaaja 36-40 v 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% DevOps Engineer Pääosin tai kokonaan etätyö 5400 72000 Kyllä
|
||||
03/10/2022 21:04:53 Palkansaaja 36-40 v 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Devaaja/arkkitehti Pääosin tai kokonaan etätyö 5550 76000 Kyllä
|
||||
03/10/2022 21:07:23 Palkansaaja 41-45 v M 17 Oulu teollisuus 100% ict-admin Pääosin tai kokonaan toimistolla 3900 51000 Kyllä
|
||||
03/10/2022 21:14:22 Palkansaaja 36-40 v mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä jos toimistolla käyn niin 1-2 pv viikossa 4715 63400 vuosibonuksia tulee, sekä bonus jos/kun yritys myydään Kyllä
|
||||
03/10/2022 21:45:26 Palkansaaja 26-30 v Mies 5 Visma Pori Tuotetalossa, jonka core-bisnes on softa 100% full-stack Pääosin tai kokonaan etätyö 3700 46250 Ei
|
||||
03/10/2022 21:50:45 Palkansaaja 26-30 v Mies 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 3600 44000 Ei
|
||||
03/10/2022 22:19:30 Palkansaaja 31-35 v Mies 9 Pori Useita pienempiä asiakasprojekteja. 100% Full-stack ohjelmistokehittäjä Jotain siltä väliltä 4020 50250 Kyllä Erittäin osaava, 20 vuotta harrastanut koodari, jolla on työkokemukseen nähden suuremmat kyvyt kuin useilla muilla. AMK-koulutus
|
||||
03/10/2022 22:32:58 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Lead Developer Jotain siltä väliltä 5400 70000 Kyllä
|
||||
03/10/2022 22:36:35 Palkansaaja 31-35 v 9 Solita Tampere Konsulttitalossa 100% Full-stack Jotain siltä väliltä 4450 55600 Ei
|
||||
03/10/2022 22:58:25 Palkansaaja 26-30 v Mies 4 Oulu Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Jotain siltä väliltä 4350 55600 Ei
|
||||
03/10/2022 23:01:58 Palkansaaja 41-45 v Mies 3 Lahti Konsulttitalossa 100% backend Jotain siltä väliltä 3680 46000 Ei
|
||||
03/10/2022 23:02:05 Palkansaaja 26-30 v Mies 2 Pori Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Jotain siltä väliltä 3400 44000 Kyllä Työsuhde-edut
|
||||
04/10/2022 00:33:57 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% Full-stack kehittäjä Jotain siltä väliltä 5300 66250 Kyllä
|
||||
04/10/2022 00:48:31 Palkansaaja 36-40 v mies 18 Tampere Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 4600 57500 Ei
|
||||
04/10/2022 05:07:30 Palkansaaja 36-40 v Mies 10 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Arkkitehti Pääosin tai kokonaan etätyö 6600 95000 Kyllä
|
||||
04/10/2022 05:34:40 Palkansaaja 31-35 v Mies 2 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Q&A tester Pääosin tai kokonaan etätyö 2800 35000 Ei
|
||||
04/10/2022 06:05:19 Palkansaaja 31-35 v Nainen 2 Pori Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Fullstack Pääosin tai kokonaan etätyö 3100 38750 Ei
|
||||
04/10/2022 07:13:15 Palkansaaja 36-40 v mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 86,67 ohjelmistokehittäjä, backend Pääosin tai kokonaan etätyö 4850 60625 Kyllä
|
||||
04/10/2022 08:34:09 Palkansaaja 41-45 v mies 20 Oulu Tuotetalossa, jonka core-bisnes on softa opintovapaa Jotain siltä väliltä
|
||||
04/10/2022 09:01:52 Palkansaaja 31-35 v Mies 8 Tampere Konsulttitalossa 100% full-stack ohjelmistokehittäjä/arkkitehti Jotain siltä väliltä 4736 71000 kk-palkka, osakeosingot, puhelinetu, lounari, kulttuuri/liikuntaetu Kyllä
|
||||
04/10/2022 09:07:43 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Jotain siltä väliltä 3650 49500 Kuukausipalkka, osingot ja bonukset. Ei
|
||||
04/10/2022 09:56:25 Palkansaaja 41-45 v Mies 20 Pienehkö konsulttitalo osa isompaa grouppia PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack lead developer Jotain siltä väliltä 5900 73750 Kuukausipalkka + vähän reilummat etuudet Kyllä
|
||||
04/10/2022 10:31:20 Palkansaaja 36-40 v Mies 7 PHZ Full Stack PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack Pääosin tai kokonaan etätyö 6570 82125 Kyllä
|
||||
04/10/2022 11:02:48 Palkansaaja 36-40 v Mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Backend ohjelmistokehittäjä Jotain siltä väliltä 6200 80000 Vähän optioita palkan päälle Ei
|
||||
04/10/2022 11:15:07 Palkansaaja 26-30 v Mies 4 Vaasa Tuotetalossa, jonka core-bisnes on softa 100% full-stack Pääosin tai kokonaan etätyö 3200 40000 Ei
|
||||
04/10/2022 11:55:45 Palkansaaja 26-30 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Ohjelmistokehittäjä (full-stack) Pääosin tai kokonaan etätyö 3700 46250 Ei
|
||||
04/10/2022 12:05:03 Laskuttaja 36-40 v Mies 15 1.5 arkkitehtuuria 120 300000 Itse Suomesta, Ulkomailta
|
||||
04/10/2022 12:13:47 Laskuttaja 36-40 v Mies 15 10 Softadevausta (full stack, fokus backend ja devops), arkkitehtuuria ja projektinvetoa, ja joskus koulutusta 90 100000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
04/10/2022 12:21:41 Palkansaaja 36-40 v nainen 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Business development Pääosin tai kokonaan etätyö 9600 120000 pienosakas Kyllä
|
||||
04/10/2022 12:24:48 Palkansaaja 26-30 v Mies 2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack Pääosin tai kokonaan etätyö 3800 50000 Palkka + lounasetu Ei
|
||||
04/10/2022 13:42:00 Palkansaaja 41-45 v Mies 20 Vaasa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Operations Pääosin tai kokonaan etätyö 5000 64000 Kyllä
|
||||
04/10/2022 14:04:03 Palkansaaja 31-35 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Solution Architect Jotain siltä väliltä 11200 135000 signing bonus 2v + rsu later Kyllä
|
||||
04/10/2022 15:09:16 Palkansaaja 36-40 v 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% frontend Pääosin tai kokonaan etätyö 4700 60000 Kyllä
|
||||
04/10/2022 15:14:57 Palkansaaja 31-35 v Mies 9 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior data scientist Pääosin tai kokonaan toimistolla 6000 77000 prosenttiosuus edellisen kuukauden asiakaslaskutuksesta Kyllä
|
||||
04/10/2022 15:23:30 Palkansaaja 36-40 v Mies 10 Turku Tuotetalossa, jonka core-bisnes on softa 100% Full Stack Developer Jotain siltä väliltä 5500 66000 Kyllä
|
||||
04/10/2022 15:46:06 Palkansaaja 36-40 v Mies 12 Cirit Tampere Konsulttitalossa 100% Senior frontend-kehittäjä Ei paikallaolovelvoitetta, mutta yleensä kolme päivää viikosta toimistolla 4800 60000 Kyllä Kiitos vaivannäöstä tämän kyselyn järjestämiseksi!
|
||||
04/10/2022 15:58:28 Palkansaaja 41-45 v Mies 15 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Lead developer Pääosin tai kokonaan etätyö 7150 95000 Kyllä
|
||||
04/10/2022 16:58:49 Palkansaaja 36-40 v mies 0 Oulu Tuotetalossa, jonka core-bisnes on softa 100% junior sw developer Pääosin tai kokonaan toimistolla 2600 32500 Kyllä
|
||||
04/10/2022 18:09:12 Palkansaaja 21-25 v Mies 4 Turku Konsulttitalossa 100% Ohjelmistokehittäjä (full-stack) Jotain siltä väliltä 4100 54500 Kyllä
|
||||
04/10/2022 19:02:38 Palkansaaja 31-35 v nainen 0 Accenture PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Cloud Developer Jotain siltä väliltä 2900 36250 Ei
|
||||
04/10/2022 19:02:47 Palkansaaja 26-30 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior Consultant Pääosin tai kokonaan etätyö 5145 64312.5 Mukana pieni osakkuus Kyllä
|
||||
04/10/2022 20:29:28 Palkansaaja 36-40 v 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% arkkitehti Pääosin tai kokonaan toimistolla 5400 70000 Ei
|
||||
04/10/2022 20:31:06 Palkansaaja 36-40 v Mies 15 Siili Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Lead developer Jotain siltä väliltä 6900 86000 Kyllä
|
||||
04/10/2022 20:32:06 Palkansaaja 26-30 v Mies 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80% Full-stack Pääosin tai kokonaan etätyö 4730 62125 Kyllä
|
||||
04/10/2022 20:33:09 Palkansaaja 36-40 v 3 PK-Seutu (Helsinki, Espoo, Vantaa) 100% Data scientist Pääosin tai kokonaan etätyö 3750 48000 Ei
|
||||
04/10/2022 21:48:29 Laskuttaja 46-50 v Mies 24 1 DevOps, ohjelmistoautomaatio 105 180000 Itse, Verkosto Suomesta
|
||||
04/10/2022 22:02:00 Palkansaaja 41-45 v M 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Arkkitehti Pääosin tai kokonaan etätyö 6500 120000 Ei
|
||||
05/10/2022 08:08:52 Palkansaaja 36-40 v mies 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100% full stack ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3500 44000 Kyllä
|
||||
05/10/2022 08:15:22 Laskuttaja 36-40 v M 18 8 Webdev, full stack 50 80000 Itse, Käytän välitysfirmoja Ulkomailta
|
||||
05/10/2022 08:38:02 Palkansaaja 36-40 v Mies 12 Mavericks PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Konsultti Jotain siltä väliltä 104000 Provisiomalli lihotettuna bonuksilla myynnistä ja rekrystä Kyllä
|
||||
05/10/2022 08:43:26 Palkansaaja 26-30 v Mies 5 Vaasa Konsulttitalossa 100% Full-stack Jotain siltä väliltä 4500 60000 Kyllä
|
||||
05/10/2022 08:55:50 Palkansaaja 36-40 v Nainen 1 Tampere Konsulttitalossa 100% Junior Developer Pääosin tai kokonaan toimistolla 3290 41125 Ei mitään bonuksia, osakkeita tms. Liikunta-, kulttuuri- ja hyvinvointietu, laaja terveydenhuolto, hammashoito jne. löytyvät. Kyllä Relevantti työkokemukseni voisi olla vähän enemmänkin, ei kuitenkaan kahta vuotta. Työsuhde-edut ois kiva olla erillisenä kysymyksenä.
|
||||
05/10/2022 09:20:31 Palkansaaja 31-35 v Mies 7 Nitor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data Engineer Jotain siltä väliltä 6700 84000 Kyllä
|
||||
05/10/2022 09:29:11 Laskuttaja 36-40 v 12 4 Full stack 80 120000 Käytän välitysfirmoja, LinkedIn:istä tullut suoraan monta kyselyä, nykyinenkin projekti Suomesta
|
||||
05/10/2022 09:44:35 Palkansaaja 41-45 v Mies 22 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack sovelluskehittäjä Pääosin tai kokonaan etätyö 5200 65000 Kyllä
|
||||
05/10/2022 10:15:57 Palkansaaja 26-30 v Nainen 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Testaaja Pääosin tai kokonaan etätyö 2400 32200 Kyllä Hyvinvointietu 500e/vuosi + henkilökohtainen opiskelubudgetti
|
||||
05/10/2022 11:24:51 Palkansaaja 21-25 v Mies 0 Tampere Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 2450 30625 Kyllä
|
||||
05/10/2022 11:47:13 Laskuttaja 36-40 v Mies 21 9 Devops 160000 Itse Suomesta, Ulkomailta
|
||||
05/10/2022 11:57:21 Palkansaaja 31-35 v 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full-stack developer Jotain siltä väliltä 80000 Peruspalkka + provisio Kyllä
|
||||
05/10/2022 13:57:40 Palkansaaja 36-40 v Miäs 14 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Lead developer Jotain siltä väliltä 4630 58000 Ei Voisi kysellä kuinka paljon työajasta voi käyttää itseopiskeluun tai muuhun ei suoraan tuottavaan työhön.
|
||||
05/10/2022 14:27:58 Palkansaaja 31-35 v mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% full-stack Jotain siltä väliltä 4500 65000 osa tunneista laskutettavia, näistä bonus Ei
|
||||
05/10/2022 16:05:48 Palkansaaja 26-30 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Team lead/full-stack Jotain siltä väliltä 5600 70000 Kyllä
|
||||
05/10/2022 19:17:24 Palkansaaja 31-35 v 8 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior backend engineer Pääosin tai kokonaan etätyö 5100 Kyllä
|
||||
06/10/2022 07:22:12 Palkansaaja 36-40 v mies 12 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% pilvi-infra Pääosin tai kokonaan etätyö 5800 85500 Kyllä
|
||||
06/10/2022 09:50:13 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä (frontend-heavy full-stack, web/mobile)) Jotain siltä väliltä 5000 62500 Kyllä
|
||||
06/10/2022 09:50:59 Palkansaaja 31-35 v Mies 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% C++/Qt/QML Ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 4000 50000 Ei
|
||||
06/10/2022 10:07:24 Palkansaaja 36-40 v Mies 12 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Lead developer Jotain siltä väliltä 7000 102500 Kyllä
|
||||
06/10/2022 10:10:16 Palkansaaja 31-35 v Mies 3 Turku Konsulttitalossa 100% Full-stack -kehittäjä Pääosin tai kokonaan etätyö 4500 56250 Kyllä
|
||||
06/10/2022 12:16:49 Palkansaaja 26-30 v PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 60% Backend Pääosin tai kokonaan etätyö 2800 Ei
|
||||
06/10/2022 12:25:20 Palkansaaja 26-30 v Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Integraatiokehittäjä Pääosin tai kokonaan etätyö 4000 50000 Ei
|
||||
06/10/2022 12:29:28 Palkansaaja 36-40 v Mies 12 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Arkkitehti Jotain siltä väliltä 6400 87000 Kyllä
|
||||
06/10/2022 13:24:11 Palkansaaja 31-35 v Mies 9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Software developer Pääosin tai kokonaan etätyö 5000 63000 Ei
|
||||
06/10/2022 13:38:26 Palkansaaja 36-40 v mies 20 Aiven Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% vanhempi ohjelmistokehittäjä Pääosin tai kokonaan etätyö 6167 77087 lisäksi optiot Kyllä Palkan kilpailukykyisyyttä voisi arvioida skaalalla 1-5 eikä vain kyllä/ei....
|
||||
06/10/2022 16:39:03 Palkansaaja 31-35 v 8 Siili PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% frontend developer Pääosin tai kokonaan etätyö 4400 55000 Kyllä
|
||||
06/10/2022 16:43:53 Palkansaaja 36-40 v M 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Senior kehittäjä, front Jotain siltä väliltä 4500 56750 Ei
|
||||
06/10/2022 17:45:59 Palkansaaja 31-35 v Mies 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Cloud + DevOps Jotain siltä väliltä 4800 60000 Kyllä
|
||||
07/10/2022 06:21:57 Palkansaaja 31-35 v Mies 8 Suomalaisen konsulttitalon jenkkikonttori Kalifornia Konsulttitalossa 100% Full-Stack dev Pääosin tai kokonaan toimistolla 10000 130000 Ei Ulkomailla.
|
||||
07/10/2022 07:31:51 Palkansaaja 31-35 v Mies 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Fullstack/azure kehittäjä Jotain siltä väliltä 4700 58750 Vuosibonus tuloksesta Kyllä Millä kielillä koodaa? Millä alustoilla?
|
||||
07/10/2022 08:38:29 Palkansaaja 36-40 v Muu, naisoletettu 2 Roby oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3100 38750 Yrityksen osakkeet Kyllä
|
||||
07/10/2022 08:57:19 Laskuttaja 36-40 v Mies 14 8 Kehitän ja tarjoan alustaa ohjelmistoalalle. Teen käyttöliittymäsuunnittelua, projektin johtamista, alustan viestintää ja myyntiä. 180000 Itse Suomesta Aikanaan, kun toteutin laajan palkkatutkimuksen ohjelmistoalalle, sisällytin mukaan monia kysymyksiä työntekijöiden rooleista, arvoista, koulutustasosta ja tehtävänimikkeistä. Näistä sai sitten todella mielenkiintoista tietoa yhdistettynä palkkatietoihin. Vuosilaskutus on sellainen tapa kysyä palkkaa, että se johtaa helposti harhaan. Mitä jos on korkea laskutus, mutta päättää tehdä kuusituntista viikkoa? Mitä jos on vanhempainvapaalla puolet vuodesta? Tällaisella yhdellä vuosilaskutusta koskevalla kysymyksellä saa helposti harhaanjohtavia vastauksia.
|
||||
07/10/2022 10:07:12 Palkansaaja 36-40 v Mies 14 Netum Oyj Tampere Konsulttitalossa 100% Järjestelmäasiantuntija: DevOps Jotain siltä väliltä 3600 45000 Kyllä
|
||||
07/10/2022 10:27:42 Palkansaaja 26-30 v m 3 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 3700 46250 Kyllä
|
||||
07/10/2022 13:03:57 Palkansaaja 31-35 v nainen 2 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Frontend developer Pääosin tai kokonaan etätyö 4250 53125 Kompensaation osana mahdollista saada optioita Kyllä Olen alanvaihtaja, joten varsinaista työkokemusta devaajana on vähän, mutta domain-osaamista aiemman uran kautta paljon, joka vaikuttaa hieman palkkaan. Kyselyn voisi toteuttaa myös englanniksi, sillä suomessa työskentelee paljon suomea taitamattomia :)
|
||||
07/10/2022 13:06:07 Palkansaaja 31-35 v nainen 5 Solita Tampere Konsulttitalossa 100% Frontend-kehittäjä Jotain siltä väliltä 3850 48125 Kyllä
|
||||
07/10/2022 13:14:05 Palkansaaja 36-40 v Nainen 15 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% data scientist Pääosin tai kokonaan etätyö 5400 64800
|
||||
07/10/2022 13:15:52 Palkansaaja 31-35 v nainen 12 Ruotsi Julkinen tai kolmas sektori 80% senior data scientist Jotain siltä väliltä 3990 Ei Vastasin nyt yhden työnantajan mukaan, jolle teen 80% työaikaa. Teen myös 20% työaikaa eri työnantajalle ja sektorille mutta en huomioinut sitä vastauksissa koska menisi sekavaksi. mietityttää, olisiko kuitenkin koulutustausta relevantti tieto?
|
||||
07/10/2022 13:32:13 Palkansaaja 31-35 v Nainen 8 PK-Seutu (Helsinki, Espoo, Vantaa) 100% Data engineer Pääosin tai kokonaan etätyö 5565 69562.5 Optiomalli Ei
|
||||
07/10/2022 13:37:47 Palkansaaja 41-45 v tylsä mies 23 Tampere Tuotetalossa, jonka core-bisnes on softa 60% arkkitehti, fullstack dev backend-painotuksella, devops Jotain siltä väliltä 4500 60000 Ajattelen että osana mun kompensaatiota on saamani poikkeuksellisen suuri joustavuus työn määrän, työaikoijen, lomien (myös palkattomien) ja kaiken muunkin työhön liittyvän suhteen. Koskaan ei ole tarvinnut sanoa mihinkään mihin oikeasti haluaisin että "en pääse kun on tärkeä työjuttu silloin". Kyllä
|
||||
07/10/2022 13:49:04 Palkansaaja 41-45 v Nainen 15 OP PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Jotain siltä väliltä 7000 90000 Kyllä
|
||||
07/10/2022 14:10:46 Palkansaaja 26-30 v nainen 2 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Pääosin tai kokonaan etätyö 4000 48000 Kyllä
|
||||
07/10/2022 14:36:36 Palkansaaja 31-35 v nainen 10 tietoliikennealan yritys PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% MDM-kehittäjä Pääosin tai kokonaan etätyö 6200 77500 käytössä myös bonusmalli, mutta en ole varma määräytymisperusteesta Kyllä
|
||||
07/10/2022 15:10:02 Palkansaaja 31-35 v Mies 10 Mavericks Turku Konsulttitalossa 100% Full-stack/liidi Pääosin tai kokonaan etätyö 7100 89000 51-54% laskutuksesta Kyllä
|
||||
07/10/2022 16:17:07 Palkansaaja 31-35 v Nainen 8 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior front end kehittäjä Jotain siltä väliltä 5000 62500 Ei
|
||||
07/10/2022 17:22:28 Palkansaaja 26-30 v mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Data Engineer Jotain siltä väliltä 5000 68000 Kuukausipalkka ja päällä tasaisesti kaikille jaettava tulosperusteinen palkkio Kyllä
|
||||
07/10/2022 19:08:04 Palkansaaja 41-45 v 18 Tampere Konsulttitalossa 100% Lead dev Pääosin tai kokonaan toimistolla 5250 72000 Kyllä
|
||||
07/10/2022 20:03:55 Palkansaaja 46-50 v Nainen 3 Tampere Konsulttitalossa 100% Fullstack Jotain siltä väliltä 3190 Ei
|
||||
07/10/2022 20:17:30 Palkansaaja 26-30 v Nainen 6 Oulu WordPress-projekteja 100% Web developer Jotain siltä väliltä 3300 41750 Ei
|
||||
07/10/2022 20:21:16 Palkansaaja 26-30 v Nainen 5 Fraktio PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan toimistolla €4,460 55750 Kyllä
|
||||
07/10/2022 20:26:12 Palkansaaja 31-35 v Mies 9 Oulu Konsulttitalossa 100% Backend Pääosin tai kokonaan etätyö 5000 62500 Kyllä
|
||||
07/10/2022 20:35:32 Palkansaaja 21-25 v Mies 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Full stack Pääosin tai kokonaan etätyö 5500 68750 Kyllä
|
||||
07/10/2022 22:08:49 Palkansaaja 36-40 v M 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% backend Pääosin tai kokonaan etätyö 4130 51625 Ei
|
||||
08/10/2022 05:03:22 Palkansaaja 36-40 v Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% Senior Software Developer Pääosin tai kokonaan etätyö 5680 71000 Kyllä
|
||||
08/10/2022 07:46:16 Palkansaaja 41-45 v Mies 3 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100% Palvelupäällikkö Jotain siltä väliltä 4020 50000 Kyllä
|
||||
08/10/2022 07:54:30 Palkansaaja 31-35 v Mies 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 5000 60000 Kyllä
|
||||
08/10/2022 08:21:54 Palkansaaja 31-35 v Mies 8 Insta Advance Oy Tampere Konsulttitalossa 100% Senior SW Engineer, embedded systems Pääosin tai kokonaan etätyö 5500 70000 Kyllä
|
||||
08/10/2022 08:50:50 Palkansaaja 36-40 v mies 17 Oulu Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä, full-stack, arkkitehti, devops-asiantuntija Pääosin tai kokonaan etätyö 6000 80000 Osinkoja Kyllä
|
||||
08/10/2022 09:24:40 Palkansaaja 36-40 v Mies 15 Tampere Konsulttitalossa 100% Arkkitehtu Pääosin tai kokonaan toimistolla 6500 81250 Kyllä
|
||||
08/10/2022 09:25:42 Palkansaaja Mies 1 Kuopio Tuotetalossa, jonka core-bisnes on softa 100% Sovelluskehittäjä, full-stack Pääosin tai kokonaan toimistolla 3150 39375 Kyllä
|
||||
08/10/2022 09:49:20 Palkansaaja 26-30 v mies 4 Fraktio PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% full-stack Pääosin tai kokonaan etätyö 4000 50000 Kyllä
|
||||
08/10/2022 11:16:36 Palkansaaja 26-30 v mies 5 Tuotetalossa, jonka core-bisnes on softa 100% full-stack Pääosin tai kokonaan etätyö 5000 66200 Kyllä
|
||||
08/10/2022 11:23:46 Palkansaaja 36-40 v Mies 18 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 5100 63750 Ei
|
||||
08/10/2022 12:37:55 Palkansaaja 41-45 v mies 16 Oulu Tuotetalossa, jonka core-bisnes on softa 100% Embedded C++ Pääosin tai kokonaan etätyö 6200 80000 Osakkeita noin 1500 euroa/vuosi Kyllä
|
||||
08/10/2022 15:35:53 Laskuttaja 36-40 v 16 16 CxO 150 Itse Suomesta
|
||||
08/10/2022 15:55:00 Palkansaaja 46-50 v mies 24 Oulu Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä, sulautetut Pääosin tai kokonaan etätyö 4835 65000 Kyllä
|
||||
08/10/2022 17:51:30 Palkansaaja 31-35 v Mies 10 Keskipohjanmaa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% CIO Jotain siltä väliltä 7300 91250 Kyllä
|
||||
08/10/2022 20:21:43 Palkansaaja 36-40 v Mies 16 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% cto Pääosin tai kokonaan etätyö 6200 77500 osakkeita lisäksi Kyllä
|
||||
08/10/2022 23:16:01 Palkansaaja 36-40 v Nainen 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Testiautomaatiokehittäjä Pääosin tai kokonaan toimistolla 3000 Kyllä Olen työsuhteessa vuokrafirman kautta just nyt. Jos en olisi, saisin enemmän palkkaa.
|
||||
09/10/2022 13:08:09 Palkansaaja 46-50 v M 23 Tampere Julkinen tai kolmas sektori 80% Projektipäällikkö Pääosin tai kokonaan toimistolla 3500 45000 Kyllä
|
||||
09/10/2022 15:03:33 Palkansaaja 41-45 v Mies 26 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80% CTO Pääosin tai kokonaan etätyö 10500 150000 Osakeomistus Kyllä
|
||||
09/10/2022 16:13:17 Palkansaaja 26-30 v Mies 5 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100% full-stack Pääosin tai kokonaan etätyö 4600 60000 Kyllä
|
||||
09/10/2022 16:51:46 Palkansaaja 36-40 v Mies 16 Futurice Tampere Konsulttitalossa 80% Tech Lead Pääosin tai kokonaan etätyö 4120 56000 Ei
|
||||
09/10/2022 17:09:07 Palkansaaja 31-35 v Mies 11 Oulu Julkinen tai kolmas sektori 100% Pääosin tai kokonaan toimistolla 4600 73000 Kyllä
|
||||
09/10/2022 17:22:25 Palkansaaja 36-40 v Mies 3 Joensuu Tuotetalossa, jonka core-bisnes on softa 100% ohjelmistokehittäjä Pääosin tai kokonaan etätyö 2700 33750 Ei
|
||||
09/10/2022 17:24:51 Palkansaaja 36-40 v Mies 15 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Engineering team lead Pääosin tai kokonaan etätyö 8300 200000 Pörssilistatun yrityksen RSUt, jotka vestautuu neljä kertaa vuodessa. Kyllä
|
||||
09/10/2022 17:30:20 Palkansaaja 31-35 v 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% CTO Pääosin tai kokonaan toimistolla 5000 62500 Optioina useampi prosentti työnantajan osakekannasta Kyllä
|
||||
09/10/2022 17:34:46 Palkansaaja 36-40 v 12 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Full-stack developer Pääosin tai kokonaan etätyö 8000 100000 Kyllä
|
||||
09/10/2022 17:39:54 Palkansaaja 46-50 v Mies 25 Tuotetalossa, jonka core-bisnes on softa 100% Vanhempi ohjelmistokehittäjä Pääosin tai kokonaan etätyö 5500 75000 Kyllä
|
||||
09/10/2022 17:40:41 Laskuttaja 36-40 v Mies 15 13 Full stack 107.5 180000 Käytän välitysfirmoja Suomesta
|
||||
09/10/2022 17:59:59 Palkansaaja 36-40 v Mies 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Software Engineer Jotain siltä väliltä 8000 120000 Kuukausipalkka + Optiot Kyllä
|
||||
09/10/2022 18:56:31 Palkansaaja 36-40 v Mies 20 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Web-analyytikko Pääosin tai kokonaan etätyö 7300 90000 Ei
|
||||
09/10/2022 19:31:28 Laskuttaja 26-30 v Mies 4 1 Full stack 86 125000 Käytän välitysfirmoja Suomesta
|
||||
09/10/2022 20:54:50 Palkansaaja 31-35 v Nainen 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100% Junior frontend dev Pääosin tai kokonaan etätyö 3750 47000 Palkkamalliin kuului osakkeita n. 17t € arvosta, vestautumisaika 4 vuotta, kertyvät asteittain. Kyllä Työkokemusvuosien vaihtoehdoissa voisi olla kokonaislukujen sijaan mahdollista valita myös esim. "alle vuosi". Mun relevantti kokemus alalta on puoli vuotta, joten en haluais millään vastata "nolla vuotta" 😄
|
||||
09/10/2022 21:34:53 Palkansaaja 31-35 v mies 6 Lappeenranta Konsulttitalossa 80% Jotain siltä väliltä 4200 52500
|
||||
09/10/2022 22:07:03 Palkansaaja 31-35 v 5 Tampere Tuotetalossa, jonka core-bisnes on softa 100% Team leader Jotain siltä väliltä 5100 Ei
|
||||
09/10/2022 22:29:23 Palkansaaja 31-35 v Mies 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Ohjelmistokehittäjä Pääosin tai kokonaan toimistolla 4730 61000 Kiinteä kuukausipalkka + vuosibonus yrityksen tuloksen mukaan Ei
|
||||
10/10/2022 06:26:34 Laskuttaja 31-35 v Mies 12 170 Itse Suomesta, Ulkomailta
|
||||
10/10/2022 06:52:45 Palkansaaja 26-30 v male 2 Helsingin Kaupunki PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100% backend, devops, projektipäällikkö Pääosin tai kokonaan toimistolla 2300 28750 Ei
|
||||
10/10/2022 07:46:58 Palkansaaja 31-35 v 7 Fraktio PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100% Suunnittelija Jotain siltä väliltä 4900 61250 Kyllä
|
||||
10/10/2022 07:49:49 Laskuttaja 21-25 v Mies 7 4 Backend, systems 120 135000 Itse Ulkomailta
|
||||
|
Can't render this file because it contains an unexpected character in line 93 and column 635.
|
BIN
data/2022/results.xlsx
Normal file
BIN
data/2022/results.xlsx
Normal file
Binary file not shown.
60
data/2023/results-en.tsv
Normal file
60
data/2023/results-en.tsv
Normal file
@@ -0,0 +1,60 @@
|
||||
Timestamp Employee or entrepreneur Have you switched from employment to entrepreneurship or vice versa after 1.10.2022? Age Gender Relevant work experience from the industry (in years) Education Change in income from last year (in %) How many years have you worked as an entrepreneur in this industry? What services do you offer? Hourly rate (VAT 0%, in euros) Yearly billing (VAT 0%, in euros) Do you use agencies or find your clients yourself? Where are your clients from? Company In which city is your office? What kind of a company you work in? Full time / part time How much of your work time you spend in company office? (in %) Role / title Monthly salary (gross, in EUR) Yearly income (incl. bonuses, etc; in EUR) Free description of your compensation model Is your salary competitive? What was left unasked that you want to answer to? Feedback of the survey
|
||||
03/09/2023 12:01:25 Employee Yes, from entrepreneur to employee 26-30 test 6 MSc in Engineering Capital region (Helsinki, Espoo, Vantaa) Consulting 100 100 Test Web developer 5200 63000 Company bonus No Testing Thanks for english
|
||||
03/09/2023 12:02:04 Entrepreneur Yes, from employee to entrepreneur < 15 yrs 12 12 Web dev 240 240000 Myself Finland
|
||||
04/09/2023 09:48:37 Employee No 31-35 Male 14 Ylioppilas 20 Capital region (Helsinki, Espoo, Vantaa) Product company with softaware as their core business 100 20 Backend developer 7300 250000 Yes
|
||||
04/09/2023 10:47:14 Employee No 41-45 Male 20 BBA 0 No HQ Product company with softaware as their core business 120 0 CTO 4500 54000 No
|
||||
04/09/2023 12:37:38 Employee No 31-35 man 2 self-taught 5 Capital region (Helsinki, Espoo, Vantaa) Product company with softaware as their core business 100 80 Junior Full Stack Developer 3800 Yes
|
||||
05/09/2023 11:01:44 Employee No 36-40 Male 14 MSc. in Software Engineering 0 Arado Turku Consulting 100 40 Fullstack developer 7100 86000 Our salary model is 50% from what we invoice (with base salary to help if there's no billable work) Yes Good stuff again, really nice that people find time to create and organize these surveys!
|
||||
05/09/2023 12:23:29 Entrepreneur Yes, from employee to entrepreneur 46-50 male 22 M.Sc. Computer Science 5 1 backend, architecture, project management 80 130000 Agencies Abroad
|
||||
06/09/2023 08:31:45 Employee No 26-30 Male 5 Bachelors degree in ICT 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 5 backend developer 3900 50000 No
|
||||
06/09/2023 10:55:16 Entrepreneur No 36-40 15 PhD +10 2.5 Architecture, Cloud, Data, Software Development, Big Data 120 300000 Myself Finland, Abroad
|
||||
06/09/2023 12:02:21 Employee No 41-45 20 Insinööri 3.5 100 20 architect 7400 91250 Yes
|
||||
07/09/2023 11:14:35 Employee No 21-25 Male 1 University dropout 30 Oulu Consulting 100 10 Full-stack developer 3000 36000 Yes
|
||||
07/09/2023 11:31:35 Employee No 36-40 23 University of applied sciences. 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 85 5 Senior developer 4080 No
|
||||
07/09/2023 11:48:39 Employee No 26-30 Male 4 University of Applied Sciences, Bachelor 12 Capital region (Helsinki, Espoo, Vantaa) Consulting 80 100 DevOps Engineer 4050 46000 I don't know
|
||||
08/09/2023 08:29:51 Employee No 36-40 Female 8 AMK 7.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 2 Senior frontend developer and manager 4300 54000 Salary, vacation money, benefit for culture and sports No It's hard to know if salary is competitive if we do not have a baseline
|
||||
08/09/2023 11:51:53 Employee No 31-35 woman 7 Bachelor of Engineering 1 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 10 iOS developer 6000 72000 no benefits at all No
|
||||
08/09/2023 12:49:04 Employee No 26-30 Male 3 M.Sc. in Business Administration 30 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 3 Process Developer / Technical Writer 3900 52000 I don't know
|
||||
08/09/2023 13:11:25 Employee No 31-35 male 10 Bachelor of Science 2.09 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 15 Senior Software Engineer 5310 66375 Salary and holiday pay based on collective agreement No
|
||||
08/09/2023 13:13:02 Employee No 26-30 Male 3 Tietotekniikan DI 33 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 0 Mobile developer 4800 60000 Tuntipalkka Yes
|
||||
08/09/2023 13:15:59 Employee No 26-30 F 4.5 AMK Insinööri 10 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 0 Software Engineer 4950 Yes
|
||||
08/09/2023 13:20:45 Employee No 36-40 Male 15 Doctoral Degree 3.5 Jyväskylä A company where software is support role (for example banks or healthcare) 100 100 Senior sensor engineer and project manager 5100 63000 Some stock option program No
|
||||
08/09/2023 13:24:47 Employee No 31-35 Male 11 Datanome, BCompSc 16 Working from home (Turku) for a US-based company Product company with software as their core business 100 0 Senior Software Engineer 10920 136000 Fringe benefit, workstation upgrades and virtual taco handouts between employees (appreciation) Yes While I work for a US-based company, I'm hired via Deel Nothing comes to mind, this was great and thanks for doing these every year!
|
||||
08/09/2023 13:26:10 Employee No 31-35 Female 7 Bachelor degree in CS 15 Capital region (Helsinki, Espoo, Vantaa) A company where software is support role (for example banks or healthcare) 100 0 software developer 6000 100000 Salary + stock options Yes
|
||||
08/09/2023 13:30:18 Employee No 31-35 male 11 Datanome, BCompSc 16 I work from home (Turku) for a US-based company Product company with software as their core business 100 0 Senior Software Engineer 10920 136000 Fringe benefit, workstation upgrades, and virtual tacos gifted between employees (appreciation) Yes While I work for a US-based company, I'm hired via Deel SUBMITTED TWICE, SORRY!! I had two of these tabs open and my previous submission was partial (don't know what was missing so I submitted the correct one now). Hope you can filter out the previous one. Again, sorry for the mixup.
|
||||
08/09/2023 13:36:54 Employee No 36-40 Male 12 Master of Computer Engineering 2 Capital region (Helsinki, Espoo, Vantaa) A company where software is support role (for example banks or healthcare) 100 10 Software Developer 5700 71000 Base + Bonus Yes
|
||||
08/09/2023 13:37:25 Employee No 36-40 Male 1 MSc Tietoevry Capital region (Helsinki, Espoo, Vantaa) Consulting 100 5 Software developer 3400 0 Yes
|
||||
08/09/2023 14:10:59 Employee No 31-35 Male 7 Master of Science (Economics and Business Administration) 11 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 50 Software Engineer 6700 80000 Salary + equity No
|
||||
08/09/2023 14:12:39 Employee No 26-30 Male 3 Master's in Computer Science 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 80 Software Engineer 4500 54000 Stock options + pay No
|
||||
08/09/2023 14:26:31 Employee No 36-40 Male 20 Elementary 0 Tampere Consulting 100 50 Lead 12100 150000 Salary No
|
||||
08/09/2023 14:42:43 Employee No 26-30 Male 5.5 High school 12 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 10 Full stack developer 3800 45600 No
|
||||
08/09/2023 15:11:46 Employee No 26-30 Male 7 Bachelor's degree in statistics 3 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 2 Data Engineer 6000 96000 salary + RSUs Unsure
|
||||
08/09/2023 16:08:49 Employee No 31-35 male 15 master's degree in information systems -20 Smartly.io Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 40 Senior Software Engineer 6500 80000 Yes
|
||||
08/09/2023 18:55:41 Employee No 41-45 Man 20 Bachelor 4 Capital region (Helsinki, Espoo, Vantaa) A company where software is support role (for example banks or healthcare) 100 10 full stack software developer 5940 73740 Don't know
|
||||
09/09/2023 09:26:57 Employee No 51-55 Male 23 Matriculation examination 6.16 Tampere Consulting 100 20 Cloud Specialist 5650 70625 Yes
|
||||
11/09/2023 08:16:14 Employee No 36-40 Male 14 AMK 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 80 0 Hands-on architect 4200 94000 Part salary, part dividends Yes - You should ask about the ownership of the company, and the size of the ownership that the company is willing to give to regular employees. Great survey anyhow!
|
||||
11/09/2023 09:16:04 Employee No 41-45 male 15 Bachelor of business administration, IT 8.7 Tampere Consulting 100 40 Tech lead 5000 62740 Yes
|
||||
11/09/2023 13:17:56 Employee No 46-50 Male 25 High school 5 Tampere Consulting 100 90 Software architect 5600 70000 Yes
|
||||
11/09/2023 14:36:59 Employee No 31-35 Female 3 Bachelors Degree (Information Technology) 48 Tampere Consulting 100 10 Cloud Engineer 4150 49800 Yes
|
||||
12/09/2023 19:23:45 Employee No 41-45 19 2x MSc Capital region (Helsinki, Espoo, Vantaa) Consulting 100 20 Senior DevOps Consultant 6500 81250 The usual lunch vouchers, etc. No
|
||||
13/09/2023 09:57:20 Employee No 26-30 Male 7 Undergraduate 9 Liikennevirta Oy Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 Senior Infrastructure Engineer 5800 82000 Yes
|
||||
15/09/2023 17:56:25 Employee No 41-45 Male 24 Master of Science 4 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 100 CTO 6000 72000 Salary, but also some share options which are useless for now Maybe, depends on how much we value our startup share options
|
||||
17/09/2023 16:48:43 Employee No 46-50 Male 20 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 20 Developer & Team Lead 4475 56000 Yes
|
||||
18/09/2023 08:17:57 Employee No 46-50 Male 32 Master's Degree 3 Mapbox Oy Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 25 Engineering Manager 13390 168714 Just salary Yes
|
||||
18/09/2023 12:48:30 Employee No 26-30 Male 5 Upper secondary school 15 Capital region (Helsinki, Espoo, Vantaa) A company where software is support role (for example banks or healthcare) 100 20 Full stack developer 4050 50625 No
|
||||
20/09/2023 07:54:09 Employee No 36-40 Male 14 University of applied sciences 7 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 85 nodejs fullstack developer 9900 120000 only compensation Yes
|
||||
20/09/2023 11:25:20 Employee No 31-35 Women 6 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 30 Full Stack Developer 4500 54000 No
|
||||
20/09/2023 21:36:09 Employee No 31-35 male 10 bachelor's 6 Mapbox Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 80 Android developer 10000 125000 Yes
|
||||
21/09/2023 09:54:43 Employee No 31-35 Male 9 Masters in computer science 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 50 DevOps Consultant 5700 72000 Yes
|
||||
21/09/2023 12:08:39 Employee No 26-30 Woman 5 Master's degree and lower university degree +4 Solita Tampere Consulting 100 40 Integration specialist 4479 55459 Salary and mobilephone compensation I dunno
|
||||
21/09/2023 12:57:35 Employee No 36-40 Trans woman 16 Collage drop out +10 Oulu Consulting 100 45 5871 70500 Monthly salery Yes Do you have other responsibilities besides software development? Yes, managerial responsibilities
|
||||
22/09/2023 07:37:57 Employee No 36-40 Female 12 Bachelor of engineering 7 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 10 Senior web developer, accessibility specialist 4400 53000 Don't know
|
||||
22/09/2023 08:23:42 Employee No 36-40 female 9 PhD 13 Capital region (Helsinki, Espoo, Vantaa) Consulting 80 60 Senior web developer, Techical competence manager 5200 67600 No
|
||||
22/09/2023 08:27:22 Employee No 46-50 6.5 Exove Oy Capital region (Helsinki, Espoo, Vantaa) Consulting 100 10 Senior developer 4920 62000
|
||||
22/09/2023 08:31:34 Employee No 26-30 woman 7 Master of science in IT 0 Oulu Consulting 100 30 Full stack software developer 4900 62500 Yes
|
||||
22/09/2023 08:33:02 Employee No 26-30 Male 7.5 Vocational college + some university 8 Oulu Consulting 100 90 Senior Developer / Manager 5000 68000 Yes
|
||||
22/09/2023 10:58:37 Employee No 26-30 Male 4 Bachelor's degree in media engineeering 19 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 60 Support Developer 3100 40000 Yes
|
||||
22/09/2023 11:29:22 Employee No 41-45 Female 0.5 Trade School certificate in relevant industry, Bachelor degree in other discipline Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 60 Fullstack Web Developer 3000 No
|
||||
22/09/2023 13:23:28 Employee No 31-35 Male 8 Bachelor in IT 9 Oulu Consulting 100 5 Software Developer 4600 58000 Just the salary I belive it's in the middle. I could probably earn a bit more, or a bit less elsewhere with the same salary model. Naturally it's not competitive wrt. provisiopalkka, but it's not really fair to compare the two.
|
||||
22/09/2023 14:19:12 Employee No 26-30 Male 4 Bachelor of engineering 0 Exove Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 Support developer 3700 3700 100% salary Yes
|
||||
22/09/2023 14:20:35 Entrepreneur No 41-45 Yes 22 Industrial Engineering 5 Front end, back end, fullstack, web, mobile, Integrations, maintenance 0 0 Myself, Agencies Finland
|
||||
|
BIN
data/2023/results-en.xlsx
Normal file
BIN
data/2023/results-en.xlsx
Normal file
Binary file not shown.
899
data/2023/results-fi.tsv
Normal file
899
data/2023/results-fi.tsv
Normal file
@@ -0,0 +1,899 @@
|
||||
Timestamp Oletko palkansaaja vai laskuttaja? Oletko siirtynyt palkansaajasta laskuttajaksi tai päinvastoin 1.10.2022 jälkeen? Ikä Sukupuoli Työkokemus alalta (vuosina) Koulutustaustasi Tulojen muutos viime vuodesta (%) Montako vuotta olet tehnyt laskuttavaa työtä alalla? Mitä palveluja tarjoat? Tuntilaskutus (ALV 0%, euroina) Vuosilaskutus (ALV 0%, euroina) Hankitko asiakkaasi itse suoraan vai käytätkö välitysfirmojen palveluita? Mistä asiakkaat ovat? Työpaikka Missä kaupungissa työpaikkasi pääasiallinen toimisto sijaitsee? Millaisessa yrityksessä työskentelet? Työaika Kuinka suuren osan ajasta teet lähityönä toimistolla? Rooli / titteli Kuukausipalkka (brutto, euroina) Vuositulot (sis. bonukset, osingot yms, euroina) Vapaa kuvaus kokonaiskompensaatiomallista Onko palkkasi nykyroolissasi mielestäsi kilpailukykyinen? Vapaa sana Palautetta kyselystä ja ideoita ensi vuoden kyselyyn
|
||||
|
||||
|
||||
04/09/2023 09:23:57 Palkansaaja En 36-40 Mies 13 Ammattikoulu 5 Mavericks Turku Konsulttitalossa 100 20 Full stack developer 8000 100000 Osa laskutuksesta Kyllä
|
||||
04/09/2023 09:26:52 Palkansaaja En 26-30 Mies 9 Tietojenkäsittelyn tradenomi 0 Turku Konsulttitalossa 100 0 Full-stack Developer 7000 85000 Kyllä
|
||||
04/09/2023 09:27:26 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Mies 11 DI 0.5 Frontend 95 Itse Suomesta
|
||||
04/09/2023 09:28:11 Palkansaaja En 31-35 Mies 5 Filosofian kandidaatti, tietojenkäsittelytiede PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 35 Full-stack developer 5200 63000 Kyllä
|
||||
04/09/2023 09:28:57 Laskuttaja En 36-40 Mies 15 Melkein DI 0 2 Full-stack lead dev 150000 Itse Suomesta
|
||||
04/09/2023 09:29:10 Palkansaaja En 41-45 mies 22 tradenomi 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 75 Lead Developer (fronttipainotus) 6300 80000 Ei muuta kuin palkka Kyllä
|
||||
04/09/2023 09:29:35 Laskuttaja En 31-35 Mies 10 IT-tradenomi 10 2 Full-stack devausta 80 130000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 09:29:46 Palkansaaja En 21-25 Mies 7 Amis 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Full-stack developer 4350 Optiota Kyllä Työn vaativuuteen & vastuihin nähden palkkaus on hyvä vaikkakin euromääräisesti saisi muualta enemmän
|
||||
04/09/2023 09:30:01 Palkansaaja En 21-25 Mies 2 Tietotekniikan kandidaatin tutkinto 133 Jyväskylä Konsulttitalossa 100 80 Full Stack-kehittäjä 3000 Kyllä
|
||||
04/09/2023 09:30:36 Palkansaaja En 31-35 Mies 7 Amis + keskeytetty AMK 9 Gofore Turku Konsulttitalossa 100 10 Cloud Specialist 4600 57500 Ei
|
||||
04/09/2023 09:30:48 Palkansaaja En 31-35 Nainen 7 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Software Developer 5000 57100 Ei
|
||||
04/09/2023 09:30:55 Palkansaaja En 26-30 Mies 5 DI, Ohjelmistotekniikka, Turun Yliopisto 8 Arado Turku Konsulttitalossa 99 45 Senior Consultant 7300 87600 50% laskutuksesta tai 4000€ takuupalkka Kyllä Kiinnostaisi nähdä miten eri teknologioiden kanssa puuhastelu vaikuttaa palkkaan
|
||||
04/09/2023 09:30:56 Palkansaaja En 31-35 Mies 14 Ylioppilas 0 Verkkokauppa.com Oyj PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 95 Senior Software Engineer 4560 62000 Omat tuotteet sisäänostohintaan, lounasetu, jne. pientä Ei
|
||||
04/09/2023 09:31:31 Palkansaaja En 31-35 Mies 11 DI 5 Turku Tuotetalossa, jonka core-bisnes on softa 100 95 Senior software developer 6050 76000 Kyllä Vuoden odotetuin ja tärkein kysely! Uskon että tästä on konkreettista hyötyä IT alan työntekijöille
|
||||
04/09/2023 09:32:08 Palkansaaja En 41-45 mies 26 ylioppilas 6 Wunderdog Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Senior Software Developer 7100 90000 palkka + vuosibonukset + osakkeita Kyllä
|
||||
04/09/2023 09:32:38 Palkansaaja En 36-40 15 FM 3 Oulu Konsulttitalossa 100 5 Architect 8650 110000 Palkka+bonus+stonks Kyllä
|
||||
04/09/2023 09:33:51 Palkansaaja En 41-45 mies 23 Merkonomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Team lead, architect, full stack developer 5800 71000 Pienehkö määrä optioita Ei
|
||||
04/09/2023 09:34:07 Palkansaaja En 36-40 Mies 15 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Software architect 6600 85000 Kyllä
|
||||
04/09/2023 09:34:31 Palkansaaja En 31-35 M I Ä S 12 Filosofian maisteri (tietojenkäsittelytiede) 31 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Software Specialist 7200 1500 Asiakastyytyväisyysbonus Kyllä
|
||||
04/09/2023 09:35:36 Palkansaaja En 26-30 Mies 5 AMK 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 DevOps engineer 4400 53000 Ei
|
||||
04/09/2023 09:37:09 Palkansaaja En 31-35 Mies 15 AMK PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 33 Solutions Architect 9000 130000 Peruspalkka + RSU Kyllä
|
||||
04/09/2023 09:38:56 Palkansaaja En 36-40 Mies 8 FM 13 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Lead Software Engineer 6900 97000 Peruspalkka + Bonus + Optiot. Optioille en laskenut arvoa vuosituloissa Kyllä
|
||||
04/09/2023 09:40:25 Palkansaaja En 41-45 Mies 25 Insinööri +5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 15 Tietoturvainsinööri 7000 90000 Aloittaessa optiopaketti, vuosittain bonus Kyllä
|
||||
04/09/2023 09:40:53 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Nainen 7 Alempi korkeakoulututkinto 0 Full stack 80 Itse Suomesta
|
||||
04/09/2023 09:42:34 Palkansaaja En 21-25 mies 3 ylioppilastutkinto 30 Vincit PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 6500 80000 Kyllä
|
||||
04/09/2023 09:44:00 Palkansaaja En 26-30 Mies 2 DI:tä vastaava ulkomailta 4.175 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Automation Engineer 4167.7 51012.4 En tiedä Kiitos!
|
||||
04/09/2023 09:44:02 Palkansaaja En 31-35 Mies 12 Tietojenkäsittelytieteen maisteri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Senior Backend Developer 8000 100000 Provisio 50% laskutuksesta Kyllä
|
||||
04/09/2023 09:44:04 Palkansaaja En 46-50 Mies 26 Peruskoulu 14 NorthCode LTD PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 2 QA / Devops engineer 6500 85000 Kiinteä kk palkka plus bonukset Kyllä
|
||||
04/09/2023 09:44:11 Laskuttaja En 41-45 mies 20 DI -5 6.5 full stack softadevaus 97 150000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 09:46:12 Palkansaaja En 26-30 Mies 4 Tietojenkäsittelyn tradenomi 12 Vincit Oyj Tampere Konsulttitalossa 100 50 Scrum master / Full-stack developer 4700 58750 Yrityksen tulokseen perustuva bonus Kyllä
|
||||
04/09/2023 09:46:14 Palkansaaja En 41-45 nainen 1.5 2 x korkeakoulututkinto, ammatillinen osatutkinto 60 työpaikka hajautettu Tuotetalossa, jonka core-bisnes on softa 98.7 3 Web developer 2700 Ei
|
||||
04/09/2023 09:46:34 Laskuttaja En 21-25 Mies 7 Datanomi 18 3 Full stack 75 150000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 09:46:49 Palkansaaja En 36-40 mies 12 diplomi-insinööri 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 1 Cloud software developer 5018 63000 Kyllä
|
||||
04/09/2023 09:48:54 Laskuttaja En 46-50 mies 22 ylioppilas +2 2 backend, pipeline, integration, application, 3d rendering, CAD/DCC 92 150000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 09:49:31 Palkansaaja En 21-25 Mies 3 Kandidaatti 36 Lontoo Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Software Engineer 12000 300000 Vuodessa kerran maksettava bonus joka pohjautuu firman ja yksilön performanssin on iso osa kokonaiskompensaatiota Maksaa paremmin kuin moni muu, mutta osa kilpailijoista maksaa vielä enemmän
|
||||
04/09/2023 09:50:08 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 26-30 Mies 10 AMK 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 DevOps Engineer 5700 72 000 Rahulia ja osinkoa Kyllä Pelihommia
|
||||
04/09/2023 09:52:00 Palkansaaja En 21-25 Mies 2 Tekniikan ylioppilas +25 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 15 90 Full stack developer 1240 Kyllä
|
||||
04/09/2023 09:52:01 Palkansaaja En 36-40 Mies 9 TkK -18 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 3 Senior Software Engineer 6000 75000 Kyllä
|
||||
04/09/2023 09:52:11 Palkansaaja En 36-40 Mies 13 AMK-insinööri 7 Tuotetalossa, jonka core-bisnes on softa 100 8 CxO 9100 131000 kuukausipalkka+osakkeet+bonus Kyllä
|
||||
04/09/2023 09:53:15 Palkansaaja En 15-20 Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) 100 10 Software Engineering Consultant, Web 6800 81600 Provisio laskutuksesta Kyllä
|
||||
04/09/2023 09:53:40 Palkansaaja En 41-45 Mies 18 Insinööri Amk. 3 Turku Konsulttitalossa 100 95 Konsultti, PDM/PLM järjestelmät 5269 65000 Kiinteän palkan lisäksi lomararaha, sekä firman bonus, jota tänä vuonna(kaan) ei saatu yhtään Kyllä
|
||||
04/09/2023 09:55:54 Palkansaaja En 21-25 Mies 6 Lukio 2.8 Gofore Tampere Konsulttitalossa 100 1 Frontend developer 3960 49500 Ei
|
||||
04/09/2023 09:56:18 Palkansaaja En 36-40 mies 16 diplomi-insinööri 7.3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Full stack developer 6727 94000 Kyllä
|
||||
04/09/2023 09:56:50 Palkansaaja En 31-35 mies 13 Ylempi korkeakoulututkinto 0 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software Architect 10000 125000 Provisio laskutuksesta, asiakastyytyväisyys-bonus, rekry-/liidi-palkkiot Kyllä
|
||||
04/09/2023 09:57:08 Palkansaaja En 31-35 Mies 5 AMK -5.3 Gofore Tampere Konsulttitalossa 100 20 Scrum Master / Full-stack kehittäjä 4357 52284 Ei
|
||||
04/09/2023 09:57:09 Palkansaaja En 41-45 Mies 20 Tietojenkäsittelytiede, FM 105 PK-Seutu (Helsinki, Espoo, Vantaa) Service provider 106 5 Solutions Architect 9700 135000 palkka, bonus ja osakkeet Kyllä
|
||||
04/09/2023 09:58:02 Palkansaaja En 31-35 Mies 8 Filosofian maisteri (tietojenkäsittely) 5 Vincit Tampere Konsulttitalossa 100 20 Fullstack developer (mostly frontend) 4200 56000 Palkka + vaihteleva bonus (n. 250-600 e/kk) EOS
|
||||
04/09/2023 09:58:06 Palkansaaja En 41-45 mies 5 Liiketalouden tradenomi 8 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Software Engineer 4566 kuukausipalkka + optiopaketti Kyllä
|
||||
04/09/2023 09:59:54 Laskuttaja En 36-40 Mies 12 Tekniikan yo 2 3 Full stack devausta 76 50000 Itse, Käytän välitysfirmoja Suomesta Isyysvapaalla ison osan vuodesta
|
||||
04/09/2023 10:00:22 Palkansaaja En 31-35 Mies 9 tietotekniikan DI 8.33 Mapbox PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 37.5 10 Senior software development engineer 10833 135500€/vuosi sisältäen lomarahat + optioita + veroton liikunta/kulttuurietuus 4 vuoden optiopaketti, 1 vuoden cliff ja vestaantuu kuukausittain. Nykyarvolla mitattuna 200-400€/kk, mutta ihan yltiöoptimistisessa tilanteessa vuositulot tuplaantuisi. Todellisuus varmaan jossain siinä välissä. Kyllä
|
||||
04/09/2023 10:00:38 Palkansaaja En 31-35 Mies 6 Maisteri, TKT 4.5 Crowd Collective PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Senior Consultant 5435 Kyllä
|
||||
04/09/2023 10:01:09 Palkansaaja En 26-30 Mies 11 Ammattikoulu, Datanomi 15 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Software developer 6000 80000 Kiinteä kuukausipalkka. Osakeohjelma tarjolla kaikille. Kyllä
|
||||
04/09/2023 10:05:36 Palkansaaja En 31-35 Mies 10 Tekniikan kandidaatti 7 Mirantis PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Engineering Manager 9400 117000 Optiot Kyllä
|
||||
04/09/2023 10:05:38 Palkansaaja En 41-45 m 14 -4 Pieni tuotetalo PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 15 Senior software developer 6500 85000 Firman tulokseen perustuva bonusmalli. Bonus 0-20%. Kyllä
|
||||
04/09/2023 10:09:32 Palkansaaja En 46-50 M 22 FM 7 Gofore Tampere Konsulttitalossa 100 20 Ohjelmistokehittäjä 5234 66000 Kyllä
|
||||
04/09/2023 10:10:17 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 Uros 11 Tietotekniikan DI 1 Full stack devaus 74 120000 Käytän välitysfirmoja Suomesta 1. Vuosi yrittäjänä menossa, arvio koko vuoden laskutuksesta
|
||||
04/09/2023 10:11:38 Palkansaaja En 26-30 Mies 4 AMK-insinööri 3 - Kuopio Tuotetalossa, jonka core-bisnes on softa 100 60 Cloud Infrastructure Developer 5000 10000 Kyllä
|
||||
04/09/2023 10:13:22 Palkansaaja En 36-40 Mies 12 LuK, Tkt 21 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Backend Engineer 6600 102500 RSU:t Kyllä
|
||||
04/09/2023 10:13:28 Palkansaaja En 31-35 6 kandidaatti 15 Tampere Konsulttitalossa 100 0 Full stack developer 5600 72000 Palkka sidottu laskutukseen suht korkealla takuupalkalla Kyllä
|
||||
04/09/2023 10:15:44 Palkansaaja En 31-35 mies 10 DI - Tietotekniikka 8.33 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Full-stack 6500 81500 Osakeoptio-ohjelma Kyllä
|
||||
04/09/2023 10:17:11 Palkansaaja En 36-40 mies 12 ylioppilas Turku Konsulttitalossa 100 0 Fullstack developer 5900 105000 kk-palkka + osingot Kyllä
|
||||
04/09/2023 10:17:21 Laskuttaja En 31-35 Mies 10 DI 0 2 Full stack + arkkitehti 90 75000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 10:17:42 Palkansaaja En 31-35 Mies 10 Tradenomi 6.25 Wunderdog Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Full-stack Developer 5950 76000 Kyllä
|
||||
04/09/2023 10:20:08 Palkansaaja En 36-40 Mies 7 Tietotekniikan perustutkinto 3 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Senior Frontend Engineer 6489 Kyllä
|
||||
04/09/2023 10:20:34 Palkansaaja En 26-30 Mies 5 AMK 5 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 5 Cloud Specialist 5200 65000 Kyllä
|
||||
04/09/2023 10:21:17 Palkansaaja En 21-25 Mies 3 Lukio 32 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 software engineer 4650 60000 lounarit yms Kyllä
|
||||
04/09/2023 10:21:36 Palkansaaja En 41-45 Mies 20 Filosofian Maisteri 5 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Software Architect 7000 100000 palkka + bonuksia + osakkeita Kyllä
|
||||
04/09/2023 10:21:56 Palkansaaja En 31-35 Kyllä, kiitos 5 AMK 180 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Senior consultant 8500 110000 - Kyllä
|
||||
04/09/2023 10:22:41 Palkansaaja En 41-45 2 Yliopisto/maisteri 0 Accenture PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Analyst 3800 48000 yrityksen sisällä ei ole kilpailukykyinen. Samoja tehtäviä tekevät kollegat ansaitsevat enemmän
|
||||
04/09/2023 10:28:34 Palkansaaja En 41-45 mies 23 Diplomi-insinööri, tietotekniikka 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Fullstack developer 6654 87000 Kyllä
|
||||
04/09/2023 10:31:56 Laskuttaja En 41-45 mies 20 DI 0 7 Data & AI 110 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 10:32:49 Palkansaaja En 36-40 Mies 7 Ylempi korkeakoulututkinto (ei IT) 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 75 Data-konsultti/engineer/arkkitehti 5900 73000 Osakkuus Kyllä
|
||||
04/09/2023 10:33:02 Laskuttaja En 31-35 10 DI 5 Project Lead 130 200000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 10:35:49 Laskuttaja En 31-35 Mies 15 ammattikoulu 7 Projektinhallinta, rekrykonsultointi 160 200000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 10:35:58 Palkansaaja En 36-40 Mies 8 9.6 Mehiläinen Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Senior frontend developer 5700 68400 Kompensaatio vain palkkaa, ei tule lomarahoja Ei
|
||||
04/09/2023 10:38:53 Laskuttaja En 36-40 Mies 12 Tradenomi 0 2 Full-stack development, Arkkitehtuuri 88 152000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 10:40:11 Palkansaaja En 46-50 Mies 25 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 30 8000 135000 Tulospalkkio Kyllä
|
||||
04/09/2023 10:41:03 Palkansaaja En 31-35 Nainen 8 Kauppatieteen maisteri 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Sales director 5000 10000 Peruspalkka, jonka päälle tulee osakkuuden mukainen osuus osinkoina Kyllä
|
||||
04/09/2023 10:41:20 Palkansaaja En 36-40 Mies 15 diplomi-insinööri +4 Oulu Tuotetalossa, jonka core-bisnes on softa 100 0 Backend developer 4500 56250 Palkka, bonus, osakkeet Ei Yrityksen koko olisi kiinnostava tieto myös
|
||||
04/09/2023 10:41:41 Laskuttaja En 46-50 Mies 15 KTM 15 Full stack 88 150000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 10:44:31 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 3 KTM 0.2 Data science, data engineering 95 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 10:44:37 Palkansaaja En 36-40 Mies 13 5 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Full-stack developer 6300 79000 Kyllä
|
||||
04/09/2023 10:46:27 Palkansaaja En 36-40 mies 10 Software Engineer 1000 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Director of Software Engineering 7000 94500 Kyllä
|
||||
04/09/2023 10:47:26 Laskuttaja En 31-35 Mies 8 AMK kulttuurialalta 23 1.5 Devausta, full stack mutta fokus bäkkärissä. 104 120000 Itse, Käytän välitysfirmoja Suomesta Minulla on useampi firma jota laskutan tällä hetkellä. Uudemmissa korkeampi hinta kuin vanhassa projektissa joka loppuu tämän syksyn aikana.
|
||||
04/09/2023 10:50:47 Palkansaaja En 41-45 mies 23 korkeakoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) 100 25 Järjestelmäarkkitehti 6600 85000 Kyllä
|
||||
04/09/2023 10:51:05 Palkansaaja En 36-40 Mies 15 Maisteri 5 Piilaakso Tuotetalossa, jonka core-bisnes on softa 90 0 Tutkimuspäällikkö 11000 145000 pohjapalkka + vuosibonus + optiot + rsu:t + yksityinen eläkevakuutus Kompensaatio kilpailijoihin kilpailukykyinen, mutta inflaatiotarkistuksia ei ole vielä implementoitu täysimääräisesti. Myös firman sisällä eurooppalaisen etäduunarin liksa on halvemmasta päästä.
|
||||
04/09/2023 10:51:19 Palkansaaja En 36-40 Mies 6 Tietojenkäsittelytieteiden dropout ennen kandia 0 Turku Konsulttitalossa 100 0 Full-stack web developer 7000 90000 Takuupalkka + laskutusbonus Kyllä
|
||||
04/09/2023 10:55:22 Palkansaaja En 31-35 Mies 9 DI 1 Tuotetalossa, jonka core-bisnes on softa 100 5 Senior Site Reliability Engineer 8250 103125 Kyllä
|
||||
04/09/2023 10:55:27 Palkansaaja En 31-35 Nainen 1 FM, digitaalinen kielentutkimus Turku Konsulttitalossa 100 60 Junior data scientist 2795 Ei
|
||||
04/09/2023 10:56:39 Palkansaaja En 26-30 Mies 7 Datanomi, Tradenomi 16 Houston Inc. PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Consultant (Full stackia, mutta enimmäkseen fronttia) 5800 72500 Palkan lisäksi lounasetu (12,70e) eli n. 266e/kk Kyllä
|
||||
04/09/2023 10:58:56 Palkansaaja En 26-30 Mies 4 Yliopisto 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Data Engineer 5000 65000 Yrityksen tulokseen perustuva bonus, osakeanti, vapaasti valittava kokonaisuus etuja, joista muodostuu reilu pari tonnia per vuosi Kyllä
|
||||
04/09/2023 11:04:03 Palkansaaja En 41-45 Mies 18 Insinööri (AMK) -10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Ohjelmistosuunnittelija 6000 72000 Provisio 50% Kyllä
|
||||
04/09/2023 11:04:36 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 41-45 Mies 23 diplomi-insinöööri PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 AI engineer 7800 120000 optiot Kyllä
|
||||
04/09/2023 11:05:21 Palkansaaja En 31-35 Mies 11.5 AMK 4 PK-Seutu (Helsinki, Espoo, Vantaa) Digitoimisto 100 15 Lead developer 4900 1000 Tulos bonus yrityksen tasolla En ole varma, luulen että voisin saada samassa roolissa enemmän muualla
|
||||
04/09/2023 11:06:34 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 46-50 Miäs 30 DI 200 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Principal Developer 7500 95000 Ei
|
||||
04/09/2023 11:08:45 Palkansaaja En 36-40 Mies 15 Lukio 4.7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Ohjelmistokehittäjä 5400 64800 Ei
|
||||
04/09/2023 11:13:55 Palkansaaja En 41-45 mies 20 pidempi korkeakoulututkinto, tohtorikoulutus jäänyt kesken 3 Mozilla San Francisco Tuotetalossa, jonka core-bisnes on softa 100 2 Staff Software Engineer 8487 142000 omaan ja firman tulokseen perustuva rahabonus Kyllä verrattuna Suomen markkinoille, ei verrattuna kansainvälisesti
|
||||
04/09/2023 11:17:24 Palkansaaja En 31-35 Mies 8 FM 10 Tuotetalossa, jonka core-bisnes on softa 100 100 Software Engineer 11000 270000 Palkka, RSU:t ja bonukset. Kyllä
|
||||
04/09/2023 11:20:28 Palkansaaja En 31-35 15 3 RELEX Tuotetalossa, jonka core-bisnes on softa 100 0 7000 84000 Kuukausipalkka Kyllä
|
||||
04/09/2023 11:21:06 Palkansaaja En 36-40 Mies 20 Ylioppilas 15 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Principal Engineer 7900 115000 Kyllä
|
||||
04/09/2023 11:23:59 Palkansaaja En 26-30 Mies 6 Datanomi, AMK-dropout 11 Turku Tuotetalossa, jonka core-bisnes on softa 100 90 Fullstack developer 4950 59400 Kyllä
|
||||
04/09/2023 11:24:49 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 17 DI 0 Backend, frontend, mobiili 76 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 11:29:34 Laskuttaja En 46-50 28 lukio 0 26 sw dev, arkkitehtuuri, konsultointi, kaikkea 120000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 11:34:23 Palkansaaja En 41-45 Mies 20 Tekniikan yo 3 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Engineering team lead 8300 180000 Palkka + kerran kvartaalissa vestautuvat RSU:t Kyllä
|
||||
04/09/2023 11:36:57 Laskuttaja En 26-30 Mies 8 Kandi/tietojenkäsittelytieteet 0 1 Full-stack, koodaava scrummari 65 100000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 11:41:58 Palkansaaja En 46-50 Mies 25 DI 0 Vaasa Tuotetalossa, jonka core-bisnes on softa 100 90 Yrittäjä & full stack devaaja 4000 50000 Yrittäjä eli valmiiksi iso osuus yrityksestä. Ei Laskuttaja ja työntekijä vaihtoehdot ei soveltunut koodaavalle softayrittäjälle.
|
||||
04/09/2023 11:44:59 Palkansaaja En 26-30 Mies 6 Insinööri (ICT) 10 Jyväskylä Konsulttitalossa 100 5 Full-stack web / cloud infra / devops Senior SW Developer 4800 60000 Kyllä
|
||||
04/09/2023 11:48:04 Palkansaaja En 26-30 M 5 1 Kuopio Konsulttitalossa 100 10 Full stack developer 4300 53000 Kyllä
|
||||
04/09/2023 11:52:38 Palkansaaja En 31-35 Mies 10 Tietotekniikan DI 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Järjestelmäarkkitehti 6500 81250 Kuukausipalkka on ainoa kompensaatio Kyllä
|
||||
04/09/2023 11:53:55 Palkansaaja En 36-40 Mies 7 it-tradenomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 full stack developer 5300 70000 Kyllä
|
||||
04/09/2023 12:06:13 Palkansaaja En 36-40 Mies 15 Fil kandi 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Fullstack developer 8400 105000 Optioita Kyllä
|
||||
04/09/2023 12:11:50 Palkansaaja En 26-30 Nainen 5 Tietojenkäsittelyn tradenomi 13 Turku Konsulttitalossa 100 5 Frontend developer 3900 48000 Kyllä
|
||||
04/09/2023 12:22:06 Laskuttaja En 31-35 mies 13 Tietojenkäsittelyn tradenomi (AMK) 0 3 full stack devausta 90 160000 Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
04/09/2023 12:26:52 Laskuttaja En 26-30 Mies 6 Yliopisto/Kandi 6 2 Full-stack 85 140000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 12:28:01 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 mies 14 ylempi amk 2 full-stack softadevausta ja agile-coachailua 100 168000 Itse Suomesta
|
||||
04/09/2023 12:32:45 Laskuttaja En 26-30 Mies 8 IT-Tradenomi AMK 20 4 Softadevaus, Arkkitehtuuri, Lead-konsultointi 80 138600 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 12:35:13 Palkansaaja En 31-35 Mies 10 Tradenomi Hämeenlinna 100 100 Software Developer 2800 35000 Ei
|
||||
04/09/2023 12:38:09 Palkansaaja En 41-45 mies 23 IT-Tradenomi 18 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 66 Principal Engineer 7520 101500 Tulospohjainen bonus Kyllä
|
||||
04/09/2023 12:39:32 Palkansaaja En 31-35 Mies 13 Diplomi-insinööri 2 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Johtava rooli 6180 83750 palkka + vuosibonus Ei
|
||||
04/09/2023 12:40:27 Laskuttaja En 36-40 Mies 17 International Baccalaureate, ammatikorkeakoulukursseja 15 1.5 Teknologiajohtajuus, backend-devaus, arkkitehtuuri 125 65200 Itse Suomesta
|
||||
04/09/2023 12:41:19 Palkansaaja En 36-40 mies 10 ohjelmistotekniikan insinööri (amk) 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Frontend developer 4780 60000 Kyllä
|
||||
04/09/2023 12:43:37 Palkansaaja En 26-30 mies 5 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 5900 70000 Kyllä
|
||||
04/09/2023 12:44:26 Palkansaaja En 41-45 mies 18 FM 0 Tampere Konsulttitalossa 100 0 Software developer 4490.76
|
||||
04/09/2023 12:47:11 Palkansaaja En 31-35 Mies 10 Datanomi 11 Vincit Oyj Turku Konsulttitalossa 100 60 Frontend developer 4464.86 55000 Kannattavuusbonarit, compdev bonarit jne. Kyllä
|
||||
04/09/2023 12:49:22 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 Mies 11 Diplomi-insinööri 0.5 Full stack, projektipäälliköinti, CTO 90 Itse Suomesta
|
||||
04/09/2023 12:52:42 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Nainen 7 Tradenomi (amk) 1 Web-kehitys 65 27000 Itse, Käytän välitysfirmoja Suomesta Osa-aikainen freelancer.
|
||||
04/09/2023 12:56:21 Palkansaaja En 31-35 Mies 6 Tekniikan kandi 3 Vincit Tampere Konsulttitalossa 100 60 Scrum Master / Backend developer 3810 51000 Kyllä
|
||||
04/09/2023 12:56:27 Palkansaaja En 21-25 Mies 3 alempi korkeakoulututkinto 7 Turku Konsulttitalossa 100 20 Full-stack software developer 3813
|
||||
04/09/2023 12:57:33 Palkansaaja En 36-40 Mies 18 FM 17 n8n Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Engineering Lead 8333 100000 Peruspalkan lisäksi pieni osuus virtuaaliosakkeina (VSIP) Kyllä
|
||||
04/09/2023 12:57:41 Palkansaaja En 31-35 - 10 Insinööri, Tietotekniikka 1.58 Sysart Oulu Konsulttitalossa 100 5 Frontend-developer 5150 62500 Saisin Sysartilla enemmän 100% provikkapalkalla (~72k vuosi)
|
||||
04/09/2023 12:57:49 Palkansaaja En 41-45 Mies 9 +13 Vincit Jyväskylä Konsulttitalossa 100 90 Frontend architect 5768 Kyllä
|
||||
04/09/2023 13:00:52 Palkansaaja En 46-50 Mies 22 Tietotekniikan kandidaatti 2.5 Vincit Oyj Tampere Konsulttitalossa 100 90 Embedded Software Engineer 5050 65000 Ei
|
||||
04/09/2023 13:01:30 Palkansaaja En 41-45 mies 20 FM (tietojenkäsittelytiede) 3 Kuopio Konsulttitalossa 100 80 Fullstack web developer 6000 75000 Muutama tonni vuodessa osinkoja palkan päälle Kyllä
|
||||
04/09/2023 13:02:55 Palkansaaja En 36-40 mies 5 Filosofian maisteri, tietotekniikka 0 Konsulttitalossa 100 2 Full stack developer 7500 90000 Kiinteä kuukausipalkka + laskutukseen perustuvat bonukset Kyllä
|
||||
04/09/2023 13:05:36 Palkansaaja En 26-30 Mies 2 Tietotekniikan insinööri (AMK) 52 Vincit Turku Konsulttitalossa 100 10 Frontend developer 3554 42000 Kyllä
|
||||
04/09/2023 13:09:28 Palkansaaja En 31-35 Mies 10 DI 3 Vincit Tampere Konsulttitalossa 100 40 Fullstack Developer 5000 65000 Kyllä
|
||||
04/09/2023 13:14:35 Palkansaaja En 41-45 Mies 25 DI 7.8 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 CISO 7050 91000 Ei
|
||||
04/09/2023 13:15:22 Laskuttaja En 36-40 Mies 16 AMK 13 4 full stack, devops 110 146000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 13:15:31 Palkansaaja En 31-35 mies 13 diplomi-insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 15 Head of Product 6200 77500 kk-palkka + optioita Kyllä
|
||||
04/09/2023 13:18:31 Palkansaaja En 36-40 10 Tekniikan ylioppilas 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Backend developer 6500 87000 Kyllä
|
||||
04/09/2023 13:19:54 Palkansaaja En 31-35 Mies 10 Insinööri 3 Turku Konsulttitalossa 100 50 Senior Frontend Developer 4635 58401 Ei
|
||||
04/09/2023 13:21:18 Palkansaaja En 31-35 Mies 8 Ylioppilas Jyväskylä Konsulttitalossa 100 20 .NET developer 4500 54000 Kyllä
|
||||
04/09/2023 13:31:15 Palkansaaja En 41-45 mies 20 Alempi korkeakoulututkinto 5 Tampere Konsulttitalossa 100 Fullstack developer 8000 100000 Kyllä
|
||||
04/09/2023 13:37:47 Palkansaaja En 26-30 Nainen 5 FM (maantiede) 15 Tampere Tuotetalossa, jonka core-bisnes on softa 100 50 Product manager 5500 69000 Kyllä
|
||||
04/09/2023 13:38:38 Palkansaaja En 46-50 Mies 25 Amk-insinööri 4 Kuopio Konsulttitalossa 100 20 Senior Integration Consultant 6342 85000 Kyllä
|
||||
04/09/2023 13:49:16 Palkansaaja En 36-40 Mies 15 Ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Fullstack Developer 5150 65000 Olisipa Ei
|
||||
04/09/2023 13:54:50 Palkansaaja En 31-35 Mies 7 Datanomi 5 Tampere Konsulttitalossa 100 0 Fullstack developer 5600 67000 Ei
|
||||
04/09/2023 13:56:23 Laskuttaja En 36-40 Mies 13 DI, ohjelmistotekniikka 5 10 DevOps, Cloud, projektipäälliköinti 90 145000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 14:09:37 Palkansaaja En 26-30 Mies 8 Aalto-dropout 9.6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Full-stack developer 5600 70000 Startupissa osakkeita saa myös pienen määrän, mutta vaikea arvottaa Kyllä
|
||||
04/09/2023 14:15:23 Palkansaaja En 31-35 Mies 11 AMK (Tietojenkäsittelyn tradenomi) 6 Brella PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Fullstack Developer 6509 78100 Peruspalkka + optiot Kyllä
|
||||
04/09/2023 14:15:49 Palkansaaja En 26-30 mies 6 3 Futurice Konsulttitalossa 100 0 Full-stack developer 3900 53000 Kiinteä kuukausipalkka, talon tuloksen mukaan muuttuva palkanosa ja open source bonus
|
||||
04/09/2023 14:21:18 Palkansaaja En 46-50 Mies 17 AMK 0 Tampere Julkinen tai kolmas sektori 100 75 Lehtori 5750 69000 Kyllä
|
||||
04/09/2023 14:28:20 Laskuttaja En 36-40 Mies 13 Insinööri (AMK) 5 3 full stack, frontend, UX design 84 140000 Itse, Käytän välitysfirmoja Suomesta Kesän jälkeen ollut epävarmempi projektitilanne
|
||||
04/09/2023 14:30:58 Palkansaaja En 31-35 Mies 5 Itseoppinut 7 Tampere Konsulttitalossa 100 20 Frontend developer 4200 53000 Ei
|
||||
04/09/2023 14:35:35 Palkansaaja En 41-45 mies 15 Filosofian Maisteri 14 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 35 Full stack web developer 6500 81000 Kyllä
|
||||
04/09/2023 14:48:15 Palkansaaja En 46-50 Mies 6 Ammattikoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 37.5 0 Frontend developer 4800 60000 Kyllä
|
||||
04/09/2023 14:48:19 Palkansaaja En 26-30 Mies 6 Alempi ammattikorkeakoulututkinto 5.6 Solita Tampere Konsulttitalossa 100 5 Frontend developer 4040 48480 Ei
|
||||
04/09/2023 14:51:27 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 mies 15 Alempi korkeuakoulututkinto 2 full stack 72 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 14:51:42 Palkansaaja En 46-50 Nainen 22 DI 10 Tampere Konsulttitalossa 100 90 Operatiivinen johtaja 4755 61000 Ei
|
||||
04/09/2023 14:56:08 Palkansaaja En 31-35 Mies 9 Diplomi-insinööri 10.8 Startup Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Senior software engineer 6650 83125 Kyllä
|
||||
04/09/2023 15:03:35 Palkansaaja En 36-40 mies 20 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 2000 Ei
|
||||
04/09/2023 15:05:02 Palkansaaja En 36-40 Mies 6 Diplomi-insinööri 4 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Frontend developer 5000 67500 Vuosibonus Kyllä
|
||||
04/09/2023 15:06:46 Palkansaaja En 31-35 mies 12 DI (tietoliikennetekniikka) 3.7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 Data developer 5600 73000 Kiinteä kuukausipalkka + max 10% vuosipalkasta bonuksina (5% henk.koht. tavoitteet, 5% yksikön tavoitteet) Freelancerina tai ulkomailla saisi huomattavasti enemmän
|
||||
04/09/2023 15:08:34 Palkansaaja En 46-50 Mies 26 Fil, Yo 17 Solita PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Software Architect 7550 95370 Kyllä
|
||||
04/09/2023 15:11:21 Laskuttaja En 26-30 Mies 8 Tuotantotalouden diplomi-insinööri 0 1 Power BI, SQL, Datakonsultointi 90 160000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 15:13:44 Palkansaaja En 36-40 Mies 13 FM 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Software Developer 6600 98000 Kyllä
|
||||
04/09/2023 15:14:33 Palkansaaja En 31-35 12 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Engineering manager 8600 105000 Lisäksi listaamattoman yrityksen tukevat optiot, joilla voi tulevaisuudessa olla jokin arvo tai sitten ei Ei
|
||||
04/09/2023 15:19:15 Palkansaaja En 41-45 mies 15 Insinööri, AMK 11 Oulu Konsulttitalossa 100 15 Principal engineer, Web and Cloud 5960 75000 Kyllä
|
||||
04/09/2023 15:19:41 Palkansaaja En 46-50 29 tekniikan tohtori (koneoppiminen) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Manager, Data Science 8000 160000 palkka + osakkeet Kyllä
|
||||
04/09/2023 15:21:57 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 20 DI 1 Softadevausta ja arkkitehtuuria 95.2 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 15:22:27 Laskuttaja En 41-45 mies 17 Insinööri, AMK 0 13 Full-stack ohjelmistokehitys 65 10000 En hanki, sivutoimisena teen vain muutamalle asiakkaalle Suomesta
|
||||
04/09/2023 15:28:24 Palkansaaja En 31-35 Mies 6 diplomi-insinööri 3 Vincit Oyj Tampere Konsulttitalossa 100 20 Software developer 4205 48186 Henkilöstörahasto. Bonukset eivät näy bruttotuloissa kun vaan rahastosta nostettaessa, joten en niitä tähän ilmoittanut. Ei Henkilöstörahastoon menevä bonus on vaikea ilmoittaa tässä kyselyssä. Ne ovat tuloja vasta (verottajankin mielestä) kun niitä nostaa rahastosta ulos.
|
||||
04/09/2023 15:30:59 Palkansaaja En 36-40 Mies 10 Yliopisto-dropout n. kandimäärällä 10 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Software Architect / Tech Lead 7800 97000 Laskutussidonnainen palkka Kyllä
|
||||
04/09/2023 15:35:49 Laskuttaja En 26-30 mies 9 tietotekniikan ylioppilas -5 4 Full stack dev, arkkitehturointi 85 140000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 15:49:33 Palkansaaja En 31-35 Mies 5 Amk 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Project lead / Senior developer 7350 93000 Kyllä
|
||||
04/09/2023 15:57:04 Palkansaaja En 31-35 Mies 9.5 Ylioppilas + melkein loppuun asti suoritettu alempi korkeakoulututkinto (LuK) 11.8 Vincit Oyj Oulu Konsulttitalossa 100 0 Software Developer 5700 73100 Ei
|
||||
04/09/2023 16:16:37 Palkansaaja En 31-35 mies 12 diplomi-insinööri 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 full-stack developer 6200 78000 Kyllä
|
||||
04/09/2023 16:18:54 Palkansaaja En 36-40 Mies 10 DI 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100 80 Lead 6900 83000 kuukausipalkka * 12 Kyllä
|
||||
04/09/2023 16:20:02 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Mies 7 Yliopisto 1 ML/DevOps/MLOps 120 190000 Itse Suomesta
|
||||
04/09/2023 16:20:04 Palkansaaja En 41-45 Mies 17 -15 Tampere Konsulttitalossa 100 5500 Kyllä
|
||||
04/09/2023 16:21:25 Palkansaaja En 26-30 Nainen 4 Master of Science in Technology 6.5 Turku Konsulttitalossa 100 30 Full-stack developer 3300 38000 Ei
|
||||
04/09/2023 16:26:09 Palkansaaja En 41-45 mies 25 Ylempi korkeakoulututkinto (FM, tietojenkäsittely) 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 35 arkkitehti 8570 106000 optiomahdollisuus listaamattomasta yhtiöstä Kyllä Verotettavina etuina lounarit, kulttuuri/liikuntasetelit, HSL-työmatkalippu & netti- ja kännykkäliittymä. Lisäksi kaljaa toimistolla.
|
||||
04/09/2023 16:27:19 Palkansaaja En 31-35 mies 15 diplomi-insinööri 7 Elisa PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Cloud Architect 6500 81000 kuukausipalkka + 15% bonarimahdollisuus (joka tuskin aina toteutuu) paremmin toki voisi saada, mutta työhön nähden hyvä. Ihan pienellä en vaihtaisi, ja ne paikat alkavat olemaan harvassa
|
||||
04/09/2023 16:28:28 Laskuttaja En 41-45 mies 16 insinööri 0 2 full stack developer 85 142885 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 16:28:34 Palkansaaja En 41-45 mies 15 filosofian maisteri 3 Futurice Tampere Konsulttitalossa 100 5 Full-stack developer 5406 7000 Ei
|
||||
04/09/2023 16:29:41 Palkansaaja En 36-40 Mies 11 Insinööri 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Senior Software Developer 5900 73750 Kyllä
|
||||
04/09/2023 16:30:01 Palkansaaja En 36-40 Mies 12 Ammattikorkeakoulu 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Fullstack developer 6000 78000 Kyllä
|
||||
04/09/2023 16:30:33 Palkansaaja En 26-30 Mies 2.5 Tietotekniikan DI-ohjelma 10 Tampere Konsulttitalossa 100 40 Full-stack developer 3250 Kyllä
|
||||
04/09/2023 16:34:24 Palkansaaja En 41-45 Mies 20 DI 12 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Agile Lead 5357 71000 n. 1,5kk bruttopalkkaa vastaava tulossidonnainen palkanosa mukana vuositulossa Kyllä
|
||||
04/09/2023 16:37:14 Palkansaaja En 31-35 Mies 15 AMK 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Staff Developer 7000 8500 Töistä maksetaan palkkaa Kyllä
|
||||
04/09/2023 16:37:47 Palkansaaja En 26-30 M 5 Insinööri (AMK) 11 Vincit Turku Konsulttitalossa 100 10 Full Stack Devaaja 4000 2500 Kyllä
|
||||
04/09/2023 16:42:18 Palkansaaja En 31-35 Mies 11 Tietotekniikan insinööri (AMK) 100 Konsulttitalossa 100 0 Fullstack developer 7000 84000 Kyllä
|
||||
04/09/2023 16:42:36 Palkansaaja En 36-40 mies 13 DI 3.5 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 80 95 Full stack developer 4720 56640 en tiedä
|
||||
04/09/2023 17:13:19 Palkansaaja En 26-30 Mies 3 Luonnontieteen kandidaatti, tkt 22 Solita PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Software Designer 4200 52500 Kyllä
|
||||
04/09/2023 17:14:56 Palkansaaja En 36-40 Mies 12 DI 5 Isohko konsulttitalo Tampere Konsulttitalossa 100 50 Lead developer 5200 Kyllä
|
||||
04/09/2023 17:21:47 Palkansaaja En 26-30 Mies 2 AMK 11 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Software Engineer 5000 65000 Vuosibonus % palkasta Ei
|
||||
04/09/2023 17:29:00 Palkansaaja En 31-35 Mies 7 Ohjelmistoinsinööri 4 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 0 Lead developer 4800 55200 Ei
|
||||
04/09/2023 17:33:04 Palkansaaja En 36-40 Mies 4 Amk 22 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Lead developer 4500 54000 Osakkeita Kyllä
|
||||
04/09/2023 17:34:01 Laskuttaja En 31-35 Mies 11 Elektroniikka-asentaja (ammattikoulu) 0 2 Full stack devausta 80 128000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 17:35:24 Palkansaaja En 31-35 Mies 0 Intensiivikoulutus 5 Tampere Tuotetalossa, jonka core-bisnes on softa 100 100 3000 Kyllä
|
||||
04/09/2023 17:36:29 Palkansaaja En 21-25 Mies 4 Tekniikan kandidaatti (tietotekniikka) 6 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software Engineer (React-Native) 5100 0 Kyllä Olisi hyvä jos käytäisiin läpi myös työterveyttä, ym. etuja jotka eivät suoraan näy palkassa
|
||||
04/09/2023 17:39:25 Palkansaaja En 46-50 Mies 25 Tradenomi Tampere Konsulttitalossa 100 20 Cloud Architect 7200 93000 Kyllä
|
||||
04/09/2023 17:42:32 Palkansaaja En 46-50 Nainen 4 YTT, sosiologia 20 Tampere Konsulttitalossa 100 20 Software developer 3872 48000 Kyllä
|
||||
04/09/2023 17:46:17 Palkansaaja En 51-55 m 20 ylioppilas 14 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Sales system developer 5293 66162 Kyllä
|
||||
04/09/2023 17:48:02 Palkansaaja En 26-30 M 3 Fm 100 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 15 Gis developer 4200 52500 Kyllä
|
||||
04/09/2023 17:54:37 Palkansaaja En 51-55 Mies 30 0 Turku Tuotetalossa, jonka core-bisnes on softa 100 20 Senior software engineer – ohjelmistosuunnittelua, backend-painotteista full stack -koodausta: Python, Javascript, React, Postgres 5000 Optioita, rahallinen arvo ehkä joskus kaukana tulevaisuudessa Kyllä
|
||||
04/09/2023 17:55:52 Palkansaaja En 41-45 M 17 DI PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 8000 100000 Kyllä
|
||||
04/09/2023 17:58:44 Palkansaaja En 31-35 Ukko 10 Tekniikan tohtori 68 Tampere Konsulttitalossa 100 10 Data Engineer / Data Scientist 6930 83000 - Ei
|
||||
04/09/2023 18:06:39 Laskuttaja En 41-45 Mies 24 DI 2.2 3 Softanteon johtoa, arkkitehtuuria, PO, data 260000 Itse Ulkomailta Laskutus sisältää esim työmatkoja ja satunnaista sälää, ei pelkästään työtunteja
|
||||
04/09/2023 18:12:24 Palkansaaja En 41-45 Mies 20 Lukio 3.3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Principal Engineer 7350 100000 Kyllä
|
||||
04/09/2023 18:12:52 Palkansaaja En 41-45 Mies 15 Tekn. Yo. 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Lead 6500 osuus firmasta osa kompensaatiota Kyllä
|
||||
04/09/2023 18:14:12 Palkansaaja En 21-25 Mies 2 Ammattikorkeakoulu Vincit Oyj Tampere Konsulttitalossa 80 0 Full stack 2400 35000 Ei
|
||||
04/09/2023 18:16:02 Laskuttaja En 36-40 Mies 14 Lukio 10 14 IaaS 120 32000 Itse Suomesta Osa-aikainen yrittäjä
|
||||
04/09/2023 18:21:11 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 31-35 9 Bachelor of Science Company not based in Finland, working from HKI Tuotetalossa, jonka core-bisnes on softa 100 0 Staff Software Developer, full stack 198000 Stock options on top Kyllä
|
||||
04/09/2023 18:21:23 Laskuttaja En 36-40 mies 15 Master of Engineering 40 1.5 full stack, Azure 126 190000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 18:22:04 Palkansaaja En 31-35 Mies 11 MSc 4.5 Mapbox PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 Senior Software Engineer 10450 144938 Optioita Kyllä
|
||||
04/09/2023 18:23:39 Palkansaaja En 31-35 Mies 8 31 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Software Architect 6000 75500 Kyllä
|
||||
04/09/2023 18:25:27 Palkansaaja En 36-40 Mies 14 Lukio 4 UpCloud PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 IaaS R&D architect 8752 113000 Kyllä
|
||||
04/09/2023 18:30:23 Palkansaaja En 41-45 Nainen 17 Diplomi-Insinööri 3 Yleisradio PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 Team Lead, Product Owner 5920 68000 Kyllä
|
||||
04/09/2023 18:31:43 Palkansaaja En 36-40 Mies 10 FM 3 Oulu Konsulttitalossa 100 85 Full stack 4200 53500 Ei
|
||||
04/09/2023 18:36:02 Palkansaaja En 26-30 Mies 8 Korkeakoulu 4 Oulu Konsulttitalossa 100 5 Senior Frontend Developer 5900 Kyllä
|
||||
04/09/2023 18:43:17 Palkansaaja En 36-40 Mies 17 Lukio + kesken jääneet yliopisto-opinnot 5 Solita Turku Konsulttitalossa 100 15 Frontend developer 5356 68300 Kyllä
|
||||
04/09/2023 18:48:04 Palkansaaja En 26-30 Mies 6 Insinööri (amk) 1.02 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 80 80 Mobile & web frontend developer 4440 55500 On optioita, mutta niillä ei välttämättä ole arvoa (en laske mukaan) Kyllä
|
||||
04/09/2023 18:51:46 Palkansaaja En 31-35 11 Tietotekniikan insinööri (AMK) 3 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Lead Software Developer 5300 70000 Ei
|
||||
04/09/2023 18:54:57 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 31-35 Mies 13 Diplomi-insinööri (tietotekniikka) 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Backend developer 6500 78000 Rahapalkka Kyllä
|
||||
04/09/2023 18:56:43 Palkansaaja En 36-40 Mies 20 Alempi korkeakoulututkinto 40 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 COO 7000 87500 Palkka Ei
|
||||
04/09/2023 18:58:10 Palkansaaja En 31-35 Mies 10 Lukio 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 25 8000 Kyllä
|
||||
04/09/2023 19:03:19 Laskuttaja En 31-35 Mies 10 Yliopisto-opintoja 0 3 Full stack, mobiili, devops, arkkitehtuuri 140 230000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 19:06:04 Palkansaaja En 26-30 Mies 6 AMK 10 Vincit Tampere Konsulttitalossa 37.5 40 Software developer 4200 50000 Kyllä
|
||||
04/09/2023 19:06:42 Palkansaaja En 31-35 Mies 4 Liiketalouden tradenomi 20.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Fullstack 4700 58750 Kyllä
|
||||
04/09/2023 19:07:59 Palkansaaja En 41-45 mies 16 Yliopisto 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full Stack Software Architect 6620 82500 Kyllä
|
||||
04/09/2023 19:13:40 Palkansaaja En 36-40 Mies 6 25 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Lead frontend developer, tech lead 7270 92000 Oma sijoitus -> tulevaisuudessa optioita Kyllä
|
||||
04/09/2023 19:16:08 Laskuttaja En 36-40 Mies 15 Filosofian Maisteri, Tietojenkäsittelytiede 0 2 Full-stack devausta 95 157000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 19:26:24 Laskuttaja En 31-35 mies 10 Tietotekniikan diplomi-insinööri 10 4 full stack 95 140000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 19:31:37 Palkansaaja En 41-45 mies 10 peruskoulu 6.5 Turku Konsulttitalossa 100 100 6180 Kyllä
|
||||
04/09/2023 19:35:04 Palkansaaja En 51-55 M 25 DI 0 Compile PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Backend developer 7300 90000 Kyllä
|
||||
04/09/2023 19:39:13 Palkansaaja En 36-40 Mies 12 Maisteri -10 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Kehityspäällikkö 6300 78000 Kyllä
|
||||
04/09/2023 19:44:44 Palkansaaja En 36-40 mies 15 m.sc. 3 Liikennevirta Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Lead infrastructure engineer 7300 92750 Kyllä
|
||||
04/09/2023 19:48:39 Palkansaaja En 31-35 Mies 13 Insinööri (AMK) 0 Exove PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Senior Developer 4300 Ei
|
||||
04/09/2023 19:51:55 Palkansaaja En 36-40 mies 14 AMK 0 Tuotetalossa, jonka core-bisnes on softa 110 0 Senior software developer 3700 49000 Kuukausipalkka, joulubonus Ei
|
||||
04/09/2023 19:53:14 Palkansaaja En 46-50 mies 2 Itseopiskeltu + Ammattikoulu + Työllisyyskurssi -15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Junior Software developer 2600 Ei
|
||||
04/09/2023 20:02:23 Palkansaaja En 26-30 Mies 5 AMK 7 Smartly.io PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Fullstack developer 5100 69000 The comp target is a 85/15 split between salary and bonuses. Haven't reached this split lately (bonuses partially cut) Kyllä
|
||||
04/09/2023 20:18:48 Palkansaaja En 31-35 Mies 7 Ylempi korkeakoulu 0 Tampere Julkinen tai kolmas sektori 100 20 Android native developer 5600 67200 Kyllä
|
||||
04/09/2023 20:33:37 Palkansaaja En 31-35 Mies 8 Maisterin tutkinto 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Native Android Developer 7400 92500 Kyllä
|
||||
04/09/2023 20:37:41 Palkansaaja En > 55v mies 30 DI (tietotekniikka) 33 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 2 Ohjelmistoarkkitehti 8000 100000 Kyllä
|
||||
04/09/2023 20:38:33 Palkansaaja En 51-55 Mies 28 Alempi korkeakoulu +25 PK-Seutu (Helsinki, Espoo, Vantaa) 100 30 Ratkaisuarkkitehti 8750 130000 Palkka+bonus+osakkeet Kyllä
|
||||
04/09/2023 20:40:12 Palkansaaja En 36-40 M 10 FM 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software Engineer 6500 110000 Kuukausipalkka + osakkeet Kyllä
|
||||
04/09/2023 20:42:20 Palkansaaja En 26-30 Mies 8 DI 20 Compile PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Backend developer 7500 90000 Provisiomalli Kyllä
|
||||
04/09/2023 21:05:57 Palkansaaja En 36-40 15 DI 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 20 5400 Kyllä
|
||||
04/09/2023 21:19:24 Palkansaaja En 36-40 Mies 8 Ylempi korkeakoulututkinto 0 Compile PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 35 Full stack developer 7100 89000 45% laskutuksesta + bonus (kvartaaleittain asiakastyytyväisyyden mukaan) Kyllä
|
||||
04/09/2023 21:33:15 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Mies 9 Yliopisto -5 1 Data 95 165000 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 21:34:35 Palkansaaja En 41-45 - 20 AMK 1.25 Oulu Tuotetalossa, jonka core-bisnes on softa 100 100 Architect / full stack lead developer 6400 Osakeohjelma lisää muutaman prosentin vuosiansioihin. Muut edut vastaavasti olemattomat. Kyllä
|
||||
04/09/2023 21:36:06 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 5 FM (TKT) 0 Cloud ja devops painotteista agile fullstackia 88 129360 Käytän välitysfirmoja Suomesta Olen siirtynyt vuoden sisällä laskuttajaksi, vuosilaskutus on laskettu 7kk perusteella avg kk laskutus * 12
|
||||
04/09/2023 21:50:25 Palkansaaja En 21-25 Mies 7 YO -25 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Designer 6000 72000 Yhtiön osakkeita Kyllä
|
||||
04/09/2023 21:52:20 Palkansaaja En 31-35 Mies 5 Filosofian maisteri, tietojenkäsittelytiede 2 Joensuu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Ohjelmistosuunnittelija 3500 44000 Ei
|
||||
04/09/2023 21:55:08 Laskuttaja En 26-30 Mies 5 Yliopisto, tietojenkäsittelytiede 0 2 Fullstack, devops, cloud 80 115 Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 22:03:20 Palkansaaja En 36-40 Mies 15 Diplomi-insinööri 53 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 96 15 Staff engineer 11300 160000 Kuukausipalkka ja vuosibonus Kyllä
|
||||
04/09/2023 22:38:30 Laskuttaja En 36-40 Mies 16 AMK Tradenomi 0 4.5 Front/full stack 85 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
04/09/2023 22:50:21 Laskuttaja En 36-40 Mies 17 Ylioppilas 8 2 Full stack 70 120000 Itse Suomesta, Ulkomailta
|
||||
04/09/2023 22:59:58 Palkansaaja En 26-30 Mies 4 TKT kandi 30 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Full-stack developer 5250 2000 Kyllä
|
||||
05/09/2023 00:43:17 Palkansaaja En 41-45 23 AMK 10 Vincit Kouvola Konsulttitalossa 100 0 Full stack developer 5300 70000 Bonus kuukausittain Kyllä
|
||||
05/09/2023 01:21:29 Palkansaaja En 41-45 mies 16 Ylioppilas 11 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 80 90 Senior Full Stack Developer, Architect, Yleismiesjantunen. Kaikki tuotetalon työt asiakasrajapinnasta arkkitehtuurisuunnittelun kautta palvelinten hallintaan. 4600 61000 Rahapalkan lisäksi 200€/kk lounasrahaa, 60€/kk polkupyöräetua, satunnainen kulttuuri-/liikuntaraha Ei
|
||||
05/09/2023 03:06:04 Palkansaaja En 31-35 Mies 15 AMK 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 45 Cloud Architect 7000 105000 Kyllä
|
||||
05/09/2023 06:53:42 Palkansaaja En 41-45 Mies 15 Insinööri 4 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Fullstack 5400 62000 Ei
|
||||
05/09/2023 07:43:52 Palkansaaja En 26-30 Mies 1.8 Filosofian maisteri 35 Turku Konsulttitalossa 100 15 Software Developer 3400 41200 Ei
|
||||
05/09/2023 08:16:19 Palkansaaja En 31-35 Mies 5 Insinööri (AMK) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Software Developer 5459 0 Kyllä
|
||||
05/09/2023 08:17:23 Palkansaaja En 26-30 Mies 4 DI 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Full-stack developer 3708 46721 Ei
|
||||
05/09/2023 08:26:18 Palkansaaja En 41-45 Mies 20 Keskeneräinen tietojenkäsittelyntieteen kandi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Staff software engineer 8500 210000 Kuukausipalkka + osakepalkkiot Kyllä
|
||||
05/09/2023 08:32:11 Palkansaaja En 41-45 Mies 20 Diplomi-insinööri 0 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Software developer 5258 65725 Ei
|
||||
05/09/2023 08:39:28 Palkansaaja En 31-35 Mies 9 Datanomi 7.68 Vincit Turku Konsulttitalossa 100 20 Full Stack Developer 4275 58000 Ei
|
||||
05/09/2023 08:42:14 Palkansaaja En 36-40 Mies 13 AMK (tietojenkäsittelyn tradenomi) 10 Oulu Konsulttitalossa 100 20 Full Stack Developer 5700 72000 Kyllä
|
||||
05/09/2023 08:54:01 Palkansaaja En 46-50 Mies 4 Ammattikorkeakoulu 10 Terveystalo PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Full stack developer 4530 54480 Kyllä Itse jaksaisin vastata useampaankin kysymykseen, jos niitä on nyt karsittu pois.
|
||||
05/09/2023 08:58:01 Palkansaaja En 26-30 mies 5 Tieto- ja viestintätekniikan insinööri 5 Tampere Konsulttitalossa 100 100 Ohjelmistokehittäjä 3800 Kyllä
|
||||
05/09/2023 09:12:11 Palkansaaja En 41-45 Mies 16 FM, TKT 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Lead developer 6000 30000 Kyllä
|
||||
05/09/2023 09:12:33 Palkansaaja En 21-25 Mies 2 Ammattikorkea 39 Vincit Jyväskylä Konsulttitalossa 100 80 Full stack web developer 3605 45062 Ei
|
||||
05/09/2023 09:23:03 Palkansaaja En 41-45 Nainen 15 Ylempi korkeakoulututkinto 5 Valtion virasto PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 Full stack developer, Scrum master 4700 57000 Ei
|
||||
05/09/2023 09:38:42 Palkansaaja En 26-30 Mies 5 It-tradenomi 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Software developer 4500 59000 Kyllä
|
||||
05/09/2023 09:39:24 Palkansaaja En 31-35 Mies 24 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Staff Engineer 6434 83000 Perus optiopaketti neljän vuoden vestauksella ja vuoden kliffillä. Palkankorotuksien lisänä lisää optioita samalla logiikalla mutta ilman kliffiä. Kyllä Hyvä Juhis ja kaikki muut puuhaajat!
|
||||
05/09/2023 09:44:16 Palkansaaja En 31-35 Mies 8 Fm (matematiikka) 33 Turku Konsulttitalossa 100 99 Software developer 5200 72000 En usko että paljoa realistista maksimia perässä jos Turussa pysyy ellei sitten vastuut kasva
|
||||
05/09/2023 09:50:49 Laskuttaja En 36-40 15 0 8 softakonsultointi 110 160000 Itse Suomesta
|
||||
05/09/2023 09:51:43 Palkansaaja En 31-35 mies 8 Tekniikan kandidaatti 0.3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Technical Project Manager 5140 65000 Kyllä
|
||||
05/09/2023 09:57:30 Palkansaaja En 36-40 Mies 13 5 Reaktor Turku Konsulttitalossa 100 50 Full Stack 6400 94000 Kyllä
|
||||
05/09/2023 10:04:17 Palkansaaja En 41-45 Mies 4.5 Ylempi korkeakoulututkinto 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Fullstack developer 3950 50000 Kyllä
|
||||
05/09/2023 10:07:03 Palkansaaja En 36-40 M 11 Ylempi korkeakoulututkinto, filosofian maisteri 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Full-stack developer 4900 58800 Ei muuta kompensaatiota kuin palkka. Kyllä
|
||||
05/09/2023 10:12:44 Palkansaaja En 36-40 mies 14 Itseoppinut 18 Turku Konsulttitalossa 100 10 Full Stack Developer 6500 0 Kyllä
|
||||
05/09/2023 10:14:48 Palkansaaja En 31-35 Mies 12 Msc 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Senior Developer 7200 86400 Kyllä
|
||||
05/09/2023 10:52:14 Palkansaaja En 36-40 mies 15 DI -4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 67 Full stack developer 6000 72000 optiot (startup) Kyllä
|
||||
05/09/2023 11:04:52 Laskuttaja En 41-45 Mies 10 Diplomi-insinööri, tietoliikennetekniikka, Aalto-yliopisto 0 1 Backend kehitys, Java-teknologiat 80 142900 Käytän välitysfirmoja Suomesta
|
||||
05/09/2023 11:05:26 Palkansaaja En 41-45 Mies 23 DI 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 37.5 2 Qt frontend developer 7000 88000 Kyllä
|
||||
05/09/2023 11:06:21 Palkansaaja En 26-30 Mies 7 Diplomi-insinööri -15 Solita PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Data engineer 4300 Kyllä
|
||||
05/09/2023 11:06:59 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 10 MSc Computer Science 1 Full stack 73 120000 Käytän välitysfirmoja Suomesta
|
||||
05/09/2023 11:07:23 Palkansaaja En 21-25 Nainen 3.5 17 Tampere Konsulttitalossa 60 10 Fullstack Developer 3230 41000 Variable perustuen firman EBITiin Ei
|
||||
05/09/2023 11:08:46 Palkansaaja En 31-35 Mies 11 Tietotekniikan DI 0 Vincit Tampere Konsulttitalossa 100 100 Full stack web developer 5100 61000 Ei
|
||||
05/09/2023 11:09:09 Laskuttaja En 41-45 taisteluhelikopteri 20 elämämcoulis -9 20 fullstack 20000 200000 Itse Suomesta
|
||||
05/09/2023 11:17:26 Palkansaaja En 26-30 Mies 5 Ammattikorkeakoulu 25 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software Engineer 7300 90000 Kyllä
|
||||
05/09/2023 11:30:02 Palkansaaja En 36-40 Mies 9 -40 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 80 20 Fullstack developer 5700
|
||||
05/09/2023 11:35:48 Palkansaaja En 26-30 Mies 8 Ammattikoulu 0 Compile PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Senior front end developer 7513 90165 Kyllä
|
||||
05/09/2023 11:41:35 Palkansaaja En 26-30 Mies 1 AMK-insinööri Solita Konsulttitalossa 100 40 Software Designer 3200 38400 Kyllä
|
||||
05/09/2023 11:45:29 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 11 Datanomi 120 0 Full stack, mobiili, arkkitehtuuri, DevOps 85 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
05/09/2023 11:50:50 Palkansaaja En 41-45 Mies 19 Tradenomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full stack developer 5400 100000 Kyllä
|
||||
05/09/2023 11:54:48 Palkansaaja En 26-30 mies 7 Kandi 3 Tampere Konsulttitalossa 100 50 Software developer 5600 Ei
|
||||
05/09/2023 12:00:00 Palkansaaja En 36-40 15 29 NorthCode Oy Konsulttitalossa 100 10 Senior DevOps Engineer 6500 Employees receive a base salary, with all profits naturally shared between subsidiary owners, i.e. employees. Kyllä
|
||||
05/09/2023 12:03:15 Palkansaaja En < 15v Mies 2 Jyväskylä Konsulttitalossa 95 80 Junior developer 1800 Ei
|
||||
05/09/2023 12:10:07 Palkansaaja En 31-35 Nainen 6 Maisteri toiselta alalta 35 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Senior Android Developer 6500 82000 Kyllä
|
||||
05/09/2023 12:21:08 Palkansaaja En 31-35 10 FM 0 Tampere Konsulttitalossa 80 25 UX Designer 3680 Kyllä
|
||||
05/09/2023 12:37:34 Palkansaaja En 36-40 mies 12 DI 2 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 DevOps 5300 67520 Vuosibonus perustuen firman tulokseen. Muutama tuhat euroa. Kyllä
|
||||
05/09/2023 12:43:30 Palkansaaja En 31-35 Mies 9 Tietotekniikan insinööri 4.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software developer 4600 Ei
|
||||
05/09/2023 12:44:09 Palkansaaja En 31-35 nainen 1 AW Academy 0 Academic Work Consulting Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 AWS Cloud Developer 3050 38400 Tuntipalkka, ei bonuksia tai muita lisiä Ei
|
||||
05/09/2023 12:47:11 Palkansaaja En 36-40 Mies 15 2x ins. 0 Mavericks PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 37.5 30 DevOps 7000 Kyllä
|
||||
05/09/2023 12:53:53 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 8 AMK-tradenomi 3 Softadevaus, tuotekehitys, projektipäälliköinti 90 30000 Itse, Verkostot / kumppaniy välittää liidejä Suomesta
|
||||
05/09/2023 13:00:37 Palkansaaja En 31-35 M 8 Tietotekniikan insinööri 6 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software Engineer 5600 84000 Kyllä
|
||||
05/09/2023 13:40:18 Palkansaaja En 31-35 Mies 12 datanomi, ja amk-dropout 7 Valtion virasto PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 96.7 20 Sovellusasiantuntija (pilviarkkitehti, fullstack, jokapaikanhöylä) 4384 54800 ei mitään lisäkivaa Saisin muualla enemmän, eikä tarvis lähteä edes konsultiksi tai freekuksi Valtiolla tosiaan 7h 15min työaika per päivä, huomioin tämän merkatessani työaikaprosenttia palkan kasvuprosentti oli erikoinen, muuten hyvät kaupat ja nopea toimitus, suosittelen++
|
||||
05/09/2023 13:48:18 Palkansaaja En 26-30 Mies 3 Luonnontieteiden kandidaatti, tietotekniikka 17 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Full-stack developer 4200 55000 Kyllä
|
||||
05/09/2023 13:54:21 Palkansaaja En 41-45 Mies 10 Diplomi-insinööri 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 3 AWS Cloud Architect 7000 88000 Peruspalkan lisäksi vuosibonus jos firman (tiukat) taloudelliset tavoitteet täyttyvät Kyllä
|
||||
05/09/2023 13:58:18 Palkansaaja En 26-30 M 5.5 Tekniikan kandi, tuotantotalous 6.25 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Data Engineer 5100 65000 Palkka + bonusmalli + henkilöstön osakeohjelma Kyllä
|
||||
05/09/2023 13:59:54 Palkansaaja En 31-35 Epärelevantti 12 Tradenomi, alempi korkeakoulututkinto 3 Valuemotive PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Software architect 6400 80000 Kyllä
|
||||
05/09/2023 14:05:45 Palkansaaja En 31-35 Mies 12 Diplomi-Insinööri 10 Tampere Konsulttitalossa 100 30 Senior Systems Specialist / Cloud Architect 6700 86000 Kyllä
|
||||
05/09/2023 14:10:21 Palkansaaja En 26-30 Mies 6 Diplomi-insinööri 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 25 Senior Backend Engineer 5253 65663 Kyllä
|
||||
05/09/2023 14:31:46 Palkansaaja En 36-40 Mies 8 Amis 8 Shipit Oy Ab Full remote Tuotetalossa, jonka core-bisnes on softa 100 100 Full stack web developer 4000 52000 Kyllä
|
||||
05/09/2023 14:50:18 Palkansaaja En 46-50 25 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Appsec 8700 118000 palkka + vuosibonus Kyllä
|
||||
05/09/2023 15:25:54 Palkansaaja En 41-45 mies 16 Filosofian maisteri 1 Tampere Konsulttitalossa 100 0 Backend developer 7500 94000 Kyllä
|
||||
05/09/2023 15:55:02 Laskuttaja En 36-40 13 DI 15 5 Softadevausta 80 100000 Itse Suomesta
|
||||
05/09/2023 15:55:50 Palkansaaja En 36-40 mies 15 Tekniikan ylioppilas 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Lead developer 5600 78000 Kyllä
|
||||
05/09/2023 16:01:15 Palkansaaja En 26-30 Mies 2 Yliopisto, melkein valmis DI 62 Turku Tuotetalossa, jonka core-bisnes on softa 80 25 DevSecOps Engineer 4000 52000 Kyllä
|
||||
05/09/2023 16:02:39 Palkansaaja En 21-25 Mies 4 Tietotekniikan kandi, lähes valmis DI 11 Tampere Konsulttitalossa 80 0 Software developer 3300 43200 Vaihteleva bonus joka maksetaan kuukausittain Ei
|
||||
05/09/2023 16:11:42 Palkansaaja En 36-40 mies 10 ylioppilas & ammattitutkinto, yliopisto-opintoja 4 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Backend / cloud developer 7400 93000 Palkka, vuosibonukset, muita erilaisia rahallisia insentiivejä Kyllä
|
||||
05/09/2023 16:23:05 Palkansaaja En 36-40 Nainen 7 Luonnontieteiden kandi 0 Turku Konsulttitalossa 100 70 Johtaja 5600 1000 Ei
|
||||
05/09/2023 16:40:55 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Mies 10 Datanomi / media-assistentti 1.5 Markkinointia (verkkosivustot, verkkokaupat) 90 Itse Suomesta Röh
|
||||
05/09/2023 18:02:25 Palkansaaja En 31-35 mies 9 Insinööri (AMK), mediatekniikka 8 Polar Squad Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 DevOps Consultant 5780 73000 Kiinteä kuukausipalkka, mahdollisuus osallistua pienosakeanteihin epäsäännöllisesti Ei Vaikka palkka ei kiinteänä ole itsessään kilpailukykyinen kysymyksenasettelun pohjalta, se on omassa mielessäni kompromissi kulttuurin ja kompensaation välillä (projekteista kilpailu ja laskutusasteen painotus vs. yhteinen hyöty). Aikaisempien vuosien kysymys muusta kompensaatiosta olisi kiva
|
||||
05/09/2023 18:09:12 Palkansaaja En 41-45 Mies 15 Diplomi-insinööri 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 DevOps Engineer 5300 63600 Kyllä
|
||||
05/09/2023 18:27:34 Palkansaaja En 31-35 Mies 5 Diplomi-insinööri 13 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Engineering Manager 6745 84000 Optioita palkan päälle Kyllä
|
||||
05/09/2023 18:32:42 Palkansaaja En 36-40 mies 2 korkeakoulututkinto 3.5 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 software engineer 3615 47500 Ei
|
||||
05/09/2023 18:34:47 Palkansaaja En 36-40 Mies 6 25 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Frontend lead developer, tech lead 7267 92000 Optioita omaa sijoitusta vastaan Kyllä
|
||||
05/09/2023 19:24:41 Palkansaaja En 31-35 Mies 6 Tieto- ja viestintätekniikan insinööri (AMK) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 2 Software developer 5350 70000 Kyllä
|
||||
05/09/2023 20:06:06 Palkansaaja En 31-35 mies 1 it-tradenomi, melkein valmis 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80 0 Full stack developer 2400 Ei
|
||||
05/09/2023 20:26:55 Palkansaaja En 36-40 mies 19 Ins Pankki PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Lead 7000 10500 Kyllä
|
||||
05/09/2023 20:41:48 Palkansaaja En 26-30 Mies 5 Alempi korkeakoulututkinto 25 Berliini Tuotetalossa, jonka core-bisnes on softa 100 0 Backend developer 6700 80000 Kyllä
|
||||
05/09/2023 21:05:56 Palkansaaja En 31-35 mies 9 M. Sc 3.7 Turku Konsulttitalossa 100 100 Senior Infrastructure Engineer (DevOps) 5915 76500 Ei
|
||||
05/09/2023 22:44:32 Laskuttaja En 21-25 Mies 6 Tekniikan kandidatti 27 2 Systems programming, security 130 160000 Itse Ulkomailta
|
||||
05/09/2023 22:48:26 Palkansaaja En 36-40 Mies 12 AMK insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 37.5 10 Senior Full Stack Developer 5300 63300 Kyllä
|
||||
05/09/2023 23:08:56 Palkansaaja En 41-45 Mies 19 Filosofian Tohtori 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Software Architect 6750 87750 Palkka + optiot Kyllä
|
||||
05/09/2023 23:33:30 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Leppäkerttu 4 Lukio 1 Full stack 70 100000 Itse Suomesta Lama vaikuttaa työllisyyteen Hyvä kysely! Mahtavaa työtä!
|
||||
05/09/2023 23:58:13 Laskuttaja En 36-40 Mies 15 Tietotekniikan kandi 0 1.5 full stack 85 130000 Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 08:43:35 Palkansaaja En 36-40 mies 4 media-assistentti 4 Lamia Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 33 Frontend developer 4250 50000 Ei - -
|
||||
06/09/2023 09:06:34 Palkansaaja En 36-40 Mies 6 AMK 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 4076 51966 Kyllä
|
||||
06/09/2023 09:11:53 Palkansaaja En 36-40 Mies 17 Lukio 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Dev Team Lead 7650 91800 Kyllä
|
||||
06/09/2023 09:16:46 Palkansaaja En 26-30 Mies 5 Tietotekniikan kandidaatti, 2. vuoden DI-opiskelija 3 HiQ Finland Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Backend developer 4400 58000 Ei
|
||||
06/09/2023 09:18:23 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 15 AMK (ohjelmistotekniikka) 0.5 Full stack webdevaus 73 125000 Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 09:20:43 Palkansaaja En 26-30 5 Tietotekniikan diplomi-insinööri 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 33 Software engineer 3900 56900 Bonukset ja osingot normipalkan päälle. Ei
|
||||
06/09/2023 09:32:36 Palkansaaja En 36-40 Mies 10 Filosofian maister (tietojenkäsittelytiede) 2.7 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Lead platform engineer 7200 9000 Bonus sidottu EBITDA:an Kyllä
|
||||
06/09/2023 09:37:48 Palkansaaja En 41-45 Mies 20 Tekniikan tohtori 1 Tampere Tuotetalossa, jonka core-bisnes on softa 100 100 Suunnittelija (full stack developer) 5389 67815 Bonus
|
||||
06/09/2023 09:49:11 Palkansaaja En 26-30 Mies 6 alempi korkeakoulututkinto 14 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 fullstack software developer 4700 Kyllä
|
||||
06/09/2023 09:49:55 Palkansaaja En 41-45 mies 18 diplomi-insinööri 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 cloud/devops architect 6300 90000 täysautoetu, vuosibonus ja erillaisia pienempiä tukia Kyllä
|
||||
06/09/2023 09:57:44 Palkansaaja En 36-40 Nainen 20 DI 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Product Owner 5210 74500 Ei
|
||||
06/09/2023 09:58:48 Palkansaaja En 31-35 muu 9 Ammattikoulu 22 Lamia PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Director of Development 5500 70000 Erilaisia työhön sidottuja bonuksia Ei
|
||||
06/09/2023 10:10:16 Laskuttaja En 46-50 Mies 23 YO, yliopisto-opintoja 0 16 WordPress sivustojen tekninen toteutus, lähinnä alihankintana mainostoimistoille. 90 100000 Itse Suomesta Hiljaisin syksy (2023) miesmuistiin. Aloitin golfin pelaamisen joutessani. Laskuttajalle kysymys: miten olet säästänyt kustannuksista (jos olet säästänyt)
|
||||
06/09/2023 10:28:26 Palkansaaja En 36-40 Mies 16 DI 2 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 30 Lead developer 4775 57969 Ei Palkkakysely on palkkakysely, eli tietenkin tarkoitus on puhua rahasta, mutta voisikohan kyselyä laajentaa työn merkityksellisyyden suuntaan? Olisi mielenkiintoista tietää, kuinka paljon paskan lapiointi näkyy viivan alla? Hyviä kysymyksiä voisi olla vaikkapa: "Jos saisit samasta työstä saman palkan toisessa domainissa, haluaisitko vaihtaa työpaikkaa? Mikä on nykyinen domain ja mikä olisi mielekkäämpi?"
|
||||
06/09/2023 10:47:48 Palkansaaja En 41-45 mies 20 KTM 3 Jyväskylä Konsulttitalossa 80 75 Koodaava arkkitehti 4575 57500 Kyllä
|
||||
06/09/2023 10:52:35 Palkansaaja En 21-25 Mies 4 DI 3 Vincit Tampere Konsulttitalossa 100 5 Backend Developer 4300 53600 Ei
|
||||
06/09/2023 10:53:02 Laskuttaja En 41-45 M 16 AMK 3 3 Softadevaus 80 Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 11:06:09 Palkansaaja En 36-40 Nainen 13 Datanomi 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Service Manager 5200 62400 Kyllä
|
||||
06/09/2023 11:16:38 Palkansaaja En 31-35 Mies 15 Ylioppilas -10 Futurice Tampere Konsulttitalossa 100 20 Senior Software Developer 4680 61000 Kyllä
|
||||
06/09/2023 11:29:50 Palkansaaja En 31-35 Mies 9 AMK 45 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Senior Fullstack Developer 6000 78000 Kiinteä kuukausipalkka + organisaation jaettuihin mittareihin ja henkilökohtaisiin mittareihin perustuva tulospalkkio kerran vuodessa Kyllä
|
||||
06/09/2023 11:33:08 Laskuttaja En 41-45 mies 22 Tradenomi 0 6 softadevausta (backend) 75 Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 11:38:02 Palkansaaja En 31-35 Mies 8 Yliopisto 15 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Fullstack developer 5700 74000 Kyllä
|
||||
06/09/2023 11:38:40 Laskuttaja En 21-25 Mies 6 Ylioppilas, ollut kirjoilla yliopistossa 90 3 Markkinointia ja liikkeenjohdon konsultointia 100 200000 Itse Ulkomailta
|
||||
06/09/2023 11:40:38 Palkansaaja En 41-45 Mies 17 FM (tietojenkäsittelytiede) 0 Mavericks Software Oy Turku Konsulttitalossa 100 0 Senior software developer 6900 86000 Kyllä
|
||||
06/09/2023 11:41:05 Palkansaaja En 31-35 Mies 15 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 5000 80000 Ei
|
||||
06/09/2023 11:43:31 Palkansaaja 36-40 Mies 10 4 Jyväskylä Konsulttitalossa 100 40 Senior Software Developer 5800 pohjapalkka + bonukset n. 10% Kyllä
|
||||
06/09/2023 11:48:10 Palkansaaja En 21-25 muu/ei 3 lukio ja keskeneräinen tietotekniikan kandidaatin tutkinto 3.5 Knowit Tampere Konsulttitalossa 50 30 Systems specialist 3157.45 Ei
|
||||
06/09/2023 12:01:47 Palkansaaja En 26-30 Mies 4 Yliopisto 14 Vincit Tampere Konsulttitalossa 80 90 Full stack developer 3600 40000 Palkka + firman laskutusasteeseen perustuva bonus Ei
|
||||
06/09/2023 12:05:19 Palkansaaja En 36-40 Mies 6 Tietojenkäsittelyn tradenomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full-stack developer 7500 90000 Kyllä
|
||||
06/09/2023 12:07:31 Palkansaaja En 31-35 Mies 18 Peruskoulu 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 3 Lead software developer 9321 115000 Kyllä
|
||||
06/09/2023 12:11:43 Palkansaaja En 26-30 Mies 5 Tietojenkäsittely FM 6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 4900 620000 Kyllä
|
||||
06/09/2023 12:26:04 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 Mies 13 Tietoliikennetekniikan maisteri 1 full stack 79 Itse, Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 12:27:19 Palkansaaja En 41-45 18 Lukio 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Lead developer 7140 90000 Kyllä
|
||||
06/09/2023 12:54:49 Palkansaaja En 36-40 mies 7 FT, fysiikka 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 90 25 Data Scientist 5220 71500 Kuukausipalkka + henkilön, yksikön ja konsernin tulostavoitteisiin sidottu vuosibonus Kyllä
|
||||
06/09/2023 12:56:25 Palkansaaja En 51-55 Mies 33 Tekn yo 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 5 Security platform architect 6527 81588 Kyllä
|
||||
06/09/2023 13:11:47 Laskuttaja En 26-30 mies 8 maisteri 23 5 full stack 90 120000 Itse Suomesta, Ulkomailta
|
||||
06/09/2023 13:24:02 Laskuttaja En 31-35 Mies 9 Yliopisto 2 2 Fullstack 87 150000 Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 14:02:08 Palkansaaja En 31-35 Mies 8 AMK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Senior DevOps Engineer 7875 50% laskutuksesta Kyllä
|
||||
06/09/2023 14:28:10 Palkansaaja En 41-45 mies 20 diplomi-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 full stack / arkkitehti / devops / kaikki liittyvä 5000 64000 Ei
|
||||
06/09/2023 14:35:34 Palkansaaja En 31-35 mies 10 ylioppilas 37.5 Oulu Konsulttitalossa 100 5 Senior Developer 6700 0 Kyllä
|
||||
06/09/2023 14:42:29 Palkansaaja En 26-30 Mies 10 Datanomi 0 Mavericks Turku Konsulttitalossa 100 0 Frontend developer 7200 90000 Kyllä
|
||||
06/09/2023 14:45:13 Palkansaaja En 36-40 Mies 5 Diplomi-Insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Software Engineer 5700 70000 bonusta ja optioita, joille en kyllä laske tässä taloustilanteessa arvoa. Kyllä Hyvä kompakti kysely. Meemeistä lisäplussaa Juhikselle. Arvostan.
|
||||
06/09/2023 14:48:01 Palkansaaja En 31-35 Mies 10 Maisteritutkinto CA, USA Konsulttitalossa 40 75 Staff Engineer 11150 135000 Suomalaisen konsulttitalon jenkkiliike
|
||||
06/09/2023 14:48:26 Palkansaaja En 31-35 7 insinööri 2 gofore PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 cloud 5330 66625 Ei
|
||||
06/09/2023 16:25:20 Palkansaaja En 31-35 Mies 8 Yliopisto dropout 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Data Lead 6000 80000 Bonus + etuja liuta Ei Voisin tienata paljon enemmänkin, mutta nykyinen firma on kiva tehdä duunia
|
||||
06/09/2023 18:28:00 Palkansaaja En 36-40 Mies 17 Diplomi-insinööri 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Senior software developer 5200 67000 Ei
|
||||
06/09/2023 20:11:23 Palkansaaja En 26-30 mies 3 Diplomi insinööri 10 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Cloud Security Engineer 4500 57000 Ei
|
||||
06/09/2023 20:15:04 Palkansaaja En 36-40 Mies 9 Ammattikorkeakoulukarkuri 0 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Fullstack developer 4400 55000 Ei
|
||||
06/09/2023 20:33:33 Palkansaaja En 31-35 Mies 8 KTM 0 Microsoft Dublin, Irlanti Tuotetalossa, jonka core-bisnes on softa 120 90 Account Executive 10500 154000 Pohjapalkka, autoetu (rahana), myyntiprovikka, naamarajabonus, stonks, eläkesäästön company match, ESPP ohjelman stonksien 10% discount, muut pienemmät one off bonukset, perheelle sairasvakuutus, henkivakuutus, hyvinvointibudjetti Kyllä
|
||||
06/09/2023 20:55:01 Palkansaaja En 31-35 3 Ylioppilas -10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 25 Fullstack developer 4500 60000 Palkka + start Upin optiot Kyllä
|
||||
06/09/2023 21:03:32 Palkansaaja En 31-35 mies 1 Opiskelen yliopistossa 10 Talenom Oy Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Fullstack developer 2850 35000 Kyllä
|
||||
06/09/2023 21:04:50 Palkansaaja En 36-40 Mies 13 Ammattikoulu 1 Siili Solutions - SiiliOne PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 UX Engineer 7800 98000 Optio mahdollisuus Kyllä Palkansaajan rooli, mutta yrittäjän riskit
|
||||
06/09/2023 21:18:40 Palkansaaja En 36-40 Mies 18 Insinööri amk 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 Hands-on architect 6500 85000 Osingot, kk-bonukset ja provisiopalkka Kyllä
|
||||
06/09/2023 21:25:19 Palkansaaja En 31-35 11 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 100 CTO 5300 70000 Optioita useampi % työnantajan osakekannasta Kyllä
|
||||
06/09/2023 21:28:26 Laskuttaja En 31-35 Mies 8 DI 0 3 Fullstack, pilvi, devops 95 120000 Käytän välitysfirmoja Suomesta
|
||||
06/09/2023 22:05:29 Palkansaaja En 41-45 Mies 20 Ei ole 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 Software architect 4700 55000 Palkka ja pieni bonus Kyllä
|
||||
06/09/2023 22:21:03 Palkansaaja En 36-40 Mies 16 Ammatillinen perustutkinto 3 Polar Squad Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 DevOps konsultti 6350 79375 Ei
|
||||
07/09/2023 06:27:28 Palkansaaja En 26-30 Mies 8 Tieotekniikan DI 0 Turku Tuotetalossa, jonka core-bisnes on softa 100 20 Lead developer, bacend & devops 3150 45000 Omistan firman osakkeita joiden osinko ja arvokehitys riippuu tuotteen menestyksestä. Tämän hetken palkka ei ole kilpailukykyinen mutta tulevat osinkovirrat kiinnostavat
|
||||
07/09/2023 07:39:40 Palkansaaja En 31-35 Mies 10 Diplomi-insinööri 0 Eficode PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 37.5 20 Software Architect 6000 70000 Bonus Kyllä
|
||||
07/09/2023 07:53:12 Palkansaaja En 26-30 Mies 2 Tietotekniikan diplomi-insinööri 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 50 Frontend developer 4300 52000 Kyllä
|
||||
07/09/2023 08:28:11 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 20 Diplomi-insinööri 1 Full stack, arkkitehtuuri, team lead, tech advisor 95 120000 Itse Suomesta Laskuttajaksi siirtymisen jälkeen olen jatkanut 30h/vko työtuntimäärää havaittuani sen hyväksi joku vuosi sitten. Kyselyn palkansaaja-puolella sitä kysyttiin, mutta ehkä se ei ole oleellista laskuttajien kannalta
|
||||
07/09/2023 09:29:28 Palkansaaja En 41-45 nainen 6 korkeakoulu 0 Siili Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 software developer 4517 Kyllä
|
||||
07/09/2023 09:48:17 Palkansaaja En 36-40 8 AMK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Full stack developer 4000 50000 Ei
|
||||
07/09/2023 09:55:43 Laskuttaja En 36-40 Mies 12 Masters of Science 0 2 Projektipäällikkö, arkkitehtuuri, devops, backend... 75 130000 Itse Ulkomailta
|
||||
07/09/2023 10:10:21 Palkansaaja En 31-35 Mies 9 Insinööri, AMK 5 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Web Developer 4400 52800 Kyllä
|
||||
07/09/2023 10:12:17 Laskuttaja En 46-50 Mies 23 Ylioppilas, Yliopisto-opintoja 4 2 backend 90 120000 Käytän välitysfirmoja Suomesta
|
||||
07/09/2023 10:56:18 Palkansaaja En 31-35 Mies 13 Alempi korkeakoulututkinto 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Senior Software Developer 5825 72800 Kyllä
|
||||
07/09/2023 11:09:45 Palkansaaja En 41-45 Mies 24 Korkeakoulu 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Full stack developer 7200 99000 Osakkeita, niistä osinkoa, joinakin vuosina bonus. Kyllä
|
||||
07/09/2023 11:16:50 Palkansaaja En 31-35 Mies 11 Ylioppilas 20 Hion Digital Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 DevOps Lead 6900 87000 Kyllä
|
||||
07/09/2023 11:18:13 Palkansaaja En 36-40 Mies 6 Ammattikoulu (Datanomi) 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software Engineer 5800 71000 Kiinteä n. 4100 plus provikka jonka lattia n. 1400 € Kilpailija on tarjonnut n. 10 k€/v suurempaa tc, mutta raha ei ole tärkeintä
|
||||
07/09/2023 12:05:29 Palkansaaja En 41-45 Mies 16 Tietotekniikan DI 6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Software architect 5350 67000 Ei hajuakaan Hyvää duunia Juhis!
|
||||
07/09/2023 12:24:17 Laskuttaja En 26-30 Mies 5 +8 3 data engineering, backend, devops, ml engineering 100 150000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
07/09/2023 13:10:14 Palkansaaja En 41-45 Mies 16 AMK, bachelor of engineering 3 Mavericks Software Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 Senior full stack developer 7900 99000 Laskutukseen perustuva palkkamalli Kyllä
|
||||
07/09/2023 14:02:53 Palkansaaja En 36-40 Mies 17 ylempi korkeakoulututkinto 3 Tampere Konsulttitalossa 100 10 5770 75000 Kyllä
|
||||
07/09/2023 14:16:07 Palkansaaja En 36-40 Mies 6 AMK 16.67 Jyväskylä Konsulttitalossa 80 5 WordPress developer 2800 0 Kyllä
|
||||
07/09/2023 14:35:35 Palkansaaja En 26-30 Mies 7 Valtiotieteiden maisteri 0 Conslut PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Data engineer 5900 80000 Firman tulokseen perustuva bonus Kyllä
|
||||
07/09/2023 14:49:16 Palkansaaja En 31-35 Mies 6 KTM 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Data Analyst 4500 70000 Kyllä
|
||||
07/09/2023 15:19:43 Palkansaaja En 36-40 mies 16 Lukio 0 Turku Konsulttitalossa 100 80 Lead UX Designer 3950 47400 Ei
|
||||
07/09/2023 15:56:27 Palkansaaja En 31-35 mies 9 Tietotekniikan diplomi-insinööri 30 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Full stack developer 5300 63600 Kyllä
|
||||
07/09/2023 17:23:02 Palkansaaja En 26-30 Mies 5 Insinööri 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Integration developer 4500 56200 Kyllä
|
||||
07/09/2023 18:50:20 Palkansaaja En 26-30 Mies 6 Insinööri Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 70 Software developer 5300 63600 Kyllä
|
||||
07/09/2023 18:52:50 Palkansaaja En 26-30 Mies 8 Diplomi-insinööri 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Team lead & full stack developer 6000 75000 Ei bonuksia Kyllä
|
||||
07/09/2023 19:18:54 Palkansaaja En 21-25 Nainen 1 AMK tietotekniikan insinööri, viimeisen vuoden opiskelija Tampere Tuotetalossa, jonka core-bisnes on softa 50 30 Software developer 1200 En osaa sanoa
|
||||
07/09/2023 19:47:57 Palkansaaja En 41-45 Nainen 5 Yliopistotutkinto 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Data engineer 6700 80400 Kyllä
|
||||
07/09/2023 20:48:00 Laskuttaja En 41-45 Mies 20 DI 0 2 Full stack 100 174000 Itse, Käytän välitysfirmoja Suomesta
|
||||
07/09/2023 21:32:05 Palkansaaja En 46-50 Mies 20 Ylempi korkeakoulututkinto 100 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 11000 135000 palkka + suoritus bonus + optioita Kyllä
|
||||
07/09/2023 22:50:41 Palkansaaja En 36-40 Mies 15 Tietojenkäsittelytieteen FM 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Fullstack developer 4450 56000 Ei
|
||||
08/09/2023 07:20:50 Palkansaaja En 36-40 Mies 13 Tietotekniikan diplomi-insinööri 3.45 Tampere Konsulttitalossa 100 10 Liiketoimintavetäjä / Ohjelmistoarkkitehti 5281 70000 Ei
|
||||
08/09/2023 08:24:43 Palkansaaja En 26-30 Mies 12 Datanomi 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100 80 Team lead 4800 60000 Ei
|
||||
08/09/2023 08:50:51 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 mies 18 DI 0.4 full stack web-kehitystä 76 Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 09:13:36 Palkansaaja En 36-40 M 11 DI 60 Tuotetalossa, jonka core-bisnes on softa 100 0 Senior software developer 7666 92000 Kyllä
|
||||
08/09/2023 10:19:07 Palkansaaja En 31-35 Mies 8 AMK 1 Sanoma PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 100 Senior Developer 6300 83000 Ei
|
||||
08/09/2023 10:46:06 Palkansaaja En 31-35 mies 8 ammattikorkeakoulu (tradenomi) 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 software developer (.net) 4800 60000 Ei
|
||||
08/09/2023 10:51:14 Palkansaaja En 31-35 nainen 1 datanomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Junior Web Developer 3000 36000 Kyllä
|
||||
08/09/2023 10:57:14 Palkansaaja En 36-40 Mies 12 AMK Mehiläinen Jyväskylä Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Software Developer 4700 56400
|
||||
08/09/2023 10:57:54 Palkansaaja En 26-30 Mies 6 Ammattikoulu, Datanomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 90 5 Koordinaattori/Sovellusasiantuntija. Nimike virallisesti koordinaattori mutta vastuussa ITSM Ohjelmiston kehityksestä. Pääasiallisesti teen Sovellusasiantuntijan töitä. 3500 42000 Saan pelkän palkan per kuukausi. Ei mitään muuta ylimääräistä.Ei Lomarahaa. Ei Bonuksia. Ei ylityölisiä. Ei
|
||||
08/09/2023 11:04:47 Palkansaaja En 36-40 Mies 14 Tietotekniikan insinööri (BSc) 3.6 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 5700 68400 Kyllä
|
||||
08/09/2023 11:09:58 Palkansaaja En 26-30 Nainen 7 Tietojenkäsittelytieteiden maisteri 6 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Fullstack developer 5300 63600 Kyllä
|
||||
08/09/2023 11:32:52 Palkansaaja En 26-30 Mies 7 Kauppakorkeakoulu 30 Mehiläinen PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Development manager 7000 91000 bonukset sidottu omiin tavoitteisiin Kyllä
|
||||
08/09/2023 11:34:41 Palkansaaja En 31-35 Mies 9 Tekniikan kandidaatti 9.1 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Team Tech Lead 6000 72000 Kyllä
|
||||
08/09/2023 11:47:15 Palkansaaja En 46-50 mies 25 Ammattikorkeakoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software developer 5500 6000 Kyllä
|
||||
08/09/2023 12:24:12 Palkansaaja En 26-30 Mies 6 Tieto- ja viestintätekniikan insinööri 0 Turku Konsulttitalossa 100 90 Lead software architect 4940 64220 Ei
|
||||
08/09/2023 13:01:17 Palkansaaja En 26-30 mies 3 Master's in Software Engineering and Digital Transformation 27 Turku Tuotetalossa, jonka core-bisnes on softa 100 20 Mobile developer (Flutter) 5000 62500 Kyllä
|
||||
08/09/2023 13:06:15 Palkansaaja En 15-20 Mies 2 Ohjelmistokehittäjä PK-Seutu (Helsinki, Espoo, Vantaa) Alihankkija, konsultointi 100 10 FullStack developer 2000 24000 Kyllä
|
||||
08/09/2023 13:07:05 Laskuttaja En 31-35 mies 8 Tietotekniikan diplomi-insinööri 0 5 Full stack 90 170000 Itse, Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 13:07:18 Palkansaaja En 36-40 Mies 14 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 Frontend developer 5600 67200 Kyllä
|
||||
08/09/2023 13:07:19 Palkansaaja En 31-35 mies 7.5 diplomi-insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 fullstack developer 5600 72500 Kyllä
|
||||
08/09/2023 13:07:27 Palkansaaja En 31-35 Mies 8 Luonnontieteiden ylioppilas 8 Tampere Konsulttitalossa 100 95 Senior DevOps Consultant 5000 60000 Ei
|
||||
08/09/2023 13:07:35 Palkansaaja En 36-40 mies 15 FM (tietojenkäsittelytiede) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Infra ja palvelut (IaaS PaaS) 7800 120000 Ei
|
||||
08/09/2023 13:07:49 Palkansaaja En 31-35 Nainen 8 it-tradenomi 5 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 Frontend developer 5500 71500 Kyllä
|
||||
08/09/2023 13:07:53 Palkansaaja En 46-50 Mies 20 0 Tampere Konsulttitalossa 100 0 Web developer 3200 Ei
|
||||
08/09/2023 13:08:01 Palkansaaja En 26-30 mies 3 tietojenkäsittelytieteen maisteri 13 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 95 Android developer, embedded c++ developer ja full stack developer 3500 44000 Satunnaisia pieniä joulubonuksia, muuten kuukausipalkka. Ei Pieni lvi-alan yritys, joten palkat eivät ole ns. it-tasoa. Viihtyvyys ja stressittömyys on sen sijaan todella hyvää tasoa.
|
||||
08/09/2023 13:08:32 Palkansaaja En 41-45 Tihkutympönen 23 AMK 1 Tampere Konsulttitalossa 100 5 Ohjelmistoarkkitehti 5300 72000 Ei
|
||||
08/09/2023 13:08:56 Laskuttaja En 41-45 Nainen 8 AMK 0 10 Front-End 30 50000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
08/09/2023 13:09:00 Laskuttaja En 46-50 M 37 Datanomi -12 20 ARK, full stack 120 227000 Itse Suomesta
|
||||
08/09/2023 13:09:06 Palkansaaja En 26-30 Mies 5 Ylempi korkeakoulututkinto 31 Gofore Jyväskylä Konsulttitalossa 100 100 Embedded software developer 4600 60000 Osakesäästöohjelma ja yrityksen bonusohjelma Ei
|
||||
08/09/2023 13:09:11 Palkansaaja En 26-30 mies 7 Ammattikoulu 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80 5 full stack developer 6300 83000 Kyllä
|
||||
08/09/2023 13:10:24 Palkansaaja En 21-25 Mies 4 Ylempi korkeakoulututkinto 40 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Lead developer 6200 Kyllä
|
||||
08/09/2023 13:10:42 Palkansaaja En 26-30 Mies 6.5 Diplomi-insinööri 0 Tampere Konsulttitalossa 100 90 Senior fullstack developer 5200 62400 Kyllä Vapaat vastaukset esimerkiksi koulutukseen voivat tehdä datan analysoinnista hankalampaa
|
||||
08/09/2023 13:10:52 Palkansaaja En 26-30 Mies 5 Diplomi-insinööri 3.5 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Software developer 5350 69000 Kyllä
|
||||
08/09/2023 13:11:02 Palkansaaja En 36-40 Nainen 3 AMK Tampere Konsulttitalossa 100 0 Full stack developer 3600 45000 Kyllä
|
||||
08/09/2023 13:11:16 Palkansaaja En 31-35 Mies 10 DI PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Lead developer 5000 Prosenttiosuus laskuktetusta työstä, takuupalkka mikäli ei ole projektissa Kyllä
|
||||
08/09/2023 13:11:22 Laskuttaja En 36-40 mies 12 DI 0 5 Full stack development 80 105000 Itse Suomesta Startupista optiot, laskennallisesti ~+15000e/v
|
||||
08/09/2023 13:11:27 Palkansaaja En 26-30 nainen 2.5 7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Full stack developer 4300 Kyllä
|
||||
08/09/2023 13:11:28 Laskuttaja En 46-50 Mies 26 Ammatillinen tutkinto 0 9 full stack, architecture, technical project management, consulting 114 145647 Itse Ulkomailta
|
||||
08/09/2023 13:11:34 Palkansaaja En 31-35 Mies 10 Filosofian Maisteri (Tietotekniikka) 3 Alle 30 hengen startup PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Team Lead / Senior Full-Stack Developer 6700 80400 Osakkeita ja optioita (itse valitussa suhteessa), realistinen arvo, jos startup tekee joskus onnistuneen exitin < 100 000€ Voisin varmaan saada halutessani up to 1000€ parempaa liksaa, mutta työajat ei vältsisti olis 7,5h päivässä Ah-mazing!
|
||||
08/09/2023 13:11:48 Palkansaaja En 31-35 Mies 3.5 Tietojenkäsittelytiedo @ Helsingin Yliopisto 3.5 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Software Developer 4900 63000 Kyllä
|
||||
08/09/2023 13:11:57 Palkansaaja En 26-30 Mies 6 Maisteritutkinto Aallon Tietotekniikalta, joskin tämä saavutettu työskentelyn ohella, eli papereiden pohjalta olen ollut pätevä vain joitain kuukausia :) 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 15 Software Developer 4100 53000 Kiinteä palkka + firman tulokseen perustuva bonusosa (suurin osa kiinteää) Ei
|
||||
08/09/2023 13:12:01 Palkansaaja En 36-40 mies 13 amk 9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 25 senior software engineer 6300 83000 Kyllä
|
||||
08/09/2023 13:12:07 Palkansaaja En 31-35 mies 7 amk 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 75 Software developer / team lead 6000 1000 laskutuslisä Kyllä
|
||||
08/09/2023 13:12:08 Palkansaaja En 26-30 M 5 DI 3.5 Reaktor Turku Konsulttitalossa 100 50 Full stack developer 4663 60000 Kyllä
|
||||
08/09/2023 13:12:12 Palkansaaja En 31-35 Mies 7 IT-opiskelija 20 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Software Engineer and Partner 6000 84000 Palkka, bonukset ja osinko Kyllä
|
||||
08/09/2023 13:12:27 Palkansaaja En 31-35 nainen 3 Bootcamp 6 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Frontend developer 4500 88000 Osakkeita Kyllä
|
||||
08/09/2023 13:12:39 Palkansaaja En 41-45 mies 20 alempi korkeakoulututkinto 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Principal software engineer 10700 210000 Rahallisen bonuksen osuus kokonaistuloista on huomattava Kyllä
|
||||
08/09/2023 13:13:28 Palkansaaja En 41-45 25 Insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 2 backend developer 6200 75000 Optiot Kyllä
|
||||
08/09/2023 13:13:28 Palkansaaja En 31-35 mies 4 Tekniikan kandidaatti, läheltä liippaavalta alalta 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 70 50 3000
|
||||
08/09/2023 13:13:51 Palkansaaja En 26-30 mies 15 Ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Lead ML Engineer 7000 90000 Osingot Kyllä
|
||||
08/09/2023 13:14:06 Palkansaaja En 26-30 Mies 8 Diplomi-insinööri 3 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Senior Software Engineer / Embedded 5650 71000 Kyllä
|
||||
08/09/2023 13:14:47 Palkansaaja En 26-30 Mies 5 Tietotekniikan DI 3 Reaktor Turku Konsulttitalossa 100 90 Full-Stack Developer 4750 62500 Kiinteän kuukausipalkan konsulttitaloista en varmaan saisi enempää Turussa. Provisiopohjainen palkka luonnollisesti olisi varmaan isompi.
|
||||
08/09/2023 13:15:00 Palkansaaja En 36-40 Mies 9 Filosofian maisteri (tietojenkäsittelytiede) 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 senior software developer 5123 65000 Palkka ei ole proviisiopohjainen, joten sama palkka oli projektissa tai ei
|
||||
08/09/2023 13:15:08 Palkansaaja En 31-35 mies 5.5 Tietojenkäsittelytiede FM 7.5 Vincit Turku Konsulttitalossa 100 15 Full-stack developer 4500 54000 Ei
|
||||
08/09/2023 13:15:08 Palkansaaja En 36-40 Mies 0.5 AMK-koulutus muulta alalta 0 Kuopio Tuotetalossa, jonka core-bisnes on softa 100 10 Full stack developer 3000 36000 Kyllä
|
||||
08/09/2023 13:15:08 Palkansaaja En 31-35 Mies 1 Alempi korkeakoulututkinto 8 Capgemini PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Consultant 3133 1020 Ei
|
||||
08/09/2023 13:15:43 Laskuttaja En 31-35 Mies 4 Lipasto 40 3 Backend 217000 Itse Ulkomailta
|
||||
08/09/2023 13:15:43 Palkansaaja En 36-40 Mies 2 AMK 56 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Automation developer 4000 55000 Bonukset Kyllä
|
||||
08/09/2023 13:16:02 Palkansaaja En 26-30 Mies 3 BIT, tradenomi AMK 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Software Engineer 3500 44000 Ei
|
||||
08/09/2023 13:16:19 Laskuttaja En 31-35 mies 15 Yliopisto Kandidaatti (Yhdysvalloissa) 4 3 backend, full stack, infraa, ja kaikkea muutakin 120 180000 Itse Ainostaan Yhdysvalloista. No exceptions. Olen ulkomailla kasvanut/koulutettu suomalainen ja suurin osaa työuraani on muualla. Kun vihdoin päätin muuttaa Suomeen olin ihan shokissa että alan "kokeneet" Suomalaiset hyväksyy palkkaa mitä ite sain 10v sitten kesäharjoittelijana. Ei mitään järkeä. Haluaisin kovasti muuttaa tätä tilannetta Suomessa mutten tiedä mistä aloittaisi. Voisi jopa huomattavasti nostaa koko Suomen BKTtä jos Suomalaiset osaisivat vaatia alan normaalia palkkatasoa työstään.
|
||||
08/09/2023 13:16:30 Palkansaaja En 41-45 Mies 17 Yliopisto 11 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 0 Software Architect 5900 75000 Kyllä
|
||||
08/09/2023 13:16:52 Palkansaaja En 36-40 Mies 10 FM (tietojenkäsittelytiede) 2 Vincit Oyj Turku Konsulttitalossa 100 10 Full stack developer 4750 58000 osakkeista pientä vuosituottoa Kyllä
|
||||
08/09/2023 13:17:09 Palkansaaja En 41-45 Nainen 1 Alempi korkeakoulututkinto 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Fullstack software designer 3200 Kyllä
|
||||
08/09/2023 13:17:13 Palkansaaja En 31-35 Mies 10 Insinööri (AMK) 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior Game Programmer 4600 0 Ei
|
||||
08/09/2023 13:17:23 Palkansaaja En 36-40 Mies 4 AMK 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Backend developer 4100 Vaikea sanoa
|
||||
08/09/2023 13:17:35 Laskuttaja En 26-30 Mies 3 Diplomi-Insinööri 12 2 Webbisoftaa, frontti+bäkkäri ja vähän infraa 72 110000 Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 13:19:36 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 31-35 Mies 11 DI (TuTa) Startup PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 CTO 6000 78000 26% yhtiön omistuksesta Kyllä
|
||||
08/09/2023 13:19:49 Palkansaaja En 26-30 Mies 3.5 Elektroniikka-asentaja amis 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior Full Stack Developer 6500 0 Kyllä
|
||||
08/09/2023 13:19:59 Palkansaaja En 36-40 Mies 9 AMK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Senior Frontend Developer 5150 65000 Optioita vestautuu n. 500€/kk verran. Tietty niistä maksetaan maksu kotiutettaessa ja verot päälle, niin hyöty on paljon pienempi. Ei
|
||||
08/09/2023 13:20:01 Palkansaaja En 36-40 Mies 8 AMK 3 Yleisradio PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 50 React Developer 5468 Kyllä
|
||||
08/09/2023 13:20:09 Palkansaaja En 21-25 Mies 2.5 AMK 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 95 Product Owner 3500 45000 Ei
|
||||
08/09/2023 13:20:17 Laskuttaja En 41-45 Mies 20 DI, tietotekniikka 0 2 Softadevausta, full stack 90 155000 Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 13:20:50 Palkansaaja En 36-40 M 12 DI 10 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 90 50 Manager 7750 100000 Kyllä
|
||||
08/09/2023 13:20:52 Palkansaaja En 31-35 Mies 5 9.3 Turku Konsulttitalossa 100 50 4100 49200 En osaa sanoa.
|
||||
08/09/2023 13:20:57 Palkansaaja En 26-30 Mies 5.5 Ylempi korkeakoulututkinto 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Full-stack cloud developer 5000 60000 Kyllä
|
||||
08/09/2023 13:21:21 Palkansaaja En 31-35 Nainen 9 DI 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Fullstack developer 5210 65646 Kyllä
|
||||
08/09/2023 13:21:21 Palkansaaja 31-35 Mies 9 AMK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Fullstack developer 5400 65000 Ei
|
||||
08/09/2023 13:22:37 Laskuttaja En 36-40 Mies 15 TiTe DI 5 2.8 Fullstack softadevaus, + devops + melkein mikä vaan devaus mikä on tarpeen 95 130 Käytän välitysfirmoja Suomesta Ehkä voisi olla jonkinlainen "kuinka monta tuntia keskimäärin laskutat kuukaudessa/viikossa" kenttä, vaikka toki se vuosilaskutus hieman antaa siihen osviittaa. Sen pointti olisi se, että voisi vertailla, kuinka paljon tunteja tehdään töitä laskuttajana vs palkansaajana (jos palkansaaja-puolella on vastaava kysymys työajasta).
|
||||
08/09/2023 13:22:52 Palkansaaja En 31-35 Mies 3 Ammattikorkeakoulu, tietojenkäsittelyn tradenomi 35 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Security consultant 4000 48000 Kyllä
|
||||
08/09/2023 13:23:12 Palkansaaja En 41-45 Mies 18 Diplomi-insinööri 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Principal Consultant 7485 100000 Tulospalkkio minkä suuruus riippuu performanssista, prosenttiosuus vuosipalkasta Kyllä
|
||||
08/09/2023 13:23:14 Palkansaaja En 31-35 Mies 6 Tieto- ja viestintätekniikan insinööri (AMK) 15 BeeHealthy Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 80 0 Software developer 4040 Kyllä
|
||||
08/09/2023 13:23:23 Palkansaaja En 21-25 Mies 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 Full-stack developer 3510
|
||||
08/09/2023 13:23:41 Palkansaaja En 31-35 M 10 Datanomi 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Lead developer 4250 52000 Kyllä
|
||||
08/09/2023 13:24:10 Palkansaaja En 36-40 Mies 11 Filosofian maisteri, tietojenkäsittelytiede Turku Tuotetalossa, jonka core-bisnes on softa 100 20 Software developer 5500 66000 Kyllä
|
||||
08/09/2023 13:24:28 Palkansaaja En 36-40 Mies 15 Ammattikorkeakoulu 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Data-arkkitehti 6900 85000 Peruspalkka + kuukausittainen laskutukseen perustuva bonus + vuosittaiset pienmmät bonukset Kyllä
|
||||
08/09/2023 13:24:31 Palkansaaja En 41-45 Mies 20 Tietotekniikka 1 Vincit PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Software Developer 6300 Kyllä
|
||||
08/09/2023 13:24:50 Palkansaaja En 41-45 Nainen 1 ammattikoulu 3 Tampere startup 100 20 software developer 3200 40000 Kyllä
|
||||
08/09/2023 13:24:53 Palkansaaja En 26-30 Miesoletettu 5 Toinen aste 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Full-stack Developer 4000 51000 Ei
|
||||
08/09/2023 13:25:38 Palkansaaja En 26-30 mies 4 Luonnontieteiden kandidaatti 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 Software Developer 5400 67500 rajoilla
|
||||
08/09/2023 13:26:02 Palkansaaja En 46-50 Mies 20 DI 2 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software architect 5100 70000 Ei
|
||||
08/09/2023 13:26:17 Palkansaaja En 21-25 Mies 3 Tekniikan kandi +26 Oyj PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 Junior Software developer 3000 13000 Palkkana kaikki Parani hyvin mutta neuvotteluvaraa on Joko töissä 100% tai 0%
|
||||
08/09/2023 13:27:13 Palkansaaja En 31-35 Mies 4 KTM 16 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Data engineer 4800 60000 Peruspalkka + edut + tulospalkka Kyllä
|
||||
08/09/2023 13:27:35 Palkansaaja En 26-30 7 Ammattikoulu 11 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Web developer 4200 52416 Ei
|
||||
08/09/2023 13:27:39 Palkansaaja En 26-30 Mies 3.5 Filosofian Maisteri (Kyberturvallisuus) 16 Tampere Konsulttitalossa 100 1 Cyber Security Specialist 5000 65000 Kyllä
|
||||
08/09/2023 13:27:50 Palkansaaja En 31-35 Mies 9 Filosofian maisteri (fysiikka) 35 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 100 Data science lead 6300 79000 Kk-palkka + optiot Ei 2727
|
||||
08/09/2023 13:28:21 Palkansaaja En 36-40 mies 7 Yliopisto 14.1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 15 Full stack software development 4240 Ei
|
||||
08/09/2023 13:28:32 Palkansaaja En 31-35 Mies 12 Ammattikoulu 0 Wunder Finland Oy Turku Konsulttitalossa 100 0 Drupal Developer 3734 45500 Palkka + "Halibonus" (5 virtuaalihalia annettavana työkavereille per viikko, määräajoin jaetaan X€ per saatu hali bonusta palkkaan) Ei
|
||||
08/09/2023 13:28:40 Palkansaaja En 31-35 Mies 5 Korkeakoulu 5 Turku Konsulttitalossa 100 0 Software developer 4300 Ei
|
||||
08/09/2023 13:29:11 Laskuttaja En 31-35 Mies 10 Diplomi-insinööri 10 3 full stack, cloud, arkkitehtuuria, agile 97 140000 Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 13:29:17 Palkansaaja En 31-35 Mies 11 ammattikorkeakoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 4600 55200 Kyllä
|
||||
08/09/2023 13:29:21 Palkansaaja En 26-30 Mies 7 Tietotekniikan diplomi-insinööri 4 Tampere Konsulttitalossa 100 50 Full stack developer 4600 60000 Kyllä
|
||||
08/09/2023 13:29:28 Palkansaaja En 41-45 Mies 17 Ammattikorkeakoulututkinto 2.7 Tampere Konsulttitalossa 100 100 Test Automation Developer 5025.34 63000 Kyllä
|
||||
08/09/2023 13:29:40 Palkansaaja En 26-30 nainen 0.5 0 Wolt Enterprises OY PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Frontend web developer 3800 Kyllä
|
||||
08/09/2023 13:29:49 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 36-40 Mies 25 Filosofian maisteri (Tietojenkäsittelytiede) 0 Saksalainen pörssiyhtiö, Suomen toimipiste PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Pilvi-infrastruktuurista vastaavan tiimin lead 12500 155000 15% bonus-pohjainen komponentti, 85% taattu kuukausipalkka En usko että saisin täysin suomalaisesta yhtiöstä samanlaista palkkaa
|
||||
08/09/2023 13:29:56 Palkansaaja En 26-30 Mies 7 Yliopisto-opintoja 1 Jyväskylä Konsulttitalossa 100 40 Frontend developer 4500 56000 Kyllä
|
||||
08/09/2023 13:30:18 Palkansaaja En 41-45 25 Yliopisto 0 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 3 Software architect 7100 98000 Kyllä
|
||||
08/09/2023 13:30:37 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Lead backend developer (python) 6283 Kyllä
|
||||
08/09/2023 13:31:02 Palkansaaja En 36-40 Nainen 1 Perustutkinto Ammattikoulusta 0 Kuusamo Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Full-stack developer 2456 32000 Kyllä
|
||||
08/09/2023 13:31:20 Palkansaaja En 26-30 Mies 2 Insinööri (AMK) 26 Tampere Tuotetalossa, jonka core-bisnes on softa 100 40 Fullstack Developer 3750 45000 Kyllä
|
||||
08/09/2023 13:32:07 Palkansaaja En 36-40 Mies 10 FM, tietojenkäsittelytiede 3 Anders Innovations PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Senior developer 5100 61200 65725 Kyllä
|
||||
08/09/2023 13:32:49 Laskuttaja En 26-30 Mies 7 Tietotekniikan DI 10.3 3 Full stack -devausta (fronttipainotuksella) 170000 Itse Ulkomailta Etäilen Jenkkeihin oman Oy:n kautta, eli olen de jurii laskuttaja, de facto työntekijä. Oman kompensaationi euromääräinen arvo vaihtelee dollarin kurssin myötä, kenties joku alasvetovalikko valuutalle voisi olla hyvä lisä?
|
||||
08/09/2023 13:32:52 Palkansaaja En 21-25 Mies 4 TJT-opintojen maisterivaihe kohta paketissa! 6 Liian pieni firma! PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 3300 Ei
|
||||
08/09/2023 13:33:05 Palkansaaja En 31-35 Mies 6 Ammattikorkeakoulu 5 Tampere Konsulttitalossa 100 20 Frontend developer 4500 56250 Kyllä
|
||||
08/09/2023 13:33:48 Palkansaaja En 36-40 Mies 5 17 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Fullstack developer 4736 61000 Kyllä
|
||||
08/09/2023 13:34:08 Palkansaaja En 41-45 Mies 18 Yliopisto-opintoja (kesken) 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 25 Software Architect 8000 96000 Kyllä
|
||||
08/09/2023 13:34:37 Palkansaaja En 41-45 Mies 10 4 Turku Konsulttitalossa 100 10 Front-end / Full-stack 4200 52500 Kyllä
|
||||
08/09/2023 13:35:21 Palkansaaja En 36-40 Mies 12 Automaatiotekniikan diplomi-insinööri 3 Leanware Oy Tampere Tuotetalossa, jonka core-bisnes on softa 100 1 Fullstack developer 4936.53 61377 Kyllä
|
||||
08/09/2023 13:35:27 Palkansaaja En 41-45 Mies 6 Ylempi korkeakoulututkinto (tietotekniikan Master of Science) 0 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 0 Fullstack developer, web apps 3910 52500 Peruspalkan lisäksi tulee muuttuva bonus riippuen miten firmalla menee. Osakeohjelmaan osallistuvat saavat ostaa tietyllä summalla osakkeita kerran vuodessa ja saavat pari optiota jokaista osaketta kohden. Ei
|
||||
08/09/2023 13:36:47 Palkansaaja En 26-30 mies 4 DI 11 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software developer 5200
|
||||
08/09/2023 13:38:34 Palkansaaja En 31-35 8 Tekniikan kandidaatti 24 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Senior Full Stack Software Engineer 6100 80000 Kyllä
|
||||
08/09/2023 13:38:45 Palkansaaja En 46-50 Nainen 26 5 Mehiläinen Oy Turku 100 10 5900 76700 Ei
|
||||
08/09/2023 13:38:56 Palkansaaja En 31-35 Mies 5 48 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Senior Software Developer 5000 60000 Ei
|
||||
08/09/2023 13:38:58 Palkansaaja En 36-40 mies 6 Luonnontieteiden kandidaatti 3 Jyväskylä Konsulttitalossa 80 50 Testiautomaatiokehittäjä 4220 44335 Laskutukseen perustiva provisio maksimissaan 10% kk-palkasta Kyllä
|
||||
08/09/2023 13:39:05 Palkansaaja En 31-35 mies 18 yliopisto-dropout 10 Turku Tuotetalossa, jonka core-bisnes on softa 100 50 full-stack lead dev 6000 75000 optioita Kyllä
|
||||
08/09/2023 13:41:11 Palkansaaja En 21-25 Nainen 1.5 Muotoilija (AMK) 3 it-talo PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Junior käyttöliittymäsuunnittelija 3320 500 - Kyllä
|
||||
08/09/2023 13:41:12 Palkansaaja En 36-40 Mies 16 Insinööri (AMK) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Designer / Front-end developer 7000 86000 Kyllä
|
||||
08/09/2023 13:41:47 Laskuttaja En 36-40 Mies 16 DI 3 3 backend devausta datapuolella 54 92000 Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 13:42:23 Palkansaaja En 51-55 mies 30 peruskoulu 0 frends oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Integration developer 4800 1000 KKpalkka + kvartaalibonus Palkka on ok - en tiedä miten se vertautuu muihin
|
||||
08/09/2023 13:42:31 Palkansaaja En 36-40 mies 15 amk 25 Konsulttitalossa 100 15 Fullstack Developer 5500 70000 Kyllä
|
||||
08/09/2023 13:43:12 Palkansaaja En 31-35 Mies 8 Maisteri 1.25 Oulu Konsulttitalossa 100 40 Cloud engineer, esimies 4400 60000 KPI-perustainen bonusmalli joka meni puihin tänä vuonna -> pienempi bonus tänä vuonna. Ei
|
||||
08/09/2023 13:43:36 Palkansaaja En 31-35 Nainen 0.5 Filosofian maisteri, tietojenkäsittelytieteet PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Fullstack developer 2548 Ei
|
||||
08/09/2023 13:44:01 Palkansaaja En 46-50 Mies 4 Insinööri 1 Oulu Tuotetalossa, jonka core-bisnes on softa 100 5 Test developer 3160 Ei Oletko etsimässä työpaikkaa? Vaihtaisitko paremman palkattuun tehtävään?
|
||||
08/09/2023 13:44:29 Palkansaaja En 31-35 Mies 13 Tietotekniikan AMK insinööri 8 Siili Solutions Oyj Seinäjoki Konsulttitalossa 100 0 Full stack developer 4500 55000 Ei
|
||||
08/09/2023 13:44:33 Palkansaaja En 21-25 Mies 1 Tradenomi 11.5 Lappeenranta Tuotetalossa, jonka core-bisnes on softa 100 1 Full Stack Web/native Software Developer 2900 0 Ei
|
||||
08/09/2023 13:45:15 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 31-35 mies 8 ammattikoulu 24 - Tampere Konsulttitalossa 80 80 Tuotantojohtaja 4150 42000 kvarttaaliboonukset kuukausipalkan lisäksi Ei
|
||||
08/09/2023 13:46:32 Palkansaaja 31-35 Mies 10 Teekkari, ei valmistunut 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 70 Senior software engineer 5100 62000 Kiinteä kk-palkka 4500 (oma tuote), päälle ~600 suoraan asiakkailta laskutetuista tunneista Ei Mielenkiintoinen ala ja rento työilmapiiri hiukan kompensoi huonoa palkkaa
|
||||
08/09/2023 13:47:10 Laskuttaja En 36-40 Mies 12 FM 0 4 Fullstack, mobiili 95 150000 Itse Suomesta
|
||||
08/09/2023 13:47:39 Palkansaaja En 36-40 Mies 11 DI 23 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Fullstack Developer 5800 75000 Ei muita palkitsemisjärjestelmiä kuin palkka. Jouluna saa suklaata. Kyllä
|
||||
08/09/2023 13:48:34 Palkansaaja En 36-40 Mies 17 FM 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Software Development Engineer III 13300 199000 Palkka + optiot Kyllä
|
||||
08/09/2023 13:48:52 Palkansaaja En 46-50 M 25 Alempi korkeakoulututkinto 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Software developer 5300 66000 Kyllä
|
||||
08/09/2023 13:49:04 Palkansaaja En 31-35 Mies 13 Tietoliikenne insinööri -21 Etä Tuotetalossa, jonka core-bisnes on softa 100 0 Software/DevOps Engineer 9600 115000 Tokeneita 3v palkan verran Kyllä
|
||||
08/09/2023 13:50:09 Palkansaaja En 21-25 Mies 1 Tekniikan kandidaatti 0 Tampere Konsulttitalossa 80 80 Data engineer 2000 Kyllä
|
||||
08/09/2023 13:50:42 Palkansaaja En 36-40 Mies 6 Tietojenkäsittelyn Kandidaatti 10 Siili solutions PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Fullstack developer 4500 58500 EBITDA sidottu bonus Kyllä
|
||||
08/09/2023 13:51:47 Palkansaaja En 26-30 Nainen 6 Ei alan koulutusta 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 75 Software engineer 5500 70000 Kyllä
|
||||
08/09/2023 13:52:27 Palkansaaja En 31-35 Mies 9 IT insinööri (AMK) 11 Seinäjoki Konsulttitalossa 100 100 Unreal developer 4100 4100 Kyllä
|
||||
08/09/2023 13:53:04 Palkansaaja En 36-40 mies 5 yliopisto 9 siili solutions Oulu Konsulttitalossa 100 0 fullstack developer 3100 38800 ei ole Ei
|
||||
08/09/2023 13:53:15 Palkansaaja En 26-30 Mies 1 LuK, tietojenkäsittelytiede Oulu Konsulttitalossa 100 40 Junior Fullstack Developer 2800
|
||||
08/09/2023 13:55:35 Palkansaaja En 31-35 Mies 7 Diplomi-insinööri 11 Nitor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Software developer 5300 66250 Kiinteä palkka 4480€ + 5% laskutuksesta Kyllä
|
||||
08/09/2023 13:56:20 Palkansaaja En 31-35 mies 7 FM, tietojenkäsittelytiede 60 Mavericks Turku Konsulttitalossa 100 10 Senior backend developer 7000 84000 Kyllä
|
||||
08/09/2023 13:56:56 Palkansaaja En 26-30 mies 6 AMK 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 Senior FE developer 5500 66000 Kyllä ilman tmi side-hustlea ei 5,5k brutto enää riitä kattamaan talouden menoja palkansaaja + freelancer -tilanteen yleisyyttä ja kannattavuutta ei harmillisesti mitattu
|
||||
08/09/2023 13:58:30 Palkansaaja En 26-30 Nainen 8 Diplomi-insinööri 5 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 75 Software engineer 6000 75000
|
||||
08/09/2023 14:01:14 Palkansaaja En 21-25 mies 0.5 ylioppilas, 80 % valmis LuK tietojenkäsittelytieteestä PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 50 80 Full stack developer 1179 Ei
|
||||
08/09/2023 14:02:05 Palkansaaja En 41-45 Uros 20 Tietojenkäsittelytieteen ylioppilas 0 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 1 Senior full stack developer 7800 94000 Kyllä
|
||||
08/09/2023 14:02:31 Palkansaaja En 21-25 Mies 1.5 Tekniikan kandi. Maisteri opiskelija Machine Learning and AI pääaineena. Sivuaineena ohjelmistotuotanto. 44 Tampere Konsulttitalossa 100 50 Data Engineer and Project Manager 3600 43200 Suhteessa koulutustaustaani ja kokemukseeni on. Työnimikkeeseeni suhteutettuna ei.
|
||||
08/09/2023 14:06:18 Palkansaaja En 36-40 mies 18 ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Site Reliability Engineer 11250 135000 Kyllä
|
||||
08/09/2023 14:07:03 Palkansaaja En 41-45 Mies 20 LuK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Solution Analyst 5700 68400 Kyllä
|
||||
08/09/2023 14:07:15 Palkansaaja En 36-40 mies 15 AMK, ICT-tradenomi 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Senior IT consultant 5922.5 74031.25 Joku maksaisi varmaan enemmänkin, mutta tällä määrällä jo on vaikeuksia keksiä nykytilanteessa mitä tekisi. Bonuksista voisi kysellä vähän tarkemmin, niitä kun on yleensä kahdentyyppisiä, tulospalkkiotyylisiä kerran kvartaaliin sekä kertaluonteisia "hyvää työtä, ota tästä 50 € lahjakortti Steamiin"
|
||||
08/09/2023 14:07:21 Palkansaaja En 31-35 Mies 10 Tietotekniikan DI 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 Software Engineering Manager 6000 125000 palkka + RSUt + ESPP Kyllä
|
||||
08/09/2023 14:09:44 Palkansaaja En 41-45 Mies 7 Ammattikoulu 4 Turku Konsulttitalossa 100 80 Software developer 4160 Kyllä
|
||||
08/09/2023 14:09:56 Palkansaaja En 31-35 nainen 5 tradenomi 25 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Test automation engineer 3400 45000 bonus mahdollisuus Ei
|
||||
08/09/2023 14:10:15 Palkansaaja 36-40 M 15 AMK-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 140 5 Senior BI Consultant 8500 100000 Provisiomalli, 50.7% laskutuksesta siirtyy bruttona mun palkkaan. Kyllä
|
||||
08/09/2023 14:11:18 Palkansaaja En 31-35 m 5 FM 2 Turku Konsulttitalossa 100 10 Software developer 4100 55000 kk-palkka + tulokseen perustuva bonus Ei
|
||||
08/09/2023 14:12:48 Palkansaaja En 26-30 mies 8 Tietotekniikan diplomi-insinööri 12 Yleisradio Oy PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 Developer 5175 65981 Kyllä
|
||||
08/09/2023 14:14:39 Palkansaaja En 41-45 20 DI 3 Tampere Konsulttitalossa 100 75 7000 87500 Kk-palkka Ei
|
||||
08/09/2023 14:17:05 Palkansaaja En 31-35 Mies 12 AMK-insinööri 10 Qvik PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Senior fullstack developer 5600 Ei
|
||||
08/09/2023 14:18:40 Palkansaaja En 26-30 Mies 6 AMK 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Senior Software Engineer 6000 80000
|
||||
08/09/2023 14:18:52 Palkansaaja En 31-35 Mies 6 Luonnontieteiden kandidaatti, tietojenkäsittelytiede 11.6 Siili Solutions Oyj Oulu Konsulttitalossa 100 100 Full-stack developer 4012.5 48150 Ei
|
||||
08/09/2023 14:20:01 Palkansaaja En 41-45 Mies 15 Filosofian Maisteri, Tietojenkäsittelytiede 0 CGI Joensuu Konsulttitalossa 80 2 Backend developer / Architect 4100 54000 Kyllä
|
||||
08/09/2023 14:20:47 Palkansaaja En 36-40 mies 14 AMK 28 Tampere Konsulttitalossa 100 0 Senior WordPress Developer 6300 80250 Selvästi enemmän kuin muissa vastaavissa hommissa
|
||||
08/09/2023 14:23:38 Palkansaaja En 26-30 Nainen 1 Kauppatieteiden kandidaatti ja Luonnontieteiden kandidaatti (tietojenkäsittelytiede) 1.15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 8 Software Engineer Intern --> Software Engineer (juuri sain ylennyksen) 3800 45600 palkka + RSU Ei
|
||||
08/09/2023 14:23:45 Palkansaaja En 31-35 Mies 10 Alempi korkeakoulututkinto 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Clojure developer 5900 73000 Kuukausipalkka + laskutusprovisio Kyllä Kiitos jälleen palkkakyselyn toteutuksesta. Vastaaminen muistutti paikoitellen veroilmoituksen täyttämistä, eli tuntui raskaalta. Siitä huolimatta osallistuminen on mielestäni täysin siihen käytetyn ajan arvoista.
|
||||
08/09/2023 14:26:47 Palkansaaja En 31-35 Mies 5 Media Engineer 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Tech Lead / Software Developer / RPA Developer 5500 66000 Kyllä
|
||||
08/09/2023 14:27:55 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 mies 18 diplomi-insinööri 0.5 full stack, arkkitehtuuri 90 125000 Itse, Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 14:28:32 Palkansaaja En 26-30 Mies 3 Bachelor of Science - BS, Computer Science 14 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Full-Stack developer 5470 67500 Kyllä
|
||||
08/09/2023 14:29:32 Palkansaaja En 26-30 Nainen 3 amk 17 PK-Seutu (Helsinki, Espoo, Vantaa) 100 3100
|
||||
08/09/2023 14:30:37 Palkansaaja En 41-45 nainen 3 7 Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 30 Frontend developer 3600 43200 Kyllä
|
||||
08/09/2023 14:31:16 Palkansaaja En 26-30 Mies 8 Diplomi-insinööri - Informaatioverkostot 12 Inderes PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Product Manager 6200 75000 Kyllä
|
||||
08/09/2023 14:33:02 Palkansaaja En 31-35 Mies 5 AMK 6 Visma Pori Tuotetalossa, jonka core-bisnes on softa 100 20 Security Engineer 3500 42000 Ei
|
||||
08/09/2023 14:33:40 Palkansaaja En 41-45 Nainen 16 LuK 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Engineering team lead 6240 115000 Optioita Kyllä
|
||||
08/09/2023 14:34:00 Palkansaaja En 26-30 mies 8 Tietotekniikan diplomi-insinööri 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 5700 3700 Kyllä
|
||||
08/09/2023 14:34:03 Palkansaaja En 41-45 Mies 18 Insinööri AMK 2 TietoEVRY Oyj Tampere Tuotetalossa, jonka core-bisnes on softa 100 60 Full Stack developer 5020 63000 Kyllä
|
||||
08/09/2023 14:36:32 Palkansaaja En 36-40 Mies 14 Ylempi korkeakoulututkino, DI tietotekniikka 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Full-stack developer 8812 105774 Kiinteä kk-palkka + laskutukseen sidottu bonus. Kyllä
|
||||
08/09/2023 14:38:07 Palkansaaja En 26-30 Mies 3.5 Medianomi 9.8 Siili Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 3 Frontend developer 3953 47436 Kyllä. En tosin tiedä kauheasti muiden palkoista, oli ne sitten toisessa firmassa tai samassa vastaavalla osaamisella.
|
||||
08/09/2023 14:39:49 Palkansaaja En 31-35 mies 7 AMK, ei valmistunut 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Backend developer / cloud engineer 7500 93000 Kyllä
|
||||
08/09/2023 14:44:44 Palkansaaja En 31-35 Mies 7 AMK, IT-tradenomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Software Developer 6500 78000 Kyllä
|
||||
08/09/2023 14:51:06 Palkansaaja En 41-45 Mies 17 Insinööri (AMK), ohjelmistotekniikka 14 Tampere Konsulttitalossa 100 82 Senior SW Engineer 5700 17250 Kyllä Bonusohjelmille, eli onko niitä ja miten iso osa palkasta ne on, voisi olla oma kenttänsä
|
||||
08/09/2023 14:53:19 Palkansaaja En 36-40 4 25 Tampere Konsulttitalossa 100 80 Senior Software Developer 5000 60000 Kyllä
|
||||
08/09/2023 14:54:30 Palkansaaja En 31-35 nainen 13 datanomi 20 Konsulttitalossa 100 5 frontend developer && service design 4200 koulutusbonareita saa vapaamuotoisestakin vapaa-ajan kouluttautumisesta Kyllä mietiskelen tällaista tapausta jossa on projekteilla aina vähän erilaisilla rooleilla, jotka kaikki ei ole missään nimessä vain teknistä suorittamista. että saatan olla samanaikaisesti esim yhdellä projektilla koodari, toisella määrittelijä, kolmannella palvelumuotoilija ja sivussa tehdä vielä vaikkapa myynnintukea. Tai hattu vaihtuu projektin elinkaaren mukaan: aloitan palvelumuotoiljana ja määrittelijänä, sit hyppään koodariksi ja jossain kohti mulla on joku projari-/scrummarihattu. että miten tällaiset ei-yhtä-selkeää-roolia- tapaukset napattaisiin, vai onko niitä tarve napata?
|
||||
08/09/2023 14:54:30 Palkansaaja En 36-40 mies 9 Tradenomi, tietojenkäsittely (AMK) 6 Visma PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 2 Software developer 5500 73000 Kyllä
|
||||
08/09/2023 14:55:48 Palkansaaja En 31-35 Mies 8 Diplomi-insinööri 0 Tampere Konsulttitalossa 100 30 Machine learning engineer 6500 81500 Työnantajan osakkeita sai ostaa kerran 2000 eurolla Kyllä
|
||||
08/09/2023 14:57:58 Palkansaaja En 36-40 Nainen 7 Insinööri 0 Tampere Konsulttitalossa 100 60 Frontend Developer 4050 50625 Kyllä
|
||||
08/09/2023 14:58:21 Palkansaaja En 41-45 Mies 22 Ylioppilas ja Opistotaso 4 Tampere Konsulttitalossa 100 80 Cloud Architect 8700 500 Kyllä
|
||||
08/09/2023 15:02:47 Palkansaaja En 26-30 Mies 6 ICT-insinööri 0 Jyväskylä Konsulttitalossa 100 2 Senior Software Developer 4800 60000 Ei
|
||||
08/09/2023 15:04:20 Palkansaaja En 41-45 non-binary, afab 17 DI 3 Tuotetalossa, jonka core-bisnes on softa 100 3 5665 67980 Kyllä
|
||||
08/09/2023 15:15:26 Palkansaaja En 36-40 mies 15 DI 0 Posti Messaging Oy PK-Seutu (Helsinki, Espoo, Vantaa) 100 5 Senior Software Developer 5300 Ei
|
||||
08/09/2023 15:18:03 Palkansaaja En 36-40 17 Engineer 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Senior Manager 7600 100000 Kyllä
|
||||
08/09/2023 15:21:02 Palkansaaja En 41-45 Nainen 12 Tietojenkäsittelytiede / maisteri 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 2 Sovelluskehittäjä 6500 78000 Provisiopalkka Kyllä
|
||||
08/09/2023 15:37:55 Laskuttaja En 41-45 Mies 22 DI 0 6 Fullstack, architecture, consultation 85 Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 15:41:58 Palkansaaja En 41-45 Mies 22 DI Remote Tuotetalossa, jonka core-bisnes on softa 80 0 4500 54000 Ei
|
||||
08/09/2023 15:42:41 Laskuttaja En 41-45 mies 15 insinööri 37 2 full stack 110 180000 Itse Suomesta
|
||||
08/09/2023 15:43:50 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 7 Tradenomi ja itseoppinut koodari 1 full stack, BI, konsultointi 120 105000 Kaksi isoa sopimuskumppania Suomesta
|
||||
08/09/2023 15:45:01 Palkansaaja En 31-35 Mies 15 Datanomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 6300 Kyllä
|
||||
08/09/2023 15:45:26 Palkansaaja En 41-45 Mies 16 Ammattikorkeakoulu 8 Kirkkonummi Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Senior developer 6420 83030 Kyllä
|
||||
08/09/2023 15:47:30 Palkansaaja En 31-35 Mies 8 Maisteri, tietojenkäsittelytieteet 6 Polar Squad PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Cloud architect/developer 5100 65000 Kyllä
|
||||
08/09/2023 15:48:59 Palkansaaja En 36-40 Muu 5 AMK 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 37.5 10 Software engineer 5875 72000 Enimmäkseen palkka. Lisänä työsuhdeoptioita. Kyllä
|
||||
08/09/2023 15:55:58 Palkansaaja En 36-40 Mies 18 Datanomi 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 98.7 4 DevOps 6200 96000 palkka ja varallaolo Kyllä 13 v firmassa, taas YT ilmapiiri
|
||||
08/09/2023 16:06:00 Laskuttaja En 21-25 Mies 6 Lukio 0 4 Full Stack 52800 Itse Suomesta Urakoitsijana vakituisella työtilauksella 4400€ kuukausilaskutuksella
|
||||
08/09/2023 16:09:20 Palkansaaja En 36-40 18 Lukio 0 Hajautettu Konsulttitalossa 100 0 Software developer 7810 93720 Ei
|
||||
08/09/2023 16:13:54 Palkansaaja En 36-40 7 Maisteri -10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Senior software developer 5400 65000 Kyllä
|
||||
08/09/2023 16:18:45 Palkansaaja En 26-30 mies 7 Fil yo 13 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 15 6210 78000 Kyllä
|
||||
08/09/2023 16:29:27 Palkansaaja En 26-30 Mies 2.5 Ylioppilas 10 Fraktio Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 75 Web Developer 3763.87 48000 Kyllä
|
||||
08/09/2023 16:33:45 Palkansaaja En 46-50 18 KTM 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Software developer 6600 Kyllä
|
||||
08/09/2023 16:39:41 Palkansaaja En 26-30 mies 4 Tietotekniikan DI 6 Englanti Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Senior Software Engineer 8300 99600 Optioita, neljän vuoden vestaus jossa on vuoden cliff Ei
|
||||
08/09/2023 16:53:50 Palkansaaja En 31-35 Mies 16 Ammattitutkinto 32 Metosin Oy Jyväskylä Konsulttitalossa 70 10 Ohjelmoitsija 5670 72000 Kyllä
|
||||
08/09/2023 16:57:32 Palkansaaja En 41-45 Mies 22 Insinööri 3 Vaasa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 95 Software developer 4576 60000 Ei
|
||||
08/09/2023 17:00:27 Palkansaaja En 41-45 Mies 19 DI 5 Täysi etätyö, ei toimistoa Konsulttitalossa 100 0 Lead developer 7300 92000 Kyllä
|
||||
08/09/2023 17:01:13 Palkansaaja En 31-35 Mies 5 Amk 8 Solita Tampere Konsulttitalossa 100 0 Software designer 4200 48000 Kuukausipalkka Ei
|
||||
08/09/2023 17:26:30 Palkansaaja En 31-35 Nainen 6 Tietotekniikan insinööri 6 Tampere Konsulttitalossa 100 100 Staffing manager 4915 61400 Kyllä
|
||||
08/09/2023 17:48:18 Palkansaaja En 26-30 Mies 6 Yliopisto (jätin kesken, ei tutkintoa) PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Fullstack developer 5500 Kyllä
|
||||
08/09/2023 17:58:10 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 1000 0 Senior developer 4700 56400 Ei
|
||||
08/09/2023 18:12:59 Palkansaaja En 41-45 Mies 26 Tekniikan ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Lead Developer 6000 Ei
|
||||
08/09/2023 18:14:20 Palkansaaja En 36-40 14 diplomi-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 full stack developer 9700 116000 Kyllä
|
||||
08/09/2023 18:30:05 Laskuttaja En 21-25 Mies 6 Tietojenkäsittelytieteen kandidaatti 20 2 full stack, data, infra 105 136000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
08/09/2023 18:32:41 Palkansaaja En 36-40 Nainen 15 Ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Developer 5000 Kyllä
|
||||
08/09/2023 18:34:17 Palkansaaja En 41-45 Mies 18 DI 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Technical Lead 6500 72000 Kyllä
|
||||
08/09/2023 18:34:25 Palkansaaja En 36-40 Mies 11 YAMK 0 Vincit Turku Konsulttitalossa 100 20 Full Stack Developer 4300 500 Ei Olen ollut ulkomailla töissä, joten Suomen palkka ei ole noussut yli vuoteen. Normaalisti varmasti olisi.
|
||||
08/09/2023 18:46:41 Palkansaaja En 36-40 12 Amk insinööri 1 Turku Tuotetalossa, jonka core-bisnes on softa 100 10 Full stack developer 4000 50000 Ei
|
||||
08/09/2023 19:14:38 Palkansaaja En 31-35 9 Tietojärjestelmätiede, KTM 3.5 Liikenne- ja viestintävirasto Traficom PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 95 1 5560 70000 Kyllä
|
||||
08/09/2023 19:23:50 Palkansaaja En 31-35 Mies 9 Yliopisto 9 Tampere Julkinen tai kolmas sektori 100 0 Ohjelmistokehittäjä/-arkkitehti 6000 72000 Kyllä
|
||||
08/09/2023 19:42:51 Palkansaaja En 41-45 nainen 3 7 Joensuu Konsulttitalossa 100 75 Software developer 2900 37000 Ei
|
||||
08/09/2023 19:45:13 Palkansaaja En 26-30 nainen 3 DI PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Frontend developer 3300
|
||||
08/09/2023 19:47:43 Palkansaaja En 36-40 Mies 14 Ylioppilas 10 Oulu Konsulttitalossa 100 4 Backend developer 4500 61000 Kyllä
|
||||
08/09/2023 19:56:27 Palkansaaja En 15-20 Mies 2 Lukio 25 Vaasa Konsulttitalossa 100 0 Software developer trainee 2418 Ei ”Vastaako työtittelisi työnkuvaasi?” (voisi muotoilla paremmin…). Esimerkiksi omassa työnimikkeessäni on ”harjoittelija”, vaikka työkokemukseni/työtehtävieni perusteella olisin jo juniori. Ja tästä aionkin jossain vaiheessa keskustella esimieheni kanssa.
|
||||
08/09/2023 20:08:31 Palkansaaja En 31-35 Mies 8 DI 8 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Full stack developer 5900 76000
|
||||
08/09/2023 20:20:51 Palkansaaja En 31-35 mies 7 tietojenkäsittelytiede yliopistossa Turku Tuotetalossa, jonka core-bisnes on softa 80 50 Full-stack web-kehittäjä 4000 50000 Ei
|
||||
08/09/2023 20:29:33 Palkansaaja En 31-35 Mies 15 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Senior android native developer 7100 94000 Kyllä
|
||||
08/09/2023 20:29:36 Palkansaaja En 21-25 Mies 1 Lukio 1 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Junior Cloud Developer 3540 Kyllä
|
||||
08/09/2023 20:37:39 Palkansaaja En 36-40 8 Gofore Tampere Konsulttitalossa 100 100 Lead developer 5400 Kyllä
|
||||
08/09/2023 20:50:54 Laskuttaja En 31-35 Mies 10 Ammattikorkea 20 5 Mobiili 80 125000 Itse, Käytän välitysfirmoja Suomesta
|
||||
08/09/2023 20:58:33 Palkansaaja En 26-30 9 DI -15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 75 4700 73000 osakkeet+bonus Kyllä
|
||||
08/09/2023 21:20:00 Palkansaaja En 46-50 Mies 25 Tradenomi 1.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Full Stack Web Developer 5950 75000 Kyllä
|
||||
08/09/2023 22:24:11 Palkansaaja En 41-45 Mies 20 Diplomi-insinööri 3 Tampere Konsulttitalossa 100 20 Software Architect 6500 78000 Kyllä
|
||||
08/09/2023 22:26:00 Palkansaaja En 26-30 Mies 5 Melkein maisteri 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Full-Stack developer 5500 68750 Kyllä
|
||||
08/09/2023 22:47:40 Palkansaaja En 36-40 Mies 5 AMK -25 EU Konsulttitalossa 115 100 SAP Developer 4500 54000 Ei
|
||||
08/09/2023 22:55:12 Palkansaaja En 41-45 mies 18 DI 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Kehityspäällikkö 7650 100000 kk-palkka, vuosibonus, mahdollisuus ostaa firman osakkeita
|
||||
08/09/2023 22:55:45 Palkansaaja En 31-35 nainen 1 Filosofian maisteri, englannin kieli Jyväskylä Tuotetalossa, jonka core-bisnes on softa 90 50 Junior QA Tester, automaatio- ja manuaalitestaus 2835 Polkupyöräetu 2000 e/24 kk palkan päälle. Puhelinetu 20 e/kk ja työpuhelin. Lounas- ja virike-etu n. 1300 e/v. Laaja työterveys Kyllä Tittelini on vielä junior, mutta työnkuvani on vaativampi, osin jopa QA Leadin tyyppinen. Pyysin siksi työsopimukseen merkinnän, että koeajan päättyessä roolini ja palkkani tarkistetaan työtehtävien mukaisiksi. Oli lyhyempi kuin odotin, erinomaista!
|
||||
08/09/2023 23:08:44 Palkansaaja En 31-35 Mies 10 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 95 Site reliability engineer 6000 100000 Optioita vestautuu kuukausittain, mutta ne ovat toki arpalippuja listaamattomalla yrityksellä. Kokonaiskompensaatioon laskettu noin puolikkaalla viime rahoituskierroksen valuaatioarvolla. Ei
|
||||
08/09/2023 23:29:15 Palkansaaja En 41-45 Mies 18 DI 5 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 DevOps Specialist 5800 70000 Kyllä
|
||||
08/09/2023 23:51:31 Palkansaaja En 31-35 Mies 5 AMK Tietoliikenne Insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 Azure Developer/konsultti 4227 53524 Riippuu monimutkaisesta laskutoimituksista, jos saa bonusta ja kuinka paljon Kyllä Kauniainen pk seutuun
|
||||
09/09/2023 00:35:47 Palkansaaja En 41-45 m 23 di 4.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 95 senior software developer 4700 70000 Optioita jotka vestautuu vuonna X Ei
|
||||
09/09/2023 03:16:42 Palkansaaja En 31-35 Mies 7 Tietotekniikan DI 6 IPRally PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Site Reliability Engineer 5500 70000 Kyllä Sopiva määrä kysymyksiä ja hyvä että oli selvennetty mitä kysymyksellä haetaan esim aikaisempi "tällä haetaan alan töiden tulotasoa eikä yksilön kokonaistulotasoa" jonka luulisi vähentävän "väärien" vastausten antamista
|
||||
09/09/2023 03:24:05 Palkansaaja En 31-35 mies 6 Yliopisto 20 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 fullstack 5500 70000 Kyllä
|
||||
09/09/2023 07:18:48 Palkansaaja En 46-50 mies 23 AMK 5.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Senior Software Developer 5500 Kyllä
|
||||
09/09/2023 09:53:53 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 8500 120000 Kyllä
|
||||
09/09/2023 10:12:12 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 36-40 Nainen 0 Oulu . 100 75 Software developer trainee 2340 En osaa sanoa
|
||||
09/09/2023 11:44:48 Palkansaaja En 31-35 Mies 7 Diplomi-insinööri 3.5 Tampere Tuotetalossa, jonka core-bisnes on softa 100 100 Web developer 4350 55000 Kyllä
|
||||
09/09/2023 11:45:51 Palkansaaja En 21-25 mies 2 melkein tietojenkäsittelytieteiden kandi -4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Trainee Software Developer 2500 30240 Kyllä Työnantaja vaihtunut tarkastelujakson aikana konsultitalosta toiseen.
|
||||
09/09/2023 12:41:10 Palkansaaja En 31-35 Mies 11 Maisteri (tietotekniikka) 190 Mapbox PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Staff engineer (AWS/cloud infrastructure) 11900 142800 Pelkkä palkka Kyllä
|
||||
09/09/2023 16:10:59 Palkansaaja En 31-35 Mies 10 Tietotekniinan insinööri 10 Tampere Konsulttitalossa 100 90 Full-stack developer 4400 53000 Kyllä
|
||||
09/09/2023 16:49:15 Palkansaaja En 31-35 Mies 10 Diplomi-insinööri 3 Unity Technologies Finland Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 95 Senior software engineer 6433.94 114212.6 Palkan lisänä yrityksen osakkeita Kyllä Hyvä määrä kysymyksiä.
|
||||
09/09/2023 17:18:35 Laskuttaja En 26-30 mies 7 insinööri 6 4 softadevausta 95 152000 Käytän välitysfirmoja Suomesta
|
||||
09/09/2023 17:44:27 Palkansaaja En 41-45 Mies 3 Tradenomi, tietojenkäsittely (AMK) 3.5 Turku Tuotetalo, jolla myös konsultointia 100 20 Software developer 3385 42883 Ei
|
||||
09/09/2023 18:01:45 Palkansaaja En 26-30 Mies 3 Amk ins. 10 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 37.5 40 Full stack developer 4670 Kyllä
|
||||
09/09/2023 21:00:26 Palkansaaja En 36-40 Mies 1 Tieto ja viestintätekniikan perustutkinto + (insinööri) -7 Digia Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 2800 Ei
|
||||
09/09/2023 22:02:21 Palkansaaja En 31-35 Mies 5 Yliopisto, AMK, "Spec-Ops", Kaksoistutkinto 4 CGI Suomi Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Cyber Security Consultant 4700 61100 Firman osakkeita 3.5% kk-palkasta, jonka firma tuplaa Kyllä
|
||||
09/09/2023 22:29:56 Palkansaaja En 36-40 Mies 17 Yo (tai tietotekniikkakandi) 19 Muu Tuotetalossa, jonka core-bisnes on softa 133 0 Software Engineer 11041 132500 Optioita Ei ole kilpailevia joilla olisi samoja rooleja Näyttäkää laskukaava tulojen vuodentakaiselle muutokselle, en benchmark/perf työssä tunne ketään, jolle tulisi luottavainen mieli nähdessään muutosprosentin tai haluaisi laskea sellaisen. Epäonnistuminen on aina mahdollisuus.
|
||||
10/09/2023 00:11:19 Palkansaaja En 46-50 Mies 26 FM, matematiikka 4 Jyväskylä Konsulttitalossa 100 60 Product Owner 5500 80000 Peruspalkka, päivystyskorvaus, +0-15% suoritusperusteinen bonus Kyllä
|
||||
10/09/2023 01:47:09 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 26-30 Mies 10 Datanomi 2 Turku Tuotetalossa, jonka core-bisnes on softa 100 95 CEO 5000 60000 Omistus kuuluu kompensaatioon, mutta yritys ei vielä ole maksanut osinkoja Kyllä
|
||||
10/09/2023 09:39:27 Palkansaaja En 36-40 8 3 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Lead web developer 6100 0 Kyllä
|
||||
10/09/2023 09:59:25 Palkansaaja En > 55v mies 28 YTM 30 Tampere Julkinen tai kolmas sektori 99 40 backend developer 6000 72000 Kyllä
|
||||
10/09/2023 10:20:57 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 46-50 mies 25 DI Tampere Konsulttitalossa 100 50 Fullstack 5500 Kyllä
|
||||
10/09/2023 12:34:06 Laskuttaja En 36-40 mies 15 Diplomi-insinööri 15 4 Arkkitehtuuri, full stack 150 127000 Itse Suomesta Kiitos tästä.
|
||||
10/09/2023 15:42:00 Palkansaaja En 41-45 10 FM 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 CTO 6500 100000
|
||||
10/09/2023 15:49:27 Palkansaaja En 36-40 Mies 12 Ylempi korkeakoulututkinto 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software Architect 7000 96000 Kyllä
|
||||
10/09/2023 17:44:11 Palkansaaja En 36-40 Mies 11 DI 7 Tampere Tuotetalossa, jonka core-bisnes on softa 100 90 7500 98000
|
||||
11/09/2023 08:15:19 Palkansaaja En 26-30 Nainen 5 Ammattkikorkakoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software developer 4000 Ei
|
||||
11/09/2023 08:49:57 Palkansaaja En 31-35 Mies 8 Lukio 0 Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 75 4500 54000 Ei lomarahaa Ei
|
||||
11/09/2023 09:01:52 Palkansaaja En 36-40 Mies 18 Filosofian maister 5 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 90 20 Android native developer 5195 55311 Ei mitään Kyllä
|
||||
11/09/2023 09:07:25 Palkansaaja En 26-30 Mies 2 Kauppatieteiden maisteri 10 Kuopio Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Data Analyst 4000 54000 Kk palkka + tulospalkkio joka on 1,5 * kk palkka. Tulospalkkio maksetaan jos liiketoimintalinjan euromääräinen tulostavoite täyttyy. Kyllä Data analytiikka puolen palkkaus on mielestäni Suomessa kilpailukykyinen muihin aloihin verrattuna, mutta kansainvälisesti hieman heikko.
|
||||
11/09/2023 09:22:50 Palkansaaja En 26-30 Nainen 5 Filosofian tohtori 0 Turku Julkinen tai kolmas sektori 80 4 Senior researcher/ software developer 2849 35323 Työnantajalta vuosittainen bonus-kertaerä Kyllä
|
||||
11/09/2023 09:51:41 Palkansaaja En 36-40 Mies 5 Ammattiopisto 9 Gofore Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full stack developer 4700 58000 Kyllä
|
||||
11/09/2023 09:56:04 Palkansaaja En 36-40 Nainen 4 Datanomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Frontend Developer 3650 45000 Kyllä
|
||||
11/09/2023 09:57:09 Palkansaaja En 36-40 Mies 16 DI -9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 15 Full-stack webbidevaus + operointi (JVM backend, JS front, PostgreSQL, Azuren kube ym. kilkkeet) 6220 77750 Pelkkä kuukausipalkka Kyllä
|
||||
11/09/2023 10:16:35 Palkansaaja En 31-35 mies 6 it-tradenomi dropout 15 Sanoma Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Frontend developer 4750 57000 Ei
|
||||
11/09/2023 10:42:07 Laskuttaja En 46-50 Mies 25 Tietotekniikan DI 5 12 Full stack, devops, arkkitehti 100 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/09/2023 10:43:39 Palkansaaja En 31-35 nainen 4 ei olennainen 10 Pori Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Full stack software developer / system specialist 3400 44000 Kyllä
|
||||
11/09/2023 10:44:10 Laskuttaja En 31-35 Mies 7.5 Tekniikan ylioppilas 23.5 3.5 Fullstack ohjelmointia, mutta kesästä eteenpäin data engineeringiä 84 123500 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/09/2023 10:55:10 Palkansaaja En 36-40 Mies 15 Tradenomi 3.5 Netum Group Oyj Tampere Konsulttitalossa 100 20 Järjestelmäasiantuntija 3700 44400 Ei
|
||||
11/09/2023 11:40:15 Palkansaaja En 31-35 nainen 8 Maisteri, Computer Science 5.45 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Full Stack Software Developer 5800 75000 osakkeita Ei
|
||||
11/09/2023 13:09:36 Palkansaaja En 26-30 Mies 4 Opiskelija 9 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 75 Konsultti 3255 Ei
|
||||
11/09/2023 13:33:13 Palkansaaja En 26-30 Mies 6 Tekniikan ylioppilas -10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Software Engineer 6500 81250 Palkan lisäksi osakkeita (startup) Kokonaiskompensaatio on kilpailukykyinen, palkka ei
|
||||
11/09/2023 13:35:43 Palkansaaja En 26-30 Mies 4 122 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Software Engineer 10000 Kyllä
|
||||
11/09/2023 13:36:15 Palkansaaja En 36-40 Mies 15 Tietojenkäsittelyn tradenomi 26 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Full Stack Developer 5300 70875 Oma toimisto, puhelinetu, netti kotiin Kyllä
|
||||
11/09/2023 13:38:45 Palkansaaja En 36-40 nainen 13 Jyväskylä Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 5300 Kyllä
|
||||
11/09/2023 13:48:23 Palkansaaja En 41-45 Mies 21 FM 6 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 15 Senior Software Developer, backend 5150
|
||||
11/09/2023 13:50:51 Palkansaaja En 31-35 Nainen 5 Kandi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Fullstack developer 3700 44400 Ei
|
||||
11/09/2023 13:56:31 Palkansaaja En 26-30 Nainen 4 Ammattikoulu / Datanomi - ohjelmistokehitys 3 Siili Solutions Joensuu Konsulttitalossa 90 100 Frontend Dev 3075 1500 Ehkä
|
||||
11/09/2023 14:04:01 Palkansaaja En 31-35 Mies 14 Ylioppilas 10 Turku Tuotetalossa, jonka core-bisnes on softa 110 20 Full Stack + Data Engineer 6000 78000 ihan vaan palkkaa Kyllä
|
||||
11/09/2023 14:17:14 Palkansaaja En 26-30 Mies 5 Kauppatieteiden maisteri Tietojärjestelmätieteistä 18 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 70 Product owner 4500 59000 Kyllä
|
||||
11/09/2023 14:44:13 Palkansaaja En 41-45 Mies 8 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Toimitusjohtaja 0 0 Nostan palkkaa vasta, kun vasta perustettu yritys on kannattava
|
||||
11/09/2023 15:52:18 Palkansaaja En 41-45 mies 19 DI 0 Aiven Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 60 20 Senior Software Engineer 3700 69995 +optiot Kyllä
|
||||
11/09/2023 16:37:43 Palkansaaja En 31-35 Mies 6 AMK 67 Amsterdam Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Software engineer, fullstack 9166 110000 Peruspalkka, bonuksiin mahdollisuus Kyllä Alankomaissa on merkittävä veroetu expateille
|
||||
11/09/2023 16:50:42 Palkansaaja En 36-40 Mies 1 Tietotekniikan ylioppilas 0 Columbia Road PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 95 Full stack developer 2600 31000 Palkka Kyllä
|
||||
11/09/2023 22:38:31 Palkansaaja En 21-25 Mies 4 Tekniikan kandidaatti, Tietotekniikka, Aalto-Yliopisto 0 Jenkki startup PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software Engineer, Full-stack 13333 160000 Kyllä Firman sijainti, koko (tai "tyyppi", esim. startup, bootstrapped, korporaatio, julkinen), ja rahoitus olisi mielestäni kiinnostavia kysyä myös
|
||||
12/09/2023 07:22:28 Palkansaaja En 51-55 Mies 25 Ylioppilas 2 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 0 Technology director 6500 1500 Palkka + yrityksen tulokseen perustuva bonus Ei
|
||||
12/09/2023 09:33:12 Palkansaaja En 31-35 Nainen 15 DI 0 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Tiimin vetäjä 4900 65300 Ei
|
||||
12/09/2023 10:38:38 Palkansaaja En 26-30 Mies 8 Tietotekniikan Diplomi-insinööri 13 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Full-stack developer 5350 65000 Kyllä
|
||||
12/09/2023 12:29:16 Palkansaaja En 31-35 Mies 6 Ammattikorkeakoulu 4.5 Pori Tuotetalossa, jonka core-bisnes on softa 100 10 Software developer 3800 Ei
|
||||
12/09/2023 13:11:41 Palkansaaja En 31-35 jänis 7 DI 4 Netum Tampere Konsulttitalossa 100 0 ohjelmistosuunnittelija 5200 65000 Kyllä
|
||||
12/09/2023 14:47:45 Palkansaaja En 31-35 5 1.8 Siili PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Frontend developer 4400 Ei
|
||||
12/09/2023 15:18:06 Palkansaaja En 31-35 Mies 3 Lukio / keskeneräiset opinnot amk 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Senior Data Engineer 4650 58125 Kyllä
|
||||
12/09/2023 16:39:26 Laskuttaja En 31-35 Mies 11 Luonnontieteiden kandidaatti (Tietojenkäsittelytiede) 0 5 full stack, arkkitehtuuri, koulutukset 93 160000 Itse Ulkomailta
|
||||
12/09/2023 17:06:50 Palkansaaja En 31-35 Mies 15 Lukio 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 8500 116250 Kyllä
|
||||
12/09/2023 18:47:50 Palkansaaja En 41-45 Mies 20 Filosofian maisteri 4 Tampere Konsulttitalossa 100 1 DevOps Consultant 4700 58750 Ei
|
||||
12/09/2023 18:56:25 Palkansaaja En 41-45 Mies 10 Ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Development Advisor 5400 64800 Ei
|
||||
12/09/2023 19:53:24 Palkansaaja En 36-40 Mies 17 Ammattiopisto 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Devops konsultti 5700 72000 Saisin muualla enemmän
|
||||
12/09/2023 20:14:14 Palkansaaja En 46-50 mies 25 AMK 0 Polar Squad PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 DevOps Consultant 6400 80000 Ei
|
||||
12/09/2023 20:22:32 Palkansaaja En 46-50 Mies 25 Yliopisto-opintoja 13 Tampere Julkinen tai kolmas sektori 100 80 DevOps / SRE 5900 73000 Kyllä
|
||||
12/09/2023 21:47:45 Palkansaaja En 36-40 Nainen 3 Tradenomi 11.72 Tampere Konsulttitalossa 100 40 Software Developer 3673 Laajat työsuhde-edut Kyllä
|
||||
12/09/2023 23:46:34 Palkansaaja En 41-45 mies 20 DI 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 25 Engineering team lead 7000 87500 Kyllä
|
||||
13/09/2023 00:14:59 Palkansaaja En 41-45 mies 19 yliopisto 20 Turku Konsulttitalossa 100 50 unit director 5200 63000 Ei
|
||||
13/09/2023 02:59:32 Palkansaaja En 41-45 M 11 BSc CS 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Devops consultant 5100 62000 Kyllä
|
||||
13/09/2023 07:57:40 Palkansaaja En 31-35 Mies 9.5 Tietojenkäsittelyn tradenomi (AMK) 6.5 Mikkeli Tuotetalossa, jonka core-bisnes on softa 100 Front-end lead developer 3750 45000 Kyllä
|
||||
13/09/2023 08:06:20 Palkansaaja En 36-40 mies 15 tekniikan kandidaatti 9.1 Polar Squad Oy Tampere Konsulttitalossa 100 95 DevOps Consultant 6000 75000 osakeohjelma Kyllä
|
||||
13/09/2023 08:43:32 Palkansaaja En 31-35 Nainen 7 Filosofian maisteri (pääaine matematiikka) 5 Tampere Konsulttitalossa 100 50 5780 69400
|
||||
13/09/2023 08:45:51 Palkansaaja En 41-45 Mies 17 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 Team Lead 7300 Kyllä
|
||||
13/09/2023 09:04:40 Palkansaaja En 36-40 Mies 16 Ammattikoulu 3 Polar Squad Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 DevOps Consult 7000 87500 Kyllä
|
||||
13/09/2023 09:40:08 Palkansaaja En 36-40 Mies 9 Tekniikan ylioppilas 2 Tampere Konsulttitalossa 100 75 DevOps Konsultti 5100 61000 Kyllä
|
||||
13/09/2023 09:44:36 Palkansaaja En 36-40 Mies 12 Yliopisto 5 Ulkomaat Konsulttitalossa 100 80 Data team lead 7000 110000 Kyllä
|
||||
13/09/2023 10:10:02 Palkansaaja En 36-40 Nainen 15 Tietotekniikan DI 0 Vincit Tampere Konsulttitalossa 100 10 Designer & Software Developer (Web, Desktop, Mobile iOS) 5300 68000 Ei
|
||||
13/09/2023 10:12:46 Palkansaaja En 36-40 Mies 13 Tietotekniikan DI 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 6500 82250 Ei
|
||||
13/09/2023 10:39:38 Palkansaaja En 26-30 Mies 2 Kauppatieteiden maisteri 14 Solita PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Software developer 4000 48000 Kuukausipalkka, ei tulospalkkioita tms. Kyllä
|
||||
13/09/2023 11:49:13 Palkansaaja En 31-35 M 10 Ammattikorkeakoulu 0 Mavericks: a Witted company Turku Konsulttitalossa 100 0 Software developer 7100 85000 Noin 51% laskutuksesta bruttopalkkaa. Kyllä
|
||||
13/09/2023 13:41:42 Palkansaaja En 31-35 mies 6 Tietotekniikan insinööri (AMK) 1 Vincit Turku Konsulttitalossa 100 60 Fullstack developer 4100 55000 Palkka + solun laskutusasteeseen perustuva bonus Kyllä
|
||||
13/09/2023 13:45:21 Palkansaaja En 31-35 mies 13 3 Tampere Konsulttitalossa 100 95 Technical Architect 5700 70000 Kyllä
|
||||
13/09/2023 14:14:31 Palkansaaja En 31-35 Mies 7 Diplomi-insinööri 0 Tampere Konsulttitalossa 100 80 DevOps Consultant 4500 55000 Kyllä
|
||||
13/09/2023 14:30:27 Palkansaaja En 36-40 Mies 5 Ammattikoulu 11 Koud Oy Tampere Konsulttitalossa 100 66 Unity developer 4200 52500 Kyllä
|
||||
13/09/2023 14:47:03 Laskuttaja En 41-45 Mies 10 Tekniikan tohtori 7 3 Data engineer, data scientist 125 200000 Itse Ulkomailta
|
||||
13/09/2023 15:31:58 Palkansaaja En 31-35 Mies 10 DI 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Frontend developer 5800 71000 Kyllä
|
||||
13/09/2023 16:00:35 Laskuttaja En 31-35 10 AMK 0 3 Frontend 85 160000 Käytän välitysfirmoja Ulkomailta
|
||||
13/09/2023 20:22:37 Palkansaaja En 41-45 mies 20 DI TKK Tietotekniikka 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Senior Consultant 6462 2000 Kyllä
|
||||
14/09/2023 08:39:30 Palkansaaja En 26-30 Mies 7 Melkein maisteri 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 75 Full stack engineer 5600 83000 Työsopimuksen yhteydessä saatu RSU osakebonus, saanti 3kk välein Korkeampaa palkkaa voisi saada helpostikin, mutta kokonaiskompensaatiota ei
|
||||
14/09/2023 08:39:56 Palkansaaja En 41-45 Mies 20 FK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 33 Full-stack developer 5730 71600 Kyllä
|
||||
14/09/2023 08:47:31 Palkansaaja 41-45 Mies 15 Diplomi-insinööri 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 75 Staff engineer 7170 100000 Osakkeita Kyllä
|
||||
14/09/2023 09:08:10 Palkansaaja En 36-40 Mies 15 MSc 3 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Lead Application Developer 6000 75000 Kyllä
|
||||
14/09/2023 11:50:57 Palkansaaja En 26-30 Nainen 3 - 23 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 DevOps 4500 54000 Kyllä
|
||||
14/09/2023 13:30:25 Palkansaaja En 26-30 Mies 6 AMK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Frontend developer 4300 55000 Ei
|
||||
14/09/2023 14:15:38 Palkansaaja En 46-50 Mies 25 DI 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 90 5300 66000 Ei
|
||||
14/09/2023 14:16:40 Palkansaaja En 26-30 Mies 5 Tieto- ja viestintätekniikan insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Frontend developer 4500 54000 Kyllä
|
||||
14/09/2023 14:44:03 Palkansaaja En 36-40 nainen 3 AMK 5 Oulu Konsulttitalossa 100 10 fullstack web developer 3950 48000 Kyllä Osa alan kokemuksesta koulutuspuolelta, ei projektityöstä
|
||||
14/09/2023 14:49:08 Palkansaaja En 26-30 mies 8 tietotekniikan DI 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Fullstack-developer 5700 70000 Kyllä
|
||||
14/09/2023 15:06:07 Palkansaaja En 31-35 Mies 5 Tietotekniikan insinööri 2 Oulu Konsulttitalossa 100 5 Fullstack Developer 6800 75000 Kyllä
|
||||
14/09/2023 15:10:37 Palkansaaja En 26-30 Mies 3.5 Insinööri (OAMK) 19 Oulu Konsulttitalossa 100 40 Ohjelmisto kehittäjä ja ohjelmoinin kouluttaja 3250 40000 Kyllä
|
||||
14/09/2023 15:46:03 Laskuttaja En 36-40 Mies 17 Datanomi -20 2 Firmojen johtaminen (erityisesti startupin johtaminen) 150 30000 Itse Suomesta
|
||||
14/09/2023 16:16:14 Palkansaaja En 31-35 Mies 6 Diplomi-insinööri 0 Tampere Konsulttitalossa 100 2.5 Fullstack Developer 6000 79000 Laskutukseen pohjautuva provisio 4000 e/kk takuupalkalla. Kyllä
|
||||
14/09/2023 16:20:54 Palkansaaja En 36-40 10 Diplomi-insinööri 11 Tampere Konsulttitalossa 100 50 Software architect 4850 58200 Ei
|
||||
14/09/2023 16:50:11 Palkansaaja En 46-50 Mies 20 Ammattikoulu 4.4 Tampere Konsulttitalossa 100 0 Senior software developer 5684 71050 Kyllä
|
||||
14/09/2023 20:12:16 Palkansaaja En 41-45 Mies 3.5 Tietojenkäsittelytieteiden kandidaatti 3 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Software Specialist 4300 52000 Ihan ok, ottaen huomioon kokemuksen ja aiemman palkan eri firmassa
|
||||
14/09/2023 21:19:43 Palkansaaja En 36-40 mies 15 Ammattitutkinto, itseopiskelu 3 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Lead developer 6020 75000 Ei
|
||||
14/09/2023 22:19:11 Palkansaaja En 31-35 Mies 9 Insinööri (AMK) 3.25 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Head of Engagements 7300 105000 Kyllä
|
||||
14/09/2023 22:24:53 Palkansaaja En 31-35 8 IT-tradenomi 11 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Arkkitehti (Dynamics 365) 5580 75000 Asiakastyön kannattavuuteen perustuva bonusmalli Kyllä
|
||||
15/09/2023 06:06:31 Palkansaaja En 31-35 Mies 12 Luonnontieteiden Kandidaatti (tietojenkäsittelytiede) 10 Prime Island PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Fullstack developer 7000 87000 5000 pohja + 13.5% laskutuksesta Kyllä
|
||||
15/09/2023 06:53:54 Palkansaaja En 31-35 Nainen 3 Insinööri (AMK) 11 Roima Intelligence PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 Software Specialist 3660 Ei
|
||||
15/09/2023 07:24:45 Palkansaaja En 26-30 Mies 5 Diplomi-insinööri 0 Buutti Tampere Konsulttitalossa 100 0 Senior software developer 5800 0 Kyllä
|
||||
15/09/2023 07:45:38 Palkansaaja En 36-40 M 8 Diplomi-insinööri 70 Leanware Tampere Konsulttitalossa 100 50 Senior developer 8000 95000 Provisio-osuus laskutuksesta Kyllä
|
||||
15/09/2023 09:39:03 Palkansaaja En 31-35 Mies 9 Lukio + AMK-opintoja valmistumatta 10 RELEX Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Senior Software Developer, backend 5800 73000 Kyllä
|
||||
15/09/2023 09:53:17 Palkansaaja En 36-40 Mies 6.5 Lukio 0 Verkkokauppa.com PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Frontend/React developer 4583 55000 Vain peruspalkka Ei
|
||||
15/09/2023 11:09:43 Palkansaaja En 46-50 Mies 25 FM 3 Valtio Kuopio Julkinen tai kolmas sektori 100 10 Technical architect 4800 60000 Kyllä
|
||||
15/09/2023 11:54:47 Palkansaaja En 31-35 nainen 2 30 Turku Konsulttitalossa 100 60 Frontend developer 3900 48000 Kyllä
|
||||
15/09/2023 12:26:33 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 15 Tekn. yo 0.5 full stack -devausta 85 Itse, Käytän välitysfirmoja, Suomesta
|
||||
15/09/2023 12:34:32 Laskuttaja En 36-40 Ei liity asiaan 15 Maisteri 2 5 Full stack 92 205000 Käytän välitysfirmoja Suomesta
|
||||
15/09/2023 12:37:07 Palkansaaja En 46-50 mies 24 KTM 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 CDO / design lead 6450 84000 Suomen sisällä hyvä, kansainvälisesti ei kilpailukykyinen.
|
||||
15/09/2023 12:52:13 Palkansaaja En 21-25 1 Toisen asteen kaksoistutkinto 10 PK-Seutu (Helsinki, Espoo, Vantaa) 100 0 Full Stack 2600 32500 Ei
|
||||
15/09/2023 14:23:17 Palkansaaja En 36-40 Mies 5 Ammattikorkeakoulu dropout, itseoppinut koodari -1 Gofore Spain Barcelona Konsulttitalossa 100 0 Fullstack developer 3510 42120 Ei bonuksia Suomessa olisin palkkakuopassa, mutta Barcelonassa ihan keskitasoa (avg 43k/y)
|
||||
15/09/2023 18:14:25 Palkansaaja En 36-40 Mies 15 Insinööri (AMK) 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 DevOps Engineer 4300 55000 Kyllä
|
||||
15/09/2023 20:01:50 Palkansaaja En 1 10 Sasken Finland Oy Tampere Konsulttitalossa 100 80 Software Engineer 3300 Ei
|
||||
16/09/2023 08:43:21 Palkansaaja En 26-30 Mies 3 Luonnontieteiden DI 13 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Data scientist 4800 60000 95% palkasta tulee rahana Kyllä
|
||||
16/09/2023 12:29:45 Palkansaaja En 41-45 23 AMK insinööri 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 VP of Engineering / CTO / Cloud Architect 8000 100000 Kyllä
|
||||
16/09/2023 14:57:03 Palkansaaja En 41-45 Mies 13.5 Tietojenkäsittelyn tradenomi 4.1 Cirit Tampere Konsulttitalossa 100 50 Senior Frontend Developer 5000 64800 Kyllä Lykkäsin kyselyn tekemistä, kun pelkäsin, että pitää tehdä paljon esivalmisteluja, kuten kaivaa verotietoja esiin jne. mutta aika helpostihan tämä meni, kun oli niin hyvin laadittu kysely. Vuosiansiokohdassa voisi muistuttaa lomarahasta ja kertoa miten se lasketaan suurinpiirtein, jos ei satu olemaan omia palkkatietoja suoraan käsillä. Mitään vakiokaavaahan tuohon ei ole, mutta yleensä se on kaiketi 50% loma-ajan palkasta. Kiitos taas oikein hyvin järjestetystä kyselystä! :mukavapingi:
|
||||
16/09/2023 23:11:10 Palkansaaja En 31-35 nainen 5 Filosofian maisteri, tietojenkäsittelytiede 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Software Developer 4200 50400 Ei
|
||||
17/09/2023 19:15:22 Palkansaaja En 21-25 Mies 0 AMK tietojenkäsittelyn tradenomi Tampere Konsulttitalossa 100 5 Full stack developer 2200
|
||||
18/09/2023 11:12:30 Palkansaaja En 36-40 Mies 13 AMK, Software Engineering 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 18 Senior software developer 4950 63000 Kannustepalkkio Ehkä
|
||||
18/09/2023 11:15:44 Palkansaaja En 36-40 Mies 19 Filosofian maisteri (tietotekniikka) Aalto-yliopisto PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 50.01 1 Doctoral researcher 2958.48 35501.76 Kyllä Ehkä voisi napata yrittäjä-/palkansaajatiedot yhdellä kyselyllä ylimääräistä logiikkaa hyödyntäen.
|
||||
18/09/2023 11:20:09 Palkansaaja En 36-40 mies 15 Filosofian maisteri (tietojenkäsittelytiede) 1.7 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Delivery lead and devops 5684 51000 Kyllä
|
||||
18/09/2023 11:38:35 Palkansaaja En 41-45 mies 18 DI, tietotekniikka 5 Tampere Konsulttitalossa 60 50 Software architect 3460 Kyllä
|
||||
18/09/2023 11:46:08 Palkansaaja En 21-25 Mies 2 5 vuotta tietojenkäsittelytieteen opintoja 0 Helsingin Yliopisto PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 50 70 Fullstack developer 1125 Ei
|
||||
18/09/2023 12:42:31 Palkansaaja En 36-40 Mies 14 Diplomi-insinööri 1 Gofore Tampere Konsulttitalossa 100 100 Projektipäällikkö 5200 65000 Kyllä
|
||||
18/09/2023 12:52:28 Palkansaaja En 26-30 Nainen 4 Tietojenkäsittelytieteen maisteri 4.4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 50 15 Senior devops engineer / tech lead 2800 firmalla on kaikkia koskeva vuosittainen bonus sidottuna firman objektiiveihin joka oli viime vuonna 30% kahden viikon palkasta Kyllä Teen töitä ja opiskelen samaan aikaan joten opiskeluaikaan olen 50% töissä, mutta kesällä 100%
|
||||
18/09/2023 13:02:20 Palkansaaja En 31-35 Mies 9 Ylioppilas 3 Nitor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 Senior Data Engineer 7000 87500 Kyllä
|
||||
18/09/2023 13:02:36 Palkansaaja En 36-40 Mies 12 Diplomi-Insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 75 Senior Software Developer 5600 66000 Osakkeita Kyllä
|
||||
18/09/2023 13:20:17 Palkansaaja En 36-40 6 DI 45 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Estimation algorithm developer 5775 Kyllä
|
||||
18/09/2023 13:57:02 Laskuttaja En 31-35 Mies 8 Filosofian Maisteri 0 4 Kaikkea ylläolevaa 80 125000 Itse, Käytän välitysfirmoja Suomesta
|
||||
18/09/2023 13:59:25 Palkansaaja En 31-35 Mies 5 Tieto- ja viestintätekniikan insinööri 16 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Full stack developer 4200 55000 Ei
|
||||
18/09/2023 15:03:41 Palkansaaja En 31-35 M 8 University dropout 17 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Senior Fullstack Developer 7000 87500 Kyllä
|
||||
18/09/2023 15:52:31 Palkansaaja En 36-40 Mies 12 Alempi korkeakoulu 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Frontend Developer Lead 5500 68750 Kyllä
|
||||
18/09/2023 16:33:33 Palkansaaja En 31-35 nainen 2 opiskelen 7.5 Konsulttitalossa 80 100 frontend developer 2580 30000
|
||||
18/09/2023 18:14:21 Palkansaaja En 26-30 Mies 8 Tietojenkäsittelytieteen kandidaatti 0 Pieni web-ohjelmistokonsulttitalo PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 70 Software Architect 4600 57000 Kuukausipalkka + vuosibonukset perustuen yrityksen tulokseen Ei Oon heittopussi, jolle on lupailtu palkankorotusta jo jonkun aikaa ja odotan sen konkretisoituvan tämän vuoden loppuun mennessä vähintään kaksinumeroisena prosenttinousuna tai lähden menemään.
|
||||
18/09/2023 21:06:07 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 15 Diplomi-Insinööri 0.5 Full-stack dev 66 Itse Ulkomailta Työskentelen pysyvällä työsuhteella ulkomaille ja laskutus on enempi tekninen tapa hoitaa palkanmaksu
|
||||
18/09/2023 22:09:01 Palkansaaja En 26-30 Mies 5 Kauppatieteiden Maisteri 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Software developer 5800 71000 Kyllä
|
||||
19/09/2023 09:03:33 Palkansaaja En 26-30 Nainen 2 Alempi korkeakoulututkinto 34 Tampere Konsulttitalossa 100 5 Software test engineer 4300 53000 Kyllä
|
||||
19/09/2023 09:50:48 Palkansaaja En 36-40 M 15 Lukio PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 7400 Äh, liikaa kysymyksiä! Ajattelin että kerron vain palkan ja iän, en muuta.
|
||||
19/09/2023 10:42:55 Palkansaaja En 31-35 Mies 7 Luonnontieteiden kandidaatti 3 Siili One PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Tekninen Product Owner 8000 95000 50% laskutuksesta Ei
|
||||
19/09/2023 15:04:02 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 46-50 Mies 21 DI 1 - PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 PO 4500 62500 Kyllä
|
||||
19/09/2023 15:07:09 Palkansaaja En 31-35 mies 15 tekniikan tohtori -38 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Fullstack developer 4000 50000 kasvuyrityksen optiot + kasvubonus Ei
|
||||
19/09/2023 16:05:31 Palkansaaja En 26-30 Mies 9 Maisteri 2 Tampere Konsulttitalossa 100 80 Full-stack & DevOps 4900 61250 Ei
|
||||
19/09/2023 16:34:22 Palkansaaja 36-40 Mies 2 AMK 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 75 Software developer 3700 0 Ei
|
||||
19/09/2023 16:39:18 Palkansaaja En 36-40 Nainen 4 Tietojenkäsittelyn maisteri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 75 Full Stack developer 3500 42000 Ei
|
||||
19/09/2023 20:15:27 Palkansaaja En 36-40 Mies 10 Filosofian maisteri 18 Turku Konsulttitalossa 100 15 Full stack developer 5091 70000 Palkka sekä tulospalkkio Kyllä
|
||||
19/09/2023 22:10:51 Laskuttaja En 41-45 Mies 6 Diplomi-insinööri 0 2 full stack 85 Itse Suomesta
|
||||
19/09/2023 22:15:12 Palkansaaja En 36-40 Mies 17 DI 3 Turku Tuotetalossa, jonka core-bisnes on softa 100 0 CTO 4100 51250 Vähemmistöosakkuus vesting-vaiheessa En tiedä
|
||||
20/09/2023 01:29:14 Palkansaaja En 26-30 3 Maisteri 20 Tampere 100 5 Software Developer 4200 60000 Bonus + Osakeohjelmat Kyllä
|
||||
20/09/2023 07:48:55 Palkansaaja En 41-45 Miäs 12 KM 3 Elisan tytär PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 TA Lead 6200 76000 Kyllä Hyvä, tiivis, informatiivinen kysely
|
||||
20/09/2023 09:39:36 Palkansaaja En 26-30 mies 8 IT-tradenomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Support / System specialist 3890 50500 Ei
|
||||
20/09/2023 10:11:37 Laskuttaja En 36-40 Mies 10 Ylempi korkeakoulututkinto, DI -7 5 mobiili softadevaus 86 115000 Käytän välitysfirmoja Suomesta
|
||||
20/09/2023 11:21:30 Palkansaaja En 41-45 Mies 18 Toisen asteen ammatillinen koulutus (datanomi) -7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Full stack developer 5500 Optiot (1y cliff, 5y full vesting) pieneen määrään firman osakkeita Ei
|
||||
20/09/2023 11:26:00 Palkansaaja En 31-35 9 Yliopisto 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Senior software developer 5500 Kyllä
|
||||
20/09/2023 11:45:54 Palkansaaja En 51-55 Mies 25 Ohjelmistoinsinööri AMK 3 Kaupungin omistama voittoa tavoittelematon oy PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 50 Data engineer 4930 64000 Ei
|
||||
20/09/2023 14:13:44 Palkansaaja En 31-35 Mies 11 Bachelor of Science 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior Data Engineer 6200 75000 Kyllä
|
||||
20/09/2023 16:19:19 Palkansaaja En 36-40 mies 13 di-opinnot kesken 0 Tampere Konsulttitalossa 100 3 Senior fullstack developer 6200 78600 Kyllä Palkkamalli on 50% laskutuksesta, min. 4000e/kk
|
||||
20/09/2023 17:30:34 Palkansaaja En 36-40 Mies 15 Ammattikorkeakoulu 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 70 Senior Software Engineer 5600 72000 Kyllä
|
||||
20/09/2023 18:19:42 Laskuttaja En 26-30 Mies 7 Diplomi-insinööri -4.5 3 Full stack 105 105000 Käytän välitysfirmoja Suomesta
|
||||
20/09/2023 19:28:39 Palkansaaja En 36-40 mies 15 FM, tietojenkäsittelytiede 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 100 UX & UI Designer 5800 69600 palkka + koko firman n. 1kk palkkaa vastaava bonus hyvinä vuosina Kyllä Sopiva määrä kyssäreitä. Kiitos, kun teette näitä! Arvokasta infoa.
|
||||
20/09/2023 20:10:45 Palkansaaja En 26-30 Mies 4 Filosofian Maisteri 3 Turku Konsulttitalossa 100 33 Full-stack developer 3800 48500 Osaston allokoidun työn osuuteen riippuva bonusmalli, josta voi saada osan rahastosalkkuun tuplattuna. Kyllä
|
||||
20/09/2023 22:52:20 Palkansaaja En 31-35 Nainen 3 FM, humanisti 45 Tietoevry PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Junior full stack web developer 3620 45250 Kyllä Alanvaihtaja, ei tutkintoa alalta
|
||||
21/09/2023 06:55:08 Palkansaaja En 36-40 Mies 3 FM tietojenkäsittelytiede 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Software developer 4600 57500 Kyllä
|
||||
21/09/2023 07:06:02 Palkansaaja En 41-45 nainen 14 filosofian maisteri +9 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 produc owner 4100 52000 Ei
|
||||
21/09/2023 12:30:31 Palkansaaja En 36-40 Nainen 1 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Junior data engineer 3145 Kyllä
|
||||
21/09/2023 13:10:20 Palkansaaja En 26-30 Mies 4 Tieto- ja viestintätekniikka, insinööri, AMK 13 Tampere Konsulttitalossa 100 25 Fullstack developer 4070 49000
|
||||
21/09/2023 17:28:15 Palkansaaja En 26-30 Mies 7 AMK 11 Wolt PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Senior backend engineer 6100 100000 RSU Kyllä
|
||||
21/09/2023 18:14:51 Palkansaaja En 26-30 Nainen 5 Insinööri, Ammattikorkeakoulu 32 Oulu Konsulttitalossa 100 10 Fullstack developer 4635 Kyllä
|
||||
21/09/2023 20:41:23 Palkansaaja En 41-45 nainen 1.5 humanististen tieteiden kandidaatti, tietojenkäsittelytiede sivuaineena (perusopinnot) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 C++/no-code/low-code developer, Windows applications 3560 44500 Kyllä
|
||||
21/09/2023 20:52:34 Palkansaaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 20 DI 4 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Full Stack Developer 5200 65000 Pieni määrä osakkeita Ei
|
||||
21/09/2023 20:54:30 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 20 DI 1 full stack 100 Itse, Käytän välitysfirmoja Suomesta
|
||||
22/09/2023 08:27:30 Palkansaaja En 31-35 Mies 10 AMK Insinööri + Ekonomi 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Ohjelmistokehittäjä 5780 80000 Palkka + osakkeet ja osingot Palkassani olisi helposti korotettavaa
|
||||
22/09/2023 08:41:57 Palkansaaja En 36-40 7 merkonomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 full stack developer 4500 Ei
|
||||
22/09/2023 08:57:33 Palkansaaja En 36-40 Mies 15 Ammattikoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Developer 3350 40200 Kyllä
|
||||
22/09/2023 09:23:14 Palkansaaja En 31-35 Muu 6 Ylioppilas 1.65 SOK PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Fullstack Developer 5062 66642 Ei
|
||||
22/09/2023 10:03:47 Palkansaaja En 41-45 mies 20 Tekn. yo 0 Oulu Tuotetalossa, jonka core-bisnes on softa 80 95 DevOps 3280 Ei Opintovapaalla osan vuotta
|
||||
22/09/2023 10:58:02 Palkansaaja En 31-35 Miäs 9 Ktm 15 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Product manager 5030 61000 Kyllä
|
||||
22/09/2023 11:22:21 Palkansaaja En 31-35 nainen 13 Diplomi-insinööri (tietotekniikka) 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 software engineer, mobile & web fullstack 6500 optioita Kyllä
|
||||
22/09/2023 11:26:35 Palkansaaja En 36-40 nainen 22 filosofian tohtori, DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 50 Data engineer 4500 Ei
|
||||
22/09/2023 12:37:02 Palkansaaja En 26-30 Mies 2 Diplomi-insinööri 4 Veracell Oy Tampere Konsulttitalossa 100 80 Data Engineer 4350 55000 Kuukausipalkan kiinteä perusosa + laskutettavista tunneista kuukausitasolla maksettava lisä (X e per laskutettu tunti) Kyllä Koulutustaustasta voisi kysyä esimerkiksi pudotusvalikolla (yliopisto/ammattikorkeakoulu/toinen aste/muu ja mahdollisesti toinen valikko, jossa karkea alaryhmittely), minkä lisäksi voisi olla nykyistä vastaava vapaa tekstikenttä koulutustietojen tarkennukseen.
|
||||
22/09/2023 13:07:43 Palkansaaja En 41-45 Nainen 25 Ylioppilas 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Palvelumuotoilija 5200 63000 Kyllä
|
||||
22/09/2023 13:19:56 Palkansaaja En 36-40 Mies 18 Korkeakoulututkinto 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 CTO 6600 Osakas Saisin todnäk helposti luokkaa 2000€/kk enemmän Startup
|
||||
22/09/2023 13:54:50 Palkansaaja En 26-30 Mies 5 Tietojenkäsittely tradenomi 5 Vaasa Tuotetalossa, jonka core-bisnes on softa 100 5 Senior developer 3400 50000 Ei
|
||||
22/09/2023 15:06:50 Palkansaaja En 36-40 Mies 13 Diplomi-insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Lead Cloud Developer 7000 108000 Bonus Kyllä
|
||||
22/09/2023 15:13:31 Laskuttaja En 36-40 mies 22 Amis 0 10 Ops 135000 Itse Suomesta, Ulkomailta
|
||||
22/09/2023 16:03:12 Palkansaaja En 46-50 Mies 20 FM, tietojenkäsittely 4 Turku Konsulttitalossa 100 5 Senior consultant 6700 81500 50% laskutuksesta, 4000 euron pohjapalkka Kyllä
|
||||
22/09/2023 17:35:49 Palkansaaja En 26-30 Mies 2 Filosofian maisteri 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Software Developer 3900 Optiot Ei
|
||||
22/09/2023 18:44:03 Palkansaaja En 41-45 Mies 12 AMK 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 Projektipäällikkö 5500 75000 Kyllä
|
||||
22/09/2023 23:57:11 Palkansaaja En 41-45 Mies 10 Tekniikan kandidaatti 35 Siili Solutions Oyj PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Senior consultant 5500 72000 Bonusohjelma, optio-ohjelma Kyllä
|
||||
23/09/2023 08:31:28 Palkansaaja En 36-40 Mies 11 Tradenomi 0 Jyväskylä Konsulttitalossa 100 10 Cloud Devops Developer 5000 60000 Kyllä
|
||||
23/09/2023 11:03:44 Palkansaaja En 41-45 Mies 20 DI, tietotekniikka -3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Engineering Manager 7000 84000 Kk-palkka + osakkeita Kyllä
|
||||
23/09/2023 11:24:50 Palkansaaja En 36-40 mies 15 Diplomi 2 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Senior Software Developer 4800 3600 Kyllä
|
||||
23/09/2023 11:47:08 Palkansaaja En 26-30 Mies 2 TiTe DI 0 Jenkkifirma Turku Tuotetalossa, jonka core-bisnes on softa 100 33 Junior Data Scientist 4000 48000 Liksaa tuloo vaan :( Kyllä Opiskelut dippatyötä vailla kesken, joten käytännössä työt ovat "opintojen ohessa"
|
||||
23/09/2023 12:56:25 Palkansaaja En 31-35 Mies 9 Datanomi ja Tietojenkäsittelyn kandi 15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 33 Full stack developer 5200 65000 Kyllä
|
||||
23/09/2023 14:43:14 Palkansaaja En 36-40 mies 15 amk, tietotekniikan insinööri 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 33 Fullstack & mobile software engineer 4903.83 65248 vuosibonus Kyllä tää on aivan hyvä. ehkä voisi mainita pitäskö loma-ajan palkkaa tai lomarahaa tms lomiin liittyvää rahantuloa laskea johonkin, vai ei.
|
||||
23/09/2023 15:48:22 Palkansaaja En 41-45 Mies 23 Lukio 0 Tuotetalossa, jonka core-bisnes on softa 100 10 Senior Software Engineer 13750 0 Optioita lisäksi Saan enemmän kuin Suomessa yleensä Teen töitä Suomesta Amerikkalaiselle start-upille
|
||||
23/09/2023 16:08:20 Palkansaaja En 26-30 Mies 4.5 Tekniikan kandidaatti / tietotekniikka, dippatyö kesken 3.9 Nokia Oulu Tuotetalossa, jossa softa ja rauta muodostavat yhdessä tuotteen 100 30 Python backend engineer & data analyst 3700 52400 Bonukset kerran vuodessa, lisäksi vapaehtoinen firman osakeohjelma Ei
|
||||
23/09/2023 16:46:52 Palkansaaja En 36-40 Mies 10 Ylempi korkeakoulututkinto 8 Oulu Konsulttitalossa 100 33 Lead Developer, cloud 7000 88000 Kyllä
|
||||
23/09/2023 20:49:29 Palkansaaja En 31-35 Mies 5 DI 7 Nokia Oulu Tuotetalossa, jonka core-bisnes on softa 100 10 Backend developer 3981 55000 Ei
|
||||
24/09/2023 18:28:39 Palkansaaja En 41-45 Mies 13 Yliopisto 0 Turku Konsulttitalossa 100 0 Full stack developer 8000 100000 Kyllä
|
||||
24/09/2023 18:50:12 Palkansaaja En 41-45 Mies 15 FM 5 Turku Konsulttitalossa 30 0 PM/backend developer+ DevOps guy 4000 50000 Ei
|
||||
24/09/2023 21:13:40 Laskuttaja En 31-35 Mies 12 Insinööri 0 7 Fullstack web ja mobiili 99 150000 Käytän välitysfirmoja Suomesta
|
||||
24/09/2023 22:31:59 Palkansaaja En 41-45 25 2 Tampere Tuotetalossa, jonka core-bisnes on softa 60 30 Software architect, full-stack 4500 60000 Kyllä
|
||||
24/09/2023 23:45:24 Palkansaaja En 36-40 Mies 20 Luonnontieteiden kandidaatti 70 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 CxO 8500 102000 Palkka Ei
|
||||
|
Can't render this file because it contains an unexpected character in line 360 and column 453.
|
BIN
data/2023/results-fi.xlsx
Normal file
BIN
data/2023/results-fi.xlsx
Normal file
Binary file not shown.
53
data/2024/results-en.tsv
Normal file
53
data/2024/results-en.tsv
Normal file
@@ -0,0 +1,53 @@
|
||||
Timestamp Employee or entrepreneur Have you switched from employment to entrepreneurship or vice versa after 1.10.2023? Age Gender Relevant work experience from the industry (in years) Education Change in income from last year (in %) How many years have you worked as an entrepreneur in this industry? What services do you offer? Hourly rate (VAT 0%, in euros) Yearly billing (VAT 0%, in euros) Do you use agencies or find your clients yourself? Where are your clients from? Company In which city is your office? What kind of a company you work in? Full time / part time How much of your work time you spend in company office? (in %) Role / title Monthly salary (gross, in EUR) Yearly income (incl. bonuses, etc; in EUR) Free description of your compensation model Is your salary competitive? What was left unasked that you want to answer to? Feedback of the survey
|
||||
07/10/2024 12:42:34 Employee No 36-40 Male 16 Masters degree 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 0 Lead software developer 8400 0 Based on hours working for client No
|
||||
07/10/2024 12:47:37 Employee No 31-35 Male 8 MSc, Applied Mathematics 2 Turku A company where software is support role (for example banks or healthcare) 100 70 C++/CUDA algorithm engineer 5300 75000 Maybe
|
||||
07/10/2024 21:12:16 Entrepreneur 26-30 7 70 Agencies Finland
|
||||
10/10/2024 18:07:34 Entrepreneur No 31-35 M 10 DI -6 3 backend, frontend, full-stack,devops,architecture 90 109000 Agencies Finland
|
||||
11/10/2024 12:33:36 Entrepreneur No 46-50 Male 25 cs@university (not completed) 0 13 Web development 95 165000 Consulting companies that I know / know me Finland, Abroad
|
||||
11/10/2024 12:40:34 Employee No 31-35 Male 9 Masters in Computer Application 4 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 10 5080 62000 No enable option to select both employee and entrepreneur because some might be doing both and one form might not be enough to justify both answers
|
||||
11/10/2024 12:41:14 Employee No 36-40 male 11 MSc Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 0 senior software developer 6000 72000 Yes
|
||||
11/10/2024 12:44:07 Employee No 46-50 male 23 Bachelor's degree 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 95 Senior Developer 6400 76800 Yes
|
||||
11/10/2024 12:47:14 Entrepreneur No 31-35 M 6 AMK insinööri 0 2 Software development: full-stack, cloud, mobile 92 86000 Agencies Finland Paid holiday or other benefits could be asked
|
||||
11/10/2024 12:47:37 Employee No 26-30 Male 7 Master's degree 15 Unity Technologies Finland Oy Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 80 Senior Software Developer 6100 100000 Base + RSU Yes Great job with the survey
|
||||
11/10/2024 12:55:38 Employee No 26-30 Male 3 BBA BIT 5 Solita Oy Capital region (Helsinki, Espoo, Vantaa) Consulting 100 10 Mobile Developer 4000 52000 IDK
|
||||
11/10/2024 13:00:50 Employee No 31-35 Male 4 MSc Computer Science 20 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 80 Software Developer (full-stack) 5500 70 Yes
|
||||
11/10/2024 13:08:43 Employee No 41-45 Male 15 B.Sc. (Computer Science) 20 Capital region (Helsinki, Espoo, Vantaa) Consulting 100 2 Software developer 6500 78000 Yes
|
||||
11/10/2024 13:20:55 Employee No 26-30 Female 8 Master's +6.8 Elisa Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 20 Data Scientist 5074 60888 No
|
||||
11/10/2024 13:27:06 Employee 21-25 Male 2.5 Bachelor of Science (Technology) 2.5 Solita Oy Tampere Consulting 100 0 Software Designer 3200 38400 No
|
||||
11/10/2024 13:30:52 Employee No 31-35 male 17 Specialist degree (5y, similar to master degree) 2 Smartly.io Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 40 Senior Software Engineer 6630 93000 salary + bi-yearly bonuses + referral bonus (4000) Yes
|
||||
11/10/2024 14:27:01 Employee No 36-40 Male 11 M.Sc in Computer Science 0 Turku Product company with software as their core business 100 20 Full stack web developer 5500 69000 Yes A question regarding options programs and ownership in the company would be good to ask about.
|
||||
11/10/2024 15:14:21 Employee No 26-30 Male 5 PhD 2.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 1 ML developer 4300 52000 No
|
||||
11/10/2024 15:26:45 Employee No 26-30 Female 9 Bachelor of Linguistics 5 Berlin Product company with software as their core business 100 1 Full-stack Engineer 6500 75000 Yes
|
||||
11/10/2024 15:32:48 Employee No 31-35 Male 12 BSc Computer Science 3 Turku/remote (HQ Austin, TX) Product company with software as their core business 100 0 Senior Software Engineer (Backend) 12000 147000 Internet/phone allowance + fringe benefit Yes
|
||||
11/10/2024 15:46:58 Employee No 31-35 woman 2 Master of Arts in Linguistics, AW Academy in 2022 50 Capital region (Helsinki, Espoo, Vantaa) A company where software is support role (for example banks or healthcare) 100 50 Full-stack Java developer 4800 65000 Base salary €4500 + €700 of on-call compensation every two months or so. Annual bonus is approx. one month's base salary. Yes The reason my salary increased by 50% is because I was able to leave Academic Work and was hired directly by the company I was earlier working for as a consultant.
|
||||
11/10/2024 15:56:20 Employee No 31-35 Male 8 BSc, MSc 15 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 100 85 Senior Fullstack Engineer 5000 65000 Better than old job at product house, but I still feel below median
|
||||
11/10/2024 16:29:46 Employee No 31-35 Female 3 Secondary chool 6 Tampere Consulting 100 20 cloud engineer 4450 53400 Yes
|
||||
11/10/2024 17:26:42 Employee No 51-55 Male 25 Bachelor degree in computer science (university of catalonia, barcelona) 5 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 100 20 Hands-on software architect 6400 82000 Yes
|
||||
11/10/2024 17:59:28 Employee No 41-45 Male 19 Bachelors 5 Mavericks Capital region (Helsinki, Espoo, Vantaa) Consulting 115 20 Senior Software Developer 8200 100000 50.7% of hourly, top of the line health coverage, stock options No High pay, no culture.
|
||||
13/10/2024 14:58:52 Employee No 36-40 Male 9 Bachelor in CS 7 Oulu Product company with software as their core business 100 0 Software Designer 4900 61000 Yes
|
||||
14/10/2024 12:57:31 Employee Yes, from entrepreneur to employee 31-35 Male 12 Bachelor Vaisala Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 50 devops 5800 75000 No
|
||||
14/10/2024 15:00:09 Employee Yes, from entrepreneur to employee 26-30 Male 9 Master's in Information Technologies Capital region (Helsinki, Espoo, Vantaa) Consulting 100 0 Full stack developer 1700 20000 No
|
||||
15/10/2024 16:07:58 Employee No 36-40 Male presenting 7 PhD CompSci 1 RELEX solutions Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 99 Senior Engineering Manager 6200 No
|
||||
15/10/2024 16:09:21 Employee No 31-35 female 4 BBA in Business Information Technology 6 RELEX Solutions Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 10 Frontend Software Developer 4840 58500 No
|
||||
15/10/2024 16:11:12 Employee No 26-30 female 6 AMK IT engineer 8 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 0 Software Engineer 5300 78000 Stocks Yes
|
||||
15/10/2024 16:26:06 Employee No 36-40 Female 9 Master's degree in computer science 3.3 Relex Solutions Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 20 senior frontend developer 5690 74000 Yes
|
||||
15/10/2024 16:35:51 Employee No 26-30 man 3 Master of Science Tech 11 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 40 senior developer 5100 61200 Yes
|
||||
15/10/2024 16:58:07 Employee No 36-40 Male 13 Master degree 3 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 50 Engineering Manager 5790 72000 Yes, but it might be higher considering the role.
|
||||
15/10/2024 17:16:23 Employee No 36-40 Male 14 Bachelor of Engineering IT 2.5 RELEX Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 Senior Software Engineer 5700 70000 % of 2 weeks pay based on company performance annually Yes
|
||||
15/10/2024 19:21:52 Employee No 31-35 Female 12 Bachelors Degree in IT 3.75 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 10 Senior Engineering Manager 6350 750 Yes
|
||||
16/10/2024 09:44:47 Employee No 26-30 woman 7 No technical education +7 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 80 Backend engineer 9000 112000 Quite large % of salary as stocks Yes
|
||||
16/10/2024 10:12:14 Employee No 41-45 male 15 2 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 Software Chief Architect 7150 90000 Bi-Annual bonuses per team Yes
|
||||
16/10/2024 10:12:50 Employee No 36-40 Mail 10 Computer Science BS 4.2 RELEX Solutions Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 10 Software Developer 6600 81000 No
|
||||
16/10/2024 10:24:12 Employee 31-35 Female 9 Haaga-Helia AMK Relex Solutions Oy Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 Software Engineer 5670 Yes
|
||||
16/10/2024 10:36:48 Employee No 36-40 8 10 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 0 software developer 7400 92500 Yes
|
||||
16/10/2024 10:52:00 Employee No 36-40 Male 10 Master degree 3 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 10 Web frontend engineer 6900 RSU No
|
||||
16/10/2024 13:54:06 Employee No 21-25 5 BSc maths and computer science 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 senior software developer 5200 67600 Unknown
|
||||
16/10/2024 23:15:38 Employee No 46-50 M 19 Beta science M.Sc. 7 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 5 service delivery manager 4566 58900 Group level bonus 20% of 1 month salary No
|
||||
21/10/2024 09:26:02 Employee No 36-40 yes 10 AMK 0 Sanoma Oyj Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 30 iOS native developer 6300 80000 yearly optional perf bonus
|
||||
22/10/2024 13:21:01 Employee No 31-35 Female 9 IT-Tradenomi -30 Mavericks/Witted Capital region (Helsinki, Espoo, Vantaa) Consulting 100 10 Senior Mobile Developer 1890 62680 Commission-based salary No Could not add a minus in the percentage of salary change in the first page.
|
||||
23/10/2024 11:52:14 Employee No 21-25 Male 2 Bachelor of Science. Soon Master of Science 10 Tampere Consulting 100 0 Data Engineer 3900 47200 No
|
||||
23/10/2024 11:59:42 Entrepreneur No 31-35 Male 14 BSc 0 7 Full-stack, AI, DevOps, architecture, cloud engineering, machine laerning 95 110000 Company sales team. Finland
|
||||
23/10/2024 11:59:44 Employee No 31-35 Male 7 University - Computer Science 0 Tampere Consulting 100 90 Fullstack developer 5800 70000 Base pay plus commission on billable hours Yes
|
||||
23/10/2024 13:45:10 Employee No 26-30 Male 3 Master of Science 5 Tampere Consulting 100 90 Software developer 4670 55000 Base salary + bonus per billable hour (consultancy) Yes, when working full time on a customer project, otherwise below average
|
||||
23/10/2024 15:12:48 Employee No 26-30 Male 3 Master of Science in Biomedical Engineering 5 Veracell Oy Tampere Consulting 100 90 Data Engineer 4700 58000 Base monthly salary plus a provision part that is a fixed sum per billed working hour. The majority of the compensation comes from the base salary. Yes
|
||||
25/10/2024 17:35:11 Employee No 31-35 Nainen 4.5 Amk (insinööri) 0 Roima Intelligence Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 100 0 Software developer 3700 No
|
||||
|
BIN
data/2024/results-en.xlsx
Normal file
BIN
data/2024/results-en.xlsx
Normal file
Binary file not shown.
684
data/2024/results-fi.tsv
Normal file
684
data/2024/results-fi.tsv
Normal file
@@ -0,0 +1,684 @@
|
||||
Timestamp Oletko palkansaaja vai laskuttaja? Oletko siirtynyt palkansaajasta laskuttajaksi tai päinvastoin 1.10.2023 jälkeen? Ikä Sukupuoli Työkokemus alalta (vuosina) Koulutustaustasi Tulojen muutos viime vuodesta (%) Montako vuotta olet tehnyt laskuttavaa työtä alalla? Mitä palveluja tarjoat? Tuntilaskutus (ALV 0%, euroina) Vuosilaskutus (ALV 0%, euroina) Hankitko asiakkaasi itse suoraan vai käytätkö välitysfirmojen palveluita? Mistä asiakkaat ovat? Työpaikka Missä kaupungissa työpaikkasi pääasiallinen toimisto sijaitsee? Millaisessa yrityksessä työskentelet? Työaika Kuinka suuren osan ajasta teet lähityönä toimistolla? Rooli / titteli Kuukausipalkka (brutto, euroina) Vuositulot (sis. bonukset, osingot yms, euroina) Vapaa kuvaus kokonaiskompensaatiomallista Onko palkkasi nykyroolissasi mielestäsi kilpailukykyinen? Vapaa sana Palautetta kyselystä ja ideoita ensi vuoden kyselyyn
|
||||
07/10/2024 10:04:36 Palkansaaja En 46-50 mies 27 ylioppilas 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Senior Fullstack Developer 7250 96000 Palkka + Bonus + Osingot Kyllä
|
||||
07/10/2024 10:05:39 Palkansaaja En 46-50 25 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 37.5 50 8750 110000 Palkka + vuosibonus Kyllä
|
||||
07/10/2024 10:06:12 Palkansaaja En 31-35 mies 11 tietotekniikan kandidaatti 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Site Reliability Engineer 5100 65200 Kyllä
|
||||
07/10/2024 10:07:01 Palkansaaja En 36-40 Mies 12 Ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Fullstack developer 5850 105000 Palkka+osinko Kyllä
|
||||
07/10/2024 10:07:20 Palkansaaja En 41-45 mies 15 DI Tampere Tuotetalossa, jonka core-bisnes on softa 100 30 Lead 6800 81600 Rahapalkka Kyllä
|
||||
07/10/2024 10:07:35 Palkansaaja En 41-45 nainen 9 IT-tradenomi 0 Helsinki & Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Software developer, fullstack Clojure/script 4730 61500 Kyllä
|
||||
07/10/2024 10:07:54 Palkansaaja En 41-45 m 14 -5 Pieni tuotetalo PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Technical project manager 6660 83250 Kyllä
|
||||
07/10/2024 10:08:41 Palkansaaja En 31-35 Mies 13 FM (Tietojenkäsittelytiede) 0 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 Software Specialist 7200 90000 Henkilöstörahasto bonuksille Siinä ja siinä
|
||||
07/10/2024 10:08:49 Palkansaaja En 36-40 m 20 DI -100 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 CTO 0 0 omistaja Ei kiitos
|
||||
07/10/2024 10:08:55 Palkansaaja En 36-40 Mies 15 Insinööri (AMK) 0 Exove PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Senior Developer 4300 Ei
|
||||
07/10/2024 10:09:27 Laskuttaja En 31-35 Mies 10 Lukio, alkaneet tietojenkäsittelytieteen yliopisto-opinnot mutta ei papereita -20 5 Full stack, tech lead, AWS, pilvi, devops 85 Itse, Käytän välitysfirmoja Suomesta
|
||||
07/10/2024 10:09:58 Laskuttaja En 41-45 Mies 18 Tietojenkäsittelytieteen maisteri 9 6 Full stack ja DevOps. 94 200000 Käytän välitysfirmoja Suomesta
|
||||
07/10/2024 10:10:36 Palkansaaja En 46-50 Nainen 5 YTT 3 Futurice Oy Tampere Konsulttitalossa 100 10 Software developer 3923 41680 Ei
|
||||
07/10/2024 10:10:49 Palkansaaja En 26-30 Mies 4 Tekniikan maisteritutkinto 8.5 Knowit PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Test Automation Engineer 4523 59500 Palkka + edut (Edenred) suunnilleen Varmaan saman kuin muut sisäisesti mutta vaihtamalla voisi parantua Hyvä kysely, mukava pingi
|
||||
07/10/2024 10:11:17 Palkansaaja En 31-35 mies 5 Diplomi-insinööri 6 Solita Jyväskylä Konsulttitalossa 100 75 Data engineer 4550 59000 Kyllä
|
||||
07/10/2024 10:12:38 Palkansaaja En 41-45 Mies 20 Luonnontieteiden Kandidaatti 1 SOK PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Payment Backend Developer 7400 100000 Kk-palkkaan sidottu bonus Kyllä
|
||||
07/10/2024 10:13:20 Palkansaaja En 36-40 Mies 14 AMK software developer 10 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Senior software developer 4950 63000 Kannustepalkkio Perhe tulee toimeen, en tiedä mitä muut saavat enkä ole erityisen kiinnostunut Olisi mukavaa lukea millaisia etuuksia rahan lisäksi työntekijät nauttivat
|
||||
07/10/2024 10:13:39 Palkansaaja En 41-45 Mies 18 AMK insinööri 2 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 80 0 Full stack 5100 60000 Kyllä
|
||||
07/10/2024 10:13:45 Palkansaaja En 36-40 meis 14 FM 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 37.5 20 Software developer 6600 97375 Palkka, bonus Kyllä
|
||||
07/10/2024 10:14:59 Palkansaaja En 36-40 Mies 11 Tietojenkäsittelytiede 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior ML Engineer 6400 80000 Lähinnä palkka Kyllä
|
||||
07/10/2024 10:15:21 Laskuttaja En 15-20 Mies 5 Peruskoulu 3 Ohjelmistokehitys, DevOps, Cloud 75 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
07/10/2024 10:15:48 Palkansaaja En 26-30 Mies 8 AMK insinööri 2 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 80 80 Mobile development with React Native, Web frontend with React 4529.6 55000 Lisäksi (tod näk arvottomia) optioita Kyllä Harmaa seuraava-nappi näyttää disabloidulta 😁
|
||||
07/10/2024 10:16:19 Palkansaaja En 36-40 Mies 11 Ylioppilas 0 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software Architect 7600 97000 Provisiopalkkaus Kyllä
|
||||
07/10/2024 10:16:37 Palkansaaja En 26-30 Mies 6 Luonnontieteiden kandidaatti, tietojenkäsittelytiede (tietotekniikka) 4.39 Gofore PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Lead Developer 4193 52412 Ei
|
||||
07/10/2024 10:18:16 Palkansaaja En 41-45 Mies 19 Ammattikorkeakoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Full stack developer 7250 91000 Provisio ja laskutusbonus Kyllä
|
||||
07/10/2024 10:18:53 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 mies 22 FM 1 arkkitehtuuri, full stack 100 180000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
07/10/2024 10:19:26 Palkansaaja En 31-35 Mies 15 AMK Insinööri 0 - PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Tunkkaaja 8000 96000 Ilmaista kahvia saa toimistolta + jumppa Kyllä
|
||||
07/10/2024 10:19:37 Palkansaaja En 31-35 mies 8 TKT Maisteri 0 Mavericks Turku Konsulttitalossa 100 0 Lead developer - fullstack 7200 88000 Kyllä
|
||||
07/10/2024 10:22:34 Palkansaaja En 31-35 Mies 3 Tieto- ja viestintätekniikan insinööri 3 Huld Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Mobile developer 3855 Ei Penkki pelottaa
|
||||
07/10/2024 10:24:50 Palkansaaja En 26-30 mies 3 tietojenkäsittelytieteen kandidaatti 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software Engineer 5500 70000 Kyllä
|
||||
07/10/2024 10:27:19 Palkansaaja En 31-35 Mies 14 AMK 2 Tilastokeskus PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 97 20 Software Engineer Devops painotuksella 4480 56000 Lomaraha Ei
|
||||
07/10/2024 10:27:53 Palkansaaja En 31-35 Mies 13 Diplomi-insinööri, tuotantotalous 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Technical Product Manager 6300 4000 Kyllä
|
||||
07/10/2024 10:29:01 Palkansaaja En 36-40 Mies 15 Diplomi-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Cloud architect 6500 7000 Kyllä
|
||||
07/10/2024 10:29:30 Palkansaaja En 31-35 Mies 11 Diplomi-insinööri 0 Crowd Collective PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Full stack developer 6570 82125 Kiinteä kuukausipalkka Kyllä
|
||||
07/10/2024 10:30:59 Palkansaaja En 26-30 Mies 7 Tietotekniikan dippa-inssi Aallosta 8.4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 20 Software Developer 4400 57200 Kiinteä palkka + kiinteäksi konvertoitu bonus Kyllä
|
||||
07/10/2024 10:31:48 Palkansaaja En 36-40 Mies 11 Kandi 6 Mirantis PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Engineering Manager 10000 125000 Kuukausipalkka + optiot. Kyllä
|
||||
07/10/2024 10:32:09 Palkansaaja En 36-40 mies 15 Insinööri (AMK) 7.5 UpCloud PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0.1 IaaS R&D architect 9411 Kyllä
|
||||
07/10/2024 10:33:26 Palkansaaja En 31-35 Nainen 6 Tradenomi AMK 0 Tampere Konsulttitalossa 100 5 Dynamics Senior Consultant 5200 62000 Kyllä
|
||||
07/10/2024 10:39:35 Palkansaaja En 41-45 Mies 20 Ylempi korkeakoulututkinto, Tietojenkäsittelytiede 0 Oulu Tuotetalossa, jonka core-bisnes on softa 100 0 Solutions Architect 9700 150000 Kyllä
|
||||
07/10/2024 10:45:42 Palkansaaja En 41-45 MIES 20 luonnontieteiden kandidaatti 0 Tampere Konsulttitalossa 100 10 Senior software engineer, fullstack-kehittäjä (Angular/Java) 8400 110000 50% laskutuksesta Kyllä
|
||||
07/10/2024 10:45:51 Palkansaaja En 31-35 Mies 10 Tohtori 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Lead AI Engineer 8000 104000 Osakeosto-oikeus nimellishinnalla Kyllä
|
||||
07/10/2024 10:49:35 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 26-30 mies 5.75 tietojenkäsittelytieteen kandidaatti 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Full stack software developer 5460 73000 Ei
|
||||
07/10/2024 10:52:14 Laskuttaja En 31-35 äiä 10 AMK ei-IT alalta 10 2.5 backend, devops, yleisempää käsienheiluttelua ja speksaushommaa 98 140000 Itse, Käytän välitysfirmoja Suomesta
|
||||
07/10/2024 10:52:42 Palkansaaja En 36-40 nainen 7 filosofian ylioppilas 0 Turku Konsulttitalossa 100 80 Johtaja 5800 500 Ei
|
||||
07/10/2024 10:53:35 Palkansaaja En 31-35 Mies 9 FM 2 Vincit Tampere Konsulttitalossa 100 0 Fullstack developer w/ frontend focus (eli react-koodari) 4700 62400 Peruspalkka + bonus firman tuloksen mukaan Ei
|
||||
07/10/2024 10:54:13 Palkansaaja En 15-20 Mies 3 TKT kandi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software Engineer 4050 70000 Osakkeita Kyllä
|
||||
07/10/2024 10:56:25 Palkansaaja En 41-45 mies 21 DI 7 61N Tampere Konsulttitalossa 100 100 Senior Software Engineer 5930 71800 Kyllä
|
||||
07/10/2024 10:57:28 Palkansaaja En 36-40 nainen 15 Diplomi-insinööri, tietotekniikka 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Fullstack developer (angular web, flutter mobile, nodejs backend) 6500 78000 perus optio-ohjelma, mutta alkuvaiheen startupissa en laskisi sitä tuloksi :D Kyllä
|
||||
07/10/2024 10:57:38 Palkansaaja En 31-35 Mies 4 Lukio 29 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Tech Lead 6070 76000 Kyllä
|
||||
07/10/2024 10:58:24 Palkansaaja En 36-40 Mies 15 AMK 0 100 0 Manager 6000 75000 Kyllä
|
||||
07/10/2024 10:58:31 Palkansaaja En 26-30 Mies 10 Mediaassistentti 7.14 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Senior Developer, complex solutions & integrations 4500 56000 Kyllä
|
||||
07/10/2024 10:59:51 Palkansaaja En 26-30 Mies 5 DI 32 Vincit Tampere Konsulttitalossa 100 5 Cloud Developer 5600 71000 Kyllä
|
||||
07/10/2024 11:10:37 Palkansaaja En 26-30 Mies 6 DI, Ohjelmistotekniikka, Turun yliopisto -14.5 Arado Turku Konsulttitalossa 100 50 Full-stack Developer 6300 78750 Bruttopalkka on joko 50% laskutuksesta tai 4000€ Kyllä
|
||||
07/10/2024 11:11:20 Palkansaaja En 36-40 10 Kauppatieteiden maisteri 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 95 Tietoturva-asiantuntija 5700 71800 Kyllä
|
||||
07/10/2024 11:12:48 Palkansaaja En 26-30 Mies 4 AMK 14 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Software Developer 5700 72000 Bonukset kerran vuoteen Kyllä
|
||||
07/10/2024 11:16:06 Palkansaaja En 46-50 Mies 20 Diplomi-insinööri, tietoliikennetekniikka 8 Kone PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Senior Cloud Engineer 6830 100000 autoetu, isohko vuotuinen bonus Kyllä
|
||||
07/10/2024 11:18:44 Palkansaaja En 31-35 Mies 10 Datanomi 9.5 Vincit PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Full stack developer 4970 62250 Ei
|
||||
07/10/2024 11:31:41 Palkansaaja En 31-35 mies 10 AMK 4 Polar Squad Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 DevOps Consultant 6000 75000 Kiinteä kuukausipalkka, epäsäännöllinen mahdollisuus osakkeisiin Kyllä
|
||||
07/10/2024 11:33:59 Palkansaaja En 26-30 Mies 5 Tietojenkäsittelytieteen maisteri 0 Tampere Konsulttitalossa 100 0 Full stack developer 4700 Kyllä
|
||||
07/10/2024 11:37:47 Palkansaaja En 36-40 mies 7 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 30 Full stack software engineer 6365 79500 Kyllä Minulla on luultavasti tällä hetkellä poikkeuksellisen hyvä job fit, eikä esim. Suomesta luultavasti löydy juuri ketään minua paremmin tähän työnkuvaan sopivaa henkilöä. Olisin laittanut kuukausipalkka kysymyksen ennen kysymystä palkan muutoksesta, se olisi tuntunut loogisemmalta.
|
||||
07/10/2024 11:46:42 Palkansaaja En 31-35 Mies 2 IT-tradenomi 20 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Software Developer 3800 48000 Ei
|
||||
07/10/2024 11:48:12 Palkansaaja En 26-30 mies 7 ammattikoulu 13 Turku Tuotetalossa, jonka core-bisnes on softa 100 95 software developer 5300 63600 Kyllä
|
||||
07/10/2024 11:49:26 Palkansaaja En 36-40 mies 13 Tietotekniikan diplomi-insinööri 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Fullstack Consultant 6260 80000 Kyllä
|
||||
07/10/2024 11:50:58 Palkansaaja En 41-45 Mies 24 DI 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 2 2 7000 Kyllä
|
||||
07/10/2024 11:51:00 Palkansaaja En 46-50 Mies 26 Tradenomi Tampere Konsulttitalossa 100 30 Pilviarkkitehti 7400 93000 Kyllä
|
||||
07/10/2024 11:53:07 Palkansaaja En 36-40 Mies 4 Lukio 0 Turku Konsulttitalossa 100 95 UX Designer 4200 50400 Ei
|
||||
07/10/2024 11:57:35 Palkansaaja En 26-30 Mies 9 Msc 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Software Engineer 5800 70000 Kyllä
|
||||
07/10/2024 12:04:19 Palkansaaja En 26-30 Mies 2.8 Ylempi korkeakoulututkinto 1.4 Solita Turku Konsulttitalossa 100 20 Software Designer 3751 47000 Ei
|
||||
07/10/2024 12:10:17 Palkansaaja En 26-30 mies 2 luonnontieteiden kandidaatti 2 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 50 50 Full stack developer 2405 Ei
|
||||
07/10/2024 12:11:09 Palkansaaja En 41-45 6 TKT kandi 1 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 scrum master 4770 60000 Ei
|
||||
07/10/2024 12:16:33 Laskuttaja En 36-40 mies 14 FM, tietojenkäsittelytiede 0 10 mobiili 85 140000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
07/10/2024 12:16:55 Palkansaaja En 36-40 Mies 13 IT-Tradenomi PK-Seutu (Helsinki, Espoo, Vantaa) Digitoimisto 100 10 Lead Developer 4950 Ei
|
||||
07/10/2024 12:18:11 Palkansaaja En 41-45 Mies 14 Maisteri 3 Tampere Konsulttitalossa 100 0 Backend developer 7800 100000 Kyllä
|
||||
07/10/2024 12:18:22 Laskuttaja En 26-30 Mies 8 Diplomi-insinööri 0 4 Full stack 107 150000 Suomesta
|
||||
07/10/2024 12:23:04 Palkansaaja En 26-30 Mies 4 Insinööri (AMK) 3 Hyvinkää Teollisuus 100 10 Lead Engineer, Data analytics 4700 54000 Ei
|
||||
07/10/2024 12:23:16 Palkansaaja En 26-30 Mies 5 Yliopisto 10 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 75 Data Engineer 5500 69000 Yrityksen tulokseen perustuva bonus, osakeanti, vapaasti valittava kokonaisuus erilaisia etuja Kyllä
|
||||
07/10/2024 12:23:30 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 13 peruskoulu 0 1 full stack 500 Itse Ulkomailta
|
||||
07/10/2024 12:32:16 Palkansaaja En 31-35 äiä 12 AMK 0 Metacore Games PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 15 Platform Engineer 5700 90000 optiot per kk, stonks bonuksena Varmaan sais muualla enemmän palakkaa, mutta stonksit ihan jees.
|
||||
07/10/2024 12:33:43 Palkansaaja En 36-40 Mies 15 -5 Tampere Konsulttitalossa 100 0 Backend developer 5000 62500 Ei
|
||||
07/10/2024 12:37:34 Palkansaaja En 26-30 mies 9 tietotekniikan DI 5 Yleisradio PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 35 Developer 5428 69000 Kyllä
|
||||
07/10/2024 12:39:25 Palkansaaja En 36-40 9 FM 8 Tuotetalossa, jonka core-bisnes on softa 100 0 Lead Engineer 7200 101600 Kuukausipalkka + Bonus Kyllä
|
||||
07/10/2024 12:40:27 Palkansaaja En 31-35 11 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Senior UX/Product Designer 5450 68125 Kuukausipalkka + bonus ja osingot voitollisena vuonna Samanlaisiin konsulttitaloihin verrattuna about sama, tuotetalossa saisin enemmän
|
||||
07/10/2024 12:40:44 Palkansaaja En 36-40 mies 7 amk-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 fullstack 5500 68750 Kyllä
|
||||
07/10/2024 12:41:07 Palkansaaja En 31-35 Mies 8 Amis + keskeytetty AMK 37 Tietoevry Turku 100 10 Senior Azure Engineer 6300 78750 Kyllä Hyvä setti kyssäreitä!
|
||||
07/10/2024 12:55:53 Laskuttaja En 41-45 mies 23 DI 5 2 Full stack developer 85 160000 Itse Ulkomailta Laskutustavan voisi kysyä. Itse laskutan kiinteää kuukausihintaa
|
||||
07/10/2024 12:57:21 Palkansaaja En 36-40 Nainen 14 Datanomi 14 Tampere Konsulttitalossa 100 20 5900 70800 Kyllä
|
||||
07/10/2024 13:14:16 Palkansaaja En 31-35 Mies 15 Insinööri-AMK 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Azure architect 7200 100000 Kyllä
|
||||
07/10/2024 13:15:57 Palkansaaja En 31-35 Mies 15 Ylioppilas 20 Fennoa Oy Etätyöfirma Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Software Engineer 5500 72 Kiinteä palkka, firman tulokseen sidotut bonarit Kyllä
|
||||
07/10/2024 13:21:47 Laskuttaja En 36-40 17 Tradenomi 0 6 Full stack 85 150000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
07/10/2024 13:27:37 Palkansaaja En 31-35 Mies 7 Ylempi korkeakoulututkinto 1 Gofore Jyväskylä Konsulttitalossa 100 100 Embedded software developer 4800 60600 Vuosibonus Kyllä
|
||||
07/10/2024 13:36:01 Laskuttaja En 46-50 Miesoletettu 25 2 11 Product owner, Solution analyst 84 Käytän välitysfirmoja Suomesta Hinnat saattavat vaihdella asiakassektoreittain, joten niiden erottwleminen voisi olla aiherllista.
|
||||
07/10/2024 13:38:34 Palkansaaja 31-35 Mies 7 Insinööri (AMK), tietotekniikka 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Senior fullstack developer 5500 71600 Kyllä
|
||||
07/10/2024 13:42:59 Palkansaaja En 31-35 nainen 8 lukio 0 redandblue PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 3 Web Developer 3900 46800 Kyllä
|
||||
07/10/2024 13:43:42 Palkansaaja En 31-35 Mies 7 AMK Insinööri 13 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Azure Cloud Specialist 4750 57000 Osakeohjelma vuosittain Kyllä Riippuu paljon serttei suorittaa, nii saa enempi bonareit
|
||||
07/10/2024 13:44:48 Palkansaaja En 36-40 Mies 14 Ylempi korkeakoulututkinto- -7 Vincit Oyj Tampere Konsulttitalossa 37.5 5 Software Developer 5200 Kyllä
|
||||
07/10/2024 13:46:18 Palkansaaja En 36-40 mies 15 Ammattikorkeakoulu 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 95 Data Architect 6753 89500 Osakeomistus + firman yhteinen jaettava bonus Kyllä
|
||||
07/10/2024 13:52:10 Palkansaaja En 41-45 Mies 3 DI (ei IT), Tietojenkäsittelytieteen opintoja noin 100op 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 AWS Cloud Engineer 4600 60000 Osakkeita Kyllä
|
||||
07/10/2024 13:54:24 Palkansaaja En 31-35 Mies 10 Insinööri (AMK) 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Senior software developer 5800 69600 Kyllä
|
||||
07/10/2024 14:09:14 Palkansaaja En 41-45 mies 25 pidempi korkeakoulututkinto, tohtorikoulutus jäänyt kesken 6 Mozilla San Francisco Tuotetalossa, jonka core-bisnes on softa 100 0 Staff Software Engineer 8750 150000 omaan ja firman tulokseen perustuva rahabonus Kyllä verrattuna Suomen markkinoille, ei verrattuna kansainvälisesti
|
||||
07/10/2024 14:10:00 Palkansaaja En 31-35 DI 38 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 6200 100000 Peruspalkka + bonus, osakkeet Kyllä
|
||||
07/10/2024 14:11:58 Palkansaaja En 36-40 mies 15 ylioppilas 5 Tampere Konsulttitalossa 100 0 Lead Architect 6500 81250 Kyllä
|
||||
07/10/2024 14:18:13 Laskuttaja En 36-40 Mies 18 International Baccalaureate 42 2 Osa-aikainen CTO, pilviarkkitehti, backendahtava generalist 125 111621 Itse, Käytän välitysfirmoja Suomesta
|
||||
07/10/2024 14:19:19 Palkansaaja En > 55v mies 32 korkeampi korkeakoulututkinto 2.3 Tampere Julkinen tai kolmas sektori 100 10 Backend developer 6142 6142 Kyllä
|
||||
07/10/2024 14:24:49 Palkansaaja En 36-40 Mies 15 Ylempi -10 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Arkkitehti 6400 85000 Kyllä
|
||||
07/10/2024 14:29:53 Palkansaaja En 46-50 mies 30 DI 2.5 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 CxO 7500 94000 Ei
|
||||
07/10/2024 14:31:26 Laskuttaja En 31-35 mies 12 ylioppilas 10 4 full stack, mobiili, devops 150 250000 Itse Suomesta, Ulkomailta
|
||||
07/10/2024 14:41:06 Palkansaaja En 36-40 Mies 15 Ylempi korkeakoulututkinto -8 Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 1 Software Architect 9000 115000 Provisio + erilaiset bonukset Kyllä
|
||||
07/10/2024 14:44:28 Palkansaaja En 36-40 mies 13.5 Automaatiotekniikan diplomi-insinööri 4.5 Elisa Industriq Finland(entinen Leanware) Tampere Tuotetalossa, jonka core-bisnes on softa 100 1 Fullstack developer, C#, Angular 5160 64500 Kyllä Nykyinen työpaikka on kolmas oman alan työpaikka. Nykyisessä paikassa olen ollut viimeiset 9 vuotta. Tämä on saattanut vaikuttaa palkka kehitykseen negatiivisesti. Voitaisiin kysellä monesko työpaikka nykyinen on ja kauanko on ollut nykyisessä. Tällä tavalla voitaisiin saada dataa miten paljon työpaikan vaihdokset ja palkka "shoppailulla" oikeasti tienaa.
|
||||
07/10/2024 14:50:04 Laskuttaja En 31-35 Mies 12 Elektroniikka-asentaja, ammattikoulu 0 3 Full stack devausta 80 140000 Itse, Käytän välitysfirmoja Suomesta
|
||||
07/10/2024 14:50:49 Laskuttaja En 31-35 Mies 10 KTM 0 1.5 Integraatiotuotteita, backend, konsultointi mm. kilpailutuksessa, 90 70000 Itse Suomesta
|
||||
07/10/2024 14:55:49 Palkansaaja En 31-35 Mies Lukio 13 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior fullstack engineer 6500 78000 Pelkkää palkkaa Kyllä
|
||||
07/10/2024 14:57:44 Laskuttaja En 36-40 Mies 15 Yliopisto 0 Verkkopalvelut 75 100000 Itse Suomesta
|
||||
07/10/2024 14:59:07 Palkansaaja En 31-35 mies 11 ammattikoulu 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Team lead, customer success & projecting 5500 Kyllä
|
||||
07/10/2024 15:03:01 Palkansaaja En 36-40 mies 18 insinööri 2 Liikennevirta Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Infrastructure engineer 7330 104000 Kyllä
|
||||
07/10/2024 15:04:10 Palkansaaja En 36-40 Mies 14 AMK ICT-tradenomi 8 Tuotetalossa, jonka core-bisnes on softa 100 100 Senior software developer, full stack 4000 54000 Kuukausipalkka ja muutamia etuja Kyllä Kiitos!
|
||||
07/10/2024 15:10:21 Palkansaaja En 26-30 mies 4 AMK 7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Senior full-stack software developer 5100 Kyllä
|
||||
07/10/2024 15:10:35 Palkansaaja En 36-40 miäs 15 IT-tradenomi 3 Solita PK-Seutu (Helsinki, Espoo, Vantaa) henkilöstövuokraus (aka konsulttitalo) 100 15 koodaava arkkitehti 6103.98 76300 Suorat palkkatulot, ei komissioita, provisioita, bonuskuvioita tai muita sekoiluja. Kyllä Kompensaatiopreferensseistä voisi yrittää tehdä jotain täsmennyskyselyä, esim. saatko provisioita/bonusta/etuja/lupauksia, sekä haluaisitko provisioita/bonusta/etuja/lupauksia.
|
||||
07/10/2024 15:10:42 Palkansaaja En 41-45 19 Ylempi korkeakoulututkinto 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 CTO 6600 merkittävä omistus startup-yrityksessä huomattavasti vähemmän kuin puhtaasti palkkatöissä, mutta omistus kompensoi
|
||||
07/10/2024 15:20:47 Palkansaaja En 26-30 mies 8 3 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Senior software engineer 6000 75000 Kyllä
|
||||
07/10/2024 15:23:35 Palkansaaja En 31-35 Mies 9 Filosofian maisteri, tietojenkäsittelytieteet 5 Polar Squad PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Cloud and devops engineer 5400 70000 Kyllä
|
||||
07/10/2024 15:33:00 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 41-45 Mies 20 DI -40 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 Software engineer 5500 Optio-ohjelma Ei Olen tietoisesti ottanut palkassa vastaan saadakseni kivan työn
|
||||
07/10/2024 15:36:12 Palkansaaja En 26-30 Mies 7 Tietotekniikan insinööri (AMK) 16 Turku Konsulttitalossa 100 50 Software Architect 5800 76000 Kyllä
|
||||
07/10/2024 15:37:38 Palkansaaja En 46-50 mies 22 tradenomi 0 Veikkaus PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 75 Lead Developer 6400 75000 ei optioita Ihan OK, saisin varmasti vähän enemmän jos vaihtaisin, mutta ei sen niin väliä
|
||||
07/10/2024 15:38:19 Palkansaaja En 21-25 8 Amis 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Full-stack developer 4350 52200 rahaa + optioita joiden arvo on 0 kunnes toisin todistetaan optiot ja firman näkyvyys huomioiden kyllä, pelkkää rahaa katsoen ei.
|
||||
07/10/2024 15:38:32 Laskuttaja En 36-40 Mies 16 Filosofian Maisteri 0 3 Ohjelmistokehitystä 95 160000 Käytän välitysfirmoja Suomesta
|
||||
07/10/2024 15:39:21 Palkansaaja En 46-50 M 25 DI 0 Vaasa Tuotetalossa, jonka core-bisnes on softa 100 90 CTO & full stack developer 4000 49000 Perustaja, joten iso siivu firmaa. Ei Ei konsultti firman yrittäjä / perustaja ei oikeen mee järkevästi palkansaaja / laskuttaja akselille
|
||||
07/10/2024 15:39:37 Palkansaaja En 26-30 Mies 3 AMK-Insinööri, maisteri-opiskelija 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100 40 Software Engineer 4300 53000 Palkka + vuosittaiset bonukset Kyllä
|
||||
07/10/2024 15:40:27 Palkansaaja En 41-45 Mies 23 Lukio -15 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Senior Mobile Developer 6100 80000 Jää alle palkkapyyntöni sekä näkemyksestäni keskitasosta
|
||||
07/10/2024 15:43:03 Palkansaaja En 36-40 Mies 8 TKT kandi ikuisesti kesken 0 Turku Konsulttitalossa 100 0 Backend / DevOps 7100 92000 Pohjapalkka + laskutusbonus Kyllä
|
||||
07/10/2024 15:54:11 Palkansaaja En 41-45 mies 18 Filosofian maisteri, tietojenkäsittelytiede 12 Futurice Tampere Konsulttitalossa 100 15 Lead developer 6079 81000 Kyllä
|
||||
07/10/2024 15:54:58 Palkansaaja En 36-40 transnainen 10 AMK Compile Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Backend developer 6500 83000 bonukset 4x vuodessa Kyllä
|
||||
07/10/2024 15:55:11 Palkansaaja En 41-45 Nainen 2.5 15 Tuotetalossa, jonka core-bisnes on softa 93 0 Software developer 3150 Ei
|
||||
07/10/2024 15:56:33 Palkansaaja En 31-35 Nainen 5.5 FM, matematiikka 12 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Frontend/fullstack developer 4500 58000 Ei
|
||||
07/10/2024 16:01:32 Palkansaaja En 31-35 mies 14 Diplomi-insinööri 3.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Data Developer 5800 73000 Kk-palkka + bonus max 10% vuosipalkasta Ei
|
||||
07/10/2024 16:06:20 Palkansaaja En 31-35 m 5 Tekniikan kandidaatti 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 70 25 Geneerinen devaaja 3000 Rahapalkan lisäksi optioita osakkeisiin joiden arvo toistaiseksi 0 Ei
|
||||
07/10/2024 16:14:42 Palkansaaja En 26-30 Nainen 4 Tietotekniikan DI 4 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software developer 5000 60000 Kyllä
|
||||
07/10/2024 16:23:45 Palkansaaja En 31-35 Mies 8 Tekniikan ylioppilas -20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Full-stack developer 4500 56000 Startup-optiota Ei
|
||||
07/10/2024 16:24:51 Laskuttaja En 36-40 Mies 15 DI 0 2 Backend, Frontend, DevOps, Arkkitehtuuri, Projektipäällikkö, Team Lead 90 110000 Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
07/10/2024 16:35:23 Palkansaaja En 31-35 Mies 11 DI 0 Turku Tuotetalossa, jonka core-bisnes on softa 100 60 Senior Software Engineer 6000 78000 lisänä optiot Ei
|
||||
07/10/2024 16:45:30 Palkansaaja En 26-30 Mies 4.5 Tieto- ja viestintätekniikan insinööri 12.7 Turku Konsulttitalossa 100 75 Full stack developer 4000 50000 Kyllä
|
||||
07/10/2024 16:49:41 Palkansaaja En 41-45 Mies 20 Kandidaatti 0 Firmalla ei ole toimistoa Tuotetalossa, jonka core-bisnes on softa 100 0 CTO 8000 105000 Kyllä
|
||||
07/10/2024 16:54:40 Palkansaaja En 36-40 Mies 15 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 Full Stack Developer 9700 116000 Kyllä
|
||||
07/10/2024 16:55:52 Palkansaaja En 26-30 Nainen 5 Diplomi-insinööri 1.5 Turku Konsulttitalossa 100 50 Software Engineer 3500 43000 Ei
|
||||
07/10/2024 17:29:07 Palkansaaja En 36-40 Mies 10 3.5 Mehiläinen Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Senior Frontend Developer 5900 70800 Vain palkka, ei lomarahoja Ei
|
||||
07/10/2024 17:31:30 Laskuttaja En 36-40 Mies 13 Tietotekniikka-DI 10 3 SecDevOps, tietoturva 90 50000 Itse, Alihankintana teknistä tietoturvaa, kun tutut tarvitsevat apukäsiä. Suomesta Bug bountyt ei ole laskettuna tuntihintoihin.
|
||||
07/10/2024 17:58:51 Palkansaaja En 36-40 Nainen 4 Ammattikorkeakoulu 10 Tampere Konsulttitalossa 100 5 Full stack developer 3900 51000 Kyllä
|
||||
07/10/2024 18:11:13 Palkansaaja En > 55v Mies 30 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 2 Koodaava arkkitehti pilviprojekteissa 8100 102000 Kyllä
|
||||
07/10/2024 18:16:48 Laskuttaja En 31-35 Mies 3 Amk 10 1 Fullstack 60000 Itse Suomesta
|
||||
07/10/2024 18:32:22 Palkansaaja En 31-35 Mies 6 AMK 60 Sleek Tampere Konsulttitalossa 100 0 Senior software developer / Technical project manager 7500 90000 50% laskutuksesta, osa palkasta mahdollista sopia laittaa osakeohjelmaan tia henkilöstörahastoon Kyllä
|
||||
07/10/2024 18:58:41 Palkansaaja En 31-35 Mies 9 Diplomi-insinööri 3 OneByte Oy Tampere Tuotetalossa, jonka core-bisnes on softa 100 100 Fullstack Developer 4500 56250 Ehkä
|
||||
07/10/2024 19:21:20 Palkansaaja En 21-25 Mies 2 Ammattikoulu 20 Tampere Tuotetalossa, jonka core-bisnes on softa 100 15 Fullstack developer 3500 40000 Ei
|
||||
07/10/2024 19:22:20 Palkansaaja En 36-40 15 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 5000 60000 Ei
|
||||
07/10/2024 19:26:26 Laskuttaja En 36-40 Mies 16 AMK, YAMK 0 2.5 Seniorikehittäjä fullstack, .NET, Azure 126 180000 Itse Suomesta
|
||||
07/10/2024 19:38:18 Palkansaaja En 26-30 Mies 3 Filosofian maisteri (kieliteknologia) 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 Full stack developer 4300 52000 Optioita ja osakkeita. Molemmat vestautuvat n. 5 vuoden aikana. Ei
|
||||
07/10/2024 19:48:22 Palkansaaja En 31-35 Mies 10 AMK 1.3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Senior Software Developer 6080 78000 Kiinteä kuukausipalkka + vuosittainen tulospalkkio Kyllä Noin 95% etätyö Uudenmaan rajojen ulkopuolelta käsin Helsingissä toimivalle yritykselle.
|
||||
07/10/2024 19:58:19 Palkansaaja En 36-40 15 Maisteri 3 Tampere Konsulttitalossa 100 95 Software developer, consultant 5352 Kyllä
|
||||
07/10/2024 20:14:33 Palkansaaja En 31-35 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Team Lead 6800 170000
|
||||
07/10/2024 20:26:11 Palkansaaja En 36-40 Mies 12 FM 25 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Senior backend developer 5300 68000 Palkka + vuosibonus Kyllä
|
||||
07/10/2024 20:37:22 Palkansaaja En 31-35 10 Diplomi-insinööri 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) 100 0 5500 Kyllä
|
||||
07/10/2024 20:43:24 Palkansaaja En 36-40 5 30 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 80 90 Software developer 2300 0 Ei
|
||||
07/10/2024 21:06:03 Palkansaaja En 36-40 Mies 10 DI 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 95 Senior SRE 6500 11400 Optioita vestautuu n. 3000 euron edestä kuukaudessa. Firma ei ole pörssissä, joten vaikutus vuosikompensaatioon on vähän kyseenalainen, mutta laskin ne nyt silti mukaan täysimääräisinä. Kyllä
|
||||
07/10/2024 21:34:25 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 46-50 Mies 27 DI, Taiteen Yo 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Product owner 6000 78000 Palkka, omistusosuus yrityksestä (ei arvotettu laskuissa) Omistajana maksamme itsellemme hieman niukempaa palkkaa kuin markkinoilla saisimme Täällä lienee vastaajien joukossa paljon foundereita, mikä vääristää tuloksia vähän samoin kuin valeyrittäjät :) Kannattaa huomioida ensi kerralla.
|
||||
07/10/2024 21:56:17 Laskuttaja En 36-40 M 18 Alempi korkeakoulututkinto, tietojenkäsittely 15 3 Softakehitys: web frontend, backend 80 136000 Itse Ulkomailta
|
||||
07/10/2024 22:22:09 Palkansaaja En 41-45 Mies 16 Diplomi-insinööri 2.7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Fullstack developer 6908 107000 Kyllä
|
||||
07/10/2024 22:37:47 Palkansaaja En 26-30 Mies 4 Tietotekniikka, Aalto yliopisto 0 New York City Tuotetalossa, jonka core-bisnes on softa 100 0 Full-stack Software Engineer 13333 160000 palkka + paperiraha optiot Suomen tasoon verrattuna kyllä
|
||||
07/10/2024 22:38:43 Palkansaaja En 51-55 mies 25 Ohjelmistoinsinööri AMK 4.2 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 96.666 51 Data engineer 5138 69814 Kyllä luontaisedut (lounarit, kulttuuriseteli, työmatkaetu jne) voisi kysyä myös
|
||||
08/10/2024 07:25:05 Palkansaaja En 31-35 mies 10 insinööri 18 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 cloud specialist 6400 77000 Kyllä
|
||||
08/10/2024 08:12:50 Palkansaaja En 41-45 25 2 Oulu Tuotetalossa, jonka core-bisnes on softa Lead fullstack dev 6700 Kyllä
|
||||
08/10/2024 08:13:06 Palkansaaja En 26-30 Mies 6 LuK 47 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Integration architect 6200 77500 Kyllä
|
||||
08/10/2024 08:33:21 Palkansaaja En 26-30 mies 3 Tietotekniikan DI 5 Tampere Konsulttitalossa 100 40 Frontend developer 3700 47000 Ei
|
||||
08/10/2024 08:35:42 Palkansaaja En 31-35 Nainen 9 DI 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software developer 5475 68985 Kyllä
|
||||
08/10/2024 08:43:24 Laskuttaja En 36-40 Mies 17 AMK -8.3 5 Full stack 87 134630 Itse, Käytän välitysfirmoja Suomesta Valitsin pitkän ja varman projektin kovan tuntihinnan yli n. vuosi sitten.
|
||||
08/10/2024 09:16:46 Palkansaaja En 31-35 3 15 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 80 4500 Kyllä
|
||||
08/10/2024 09:46:04 Palkansaaja En 41-45 Mies 6 Filosofian maisteri (tietotekniikka) 0 Konsulttitalossa 100 1 Senior software consultant 5500 100000 Kiinteä kuukausipalkka + osingot perustuen yrityksen kokonaislaskutukseen Kyllä
|
||||
08/10/2024 10:04:55 Palkansaaja En 36-40 Mies 6 Alempi korkeakoulututkinto 7 SOK PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Lead Engineer 6500 85000 Kyllä
|
||||
08/10/2024 10:35:36 Palkansaaja En 31-35 Mies 9 AMK Ohjelmistoinsinööri 7 Jyväskylä Konsulttitalossa 100 0 AWS cloud & backend developer 5380 67000 Osa palkasta firman osakkeina
|
||||
08/10/2024 11:48:01 Palkansaaja En 41-45 Mies 20 FM 15 n8n Tampere (etänä Berliiniin) Tuotetalossa, jonka core-bisnes on softa 100 40 Engineering Manager 9580 115000 Palkan lisäksi pieni omistus firmasta virtuaaliosakkeina Kyllä
|
||||
08/10/2024 11:55:27 Palkansaaja En 41-45 Mies 17 Diplomi-insinööri 0 Turku Tuotetalossa, jonka core-bisnes on softa 100 1 Software architect 5400 67500 Kyllä
|
||||
08/10/2024 11:58:07 Palkansaaja En 51-55 M 25 DI 2 Compile PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 legacy maintainer 7722 101325 provisio Kyllä
|
||||
08/10/2024 12:00:19 Laskuttaja En 36-40 mies 14 Tietojenkäsittelyn tradenomi 0 3.5 Full stack devausta 90 150000 Käytän välitysfirmoja Suomesta, Ulkomailta Hyvä Juhis! <3
|
||||
08/10/2024 12:04:11 Palkansaaja En 31-35 Mies 10 Tietotekniikan DI 3 Mapbox PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Software Development Engineer II 11166 155829 Peruspalkan lisäksi optioita 15246€ arvosta vuodessa. 4 vuoden optiopaketti, joka näyttää jatkuvan uudella samanlaisella myöhemmin. Lisäksi epassin kautta 600€/vuosi + 400€ kulukorvauksen muodossa etätyöpisteen väline hankintoihin (pöytä, valaistus, internet, tms). Kyllä
|
||||
08/10/2024 12:05:15 Palkansaaja En 36-40 Mies 14 Diplomi-Insinööri 30 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Senior software engineer 8000 115000 Kyllä
|
||||
08/10/2024 12:10:47 Laskuttaja En 31-35 Mies 9 DI 0 4 Full stack devaus, pilvikonsultointi, aws, azure, kubernetes 95 160000 Käytän välitysfirmoja Suomesta
|
||||
08/10/2024 12:11:44 Palkansaaja En 36-40 mies 6 FM tietojenkäsittelytieteet 1.15 Turku Konsulttitalossa 100 5 Ohjelmistokehittäjä 4550 54600 En osaa sanoa
|
||||
08/10/2024 12:12:45 Laskuttaja En 36-40 Mies 12 DI tietotekniikka 0 2 Softadevausta (full stack) 74 124000 Käytän välitysfirmoja Suomesta
|
||||
08/10/2024 12:20:17 Palkansaaja En 26-30 mies 6 Maisteri, tietojärjestelmätieteet 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 80 40 Fullstack web developer 4500 Ei Joustava ja rento duuni, niin siedän pienempää palkkaa mitä ehkä vois saada. Lisä-stressi maksaa ekstraa. Ja terkkuja kotiväelle! IMO parempi ois kokonaispalkka (oletettu max työaika) kaikissa vastuksissa. En muista omaa "todellista" palkkaa, mut 100% työajan palkan muistan :D
|
||||
08/10/2024 12:22:37 Palkansaaja En 26-30 Mies 7 AMK 1.3 Futurice Konsulttitalossa 100 1 Full-Stack Developer 3920 54000 Peruspalkka + firman numeroihin perustuva muuttuva osa + open source -bonus Ei
|
||||
08/10/2024 12:24:08 Palkansaaja En 36-40 Mies 7 Luonnontieteiden alan maisteri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Data-arkkitehti 6000 72000 Osakkuus pienellä omistuksella Kyllä
|
||||
08/10/2024 12:27:28 Palkansaaja En 36-40 Mies 11 Tradenomi (AMK) 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 37.5 95 Senior Full Stack Engineer 6000 0 Kv-firmavertailussa ei ole kilpailukykyinen, Helsingin tasolla on kilpailukykyisempi.
|
||||
08/10/2024 12:32:50 Palkansaaja En 41-45 Mies 25 Insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 CTO 7200 86400 Palkka + optiot Kyllä
|
||||
08/10/2024 12:41:52 Palkansaaja En 36-40 Mies 14 Ylioppilas 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Backend developer 8000 462000 Kyllä
|
||||
08/10/2024 12:45:26 Palkansaaja En 26-30 mies 3 Tietojenkäsittelytieteen kandidaatti 1.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Fullstack developer 4120 50000 osakkeita voi ostaa Ei
|
||||
08/10/2024 12:57:26 Palkansaaja En 41-45 mies 17 Diplomi-insinööri 2.5 Robu PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full stack developer 6786 87337 Kyllä
|
||||
08/10/2024 12:58:16 Palkansaaja En 31-35 Mies 8 Insinööri (AMK) 8 Turku Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Software Engineer 5600 75000 Palkka + bonus 0-3kk palkan verran Kyllä
|
||||
08/10/2024 13:01:13 Laskuttaja En 31-35 9 DI 15 4 Backend 90 140000 Itse, Käytän välitysfirmoja Suomesta
|
||||
08/10/2024 13:05:57 Palkansaaja En 31-35 mies 17 ylioppilas 15 Turku Tuotetalossa, jonka core-bisnes on softa 100 75 ohjelmistokehittäjä 6500 80000 Kyllä
|
||||
08/10/2024 13:07:20 Palkansaaja En 31-35 Mies 13 FM, tietojenkäsittelytiede 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Senior Software Developer 7800 100000 50% laskutuksesta + mahdollinen firman tulokseen perustuva vuosibonus Kyllä
|
||||
08/10/2024 13:18:54 Palkansaaja En 26-30 M 6 DI 8 Oulu Tuotetalossa, jonka core-bisnes on softa 100 100 AI Software Engineer 4500 53000 optiot mahdollisia Palkka on kohtalainen, työtehtävät on kivoja. Olis tosi jees nähdä palkkavertailua
|
||||
08/10/2024 14:41:01 Palkansaaja En 46-50 Mies 20 Filosofian maisteri 2 Gofore oyj Tampere Konsulttitalossa 100 60 Software developer 5325 67500 Kyllä
|
||||
08/10/2024 15:06:20 Palkansaaja En 31-35 Mies 10 Maisteri 0 Gofore Jyväskylä Konsulttitalossa 100 0 Test Automation Specialist 4850 62500 Yrityksen tulokseen pohjaava bonus lisäksi Ei
|
||||
08/10/2024 15:06:51 Palkansaaja En 41-45 Mies 20 Tradenomi 0 Konsulttitalossa 100 0 Full stack developer 5500 100000 Kyllä
|
||||
08/10/2024 15:16:38 Palkansaaja En 41-45 Nainen 17 Ylempi korkeakoulu 8 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 5 Full stack developer 4900 61250 Kyllä
|
||||
08/10/2024 15:21:21 Palkansaaja En 36-40 Mies 17 DI 0 Swarmia PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Software Engineer 6500 78000 Kyllä
|
||||
08/10/2024 15:33:27 Palkansaaja En 36-40 Mies 16 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Allrounder 5550 66600 Ei
|
||||
08/10/2024 16:29:16 Palkansaaja En 51-55 M 25 FM 2 Valtio Kuopio Julkinen tai kolmas sektori 100 10 Arkkitehti 4500 55000 Ei kompensaatiota. Pitkät lomat Valtion normaali
|
||||
08/10/2024 16:58:26 Palkansaaja En 46-50 Mies 7 Ammattikoulu 1.2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 37.5 0 Frontend developer 5100 Ei
|
||||
08/10/2024 18:18:41 Laskuttaja En 26-30 Mies 12 Datanomi 0 1 Full-stack Developer 85 150000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
08/10/2024 18:19:35 Palkansaaja En 26-30 Mies 3.5 Diplomi-insinööri 20 Turku Tuotetalossa, jonka core-bisnes on softa 77.33 50 DevSecOps Engineer 4400 53000 Kyllä
|
||||
08/10/2024 18:53:25 Palkansaaja En 41-45 Mies 19 Diplomi-insinööri 3.8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 25 DevOps Engineer 5500 71000 Kuukausipalkka + päivystyskorvauksia Kyllä
|
||||
08/10/2024 20:37:01 Palkansaaja En 26-30 mies 4 Tekniikan kandidaatti 5.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Embedded software developer 5000 62000 Kyllä
|
||||
08/10/2024 21:46:30 Palkansaaja En 36-40 Mies 15 Diplomi-insinööri 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100 30 Cloud software architect 5500 85000 Enimmäkseen palkka, hieman optioita ja bonuksia Kyllä
|
||||
08/10/2024 22:03:39 Palkansaaja En 21-25 mies 53 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 2 10000 150000 peruspalkka + vuosibonus 0–40% + osakeohjelma Kyllä
|
||||
08/10/2024 22:04:11 Palkansaaja En 41-45 Mies 26 Ammattikoulu 30 Tampere Tuotetalossa, jonka core-bisnes on softa 100 90 Integration Expert 5500 74250 Kyllä
|
||||
08/10/2024 23:18:27 Palkansaaja En 31-35 mies 5 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 4700 Ei
|
||||
08/10/2024 23:46:56 Palkansaaja En 46-50 Mies 27 DI -25 Tampere Konsulttitalossa 100 80 Senior software developer 4000 50000 Firman osakkuus, joka korvaa pudonneen kuukausipalkan. Kyllä
|
||||
09/10/2024 06:18:18 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Apache hyökkäyshelikopteri 23 Filosofian maisteri 20 Saas Itse Suomesta Ei voi vastata kun yritysmuoto ei ole laskutettavaa työtä vaan saas tuotteen myymistä asiakkaille
|
||||
09/10/2024 09:05:39 Palkansaaja En 26-30 Mies 6 Ammattikorkeakoulu (Ohjelmistokehitys) 10 Tampere Konsulttitalossa 100 80 Full Stack Software Developer 4500 56000 Ei
|
||||
09/10/2024 10:36:10 Palkansaaja En 36-40 12 Diplomi-insinööri 5.4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Software Engineer 6850 85500 Kyllä
|
||||
09/10/2024 10:47:46 Palkansaaja En 41-45 Mies 17 DI 2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Mainly full-stack development 11500 157000 Bonari kerran vuodessa Kyllä
|
||||
09/10/2024 11:19:19 Laskuttaja En 31-35 mies 11 Tietotekniikan DI 0 3 full stack + arkkitehti 90 100000 Käytän välitysfirmoja Suomesta
|
||||
09/10/2024 11:52:52 Laskuttaja En 41-45 Mies 20 Diplomi-insinööri -5 3 Softadevausta (full stack) 80 125000 Käytän välitysfirmoja Suomesta
|
||||
09/10/2024 13:41:17 Palkansaaja En 31-35 Nainen 10 Filosofian Maisteri, Helsingin yliopisto 9.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior full-stack developer ja esihenkilö 6350 80000 Kyllä
|
||||
09/10/2024 14:38:06 Laskuttaja En 36-40 Mies 14 Diplomi-insinööri 5 3 Cloud, DevOps, tietoturva, scrum master, projektipäällikkö 95 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
09/10/2024 15:17:34 Palkansaaja En 36-40 Nainen 15 Ylempi korkeakoulututkinto - ekonomi 2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Cloud solution Architect - Data&AI 6820 103000 Bonus malli joka perustuu Pilvi myynnin lukuihin 75% ja oma kontribuutio 25% - bonus vuosipalkasta välillä 0-20%. Kyllä
|
||||
09/10/2024 15:24:37 Palkansaaja En 21-25 Mies 3 Tietojenkäsittelytieteen kandi 23 Tietoevry Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 SW Developer 3700 45000 Lounasetu, Liikuntaetu, pyöräetu Ei
|
||||
09/10/2024 15:34:58 Palkansaaja En 36-40 Mies 13 Lukio 12 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Senior software developer 6200 74400 Kyllä
|
||||
09/10/2024 20:04:41 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Mies 10 Humanististen tieteiden kandidaati 10 4 Full stack, mobiili 90 160000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
09/10/2024 20:06:42 Palkansaaja En 41-45 mies 26 DI 5 Aiven PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 15 Senior software engineer 6475 80900 optio-ohjelmassa mukana mutta toistaiseksi sieltä ei saa tuloja Kyllä
|
||||
09/10/2024 20:11:43 Palkansaaja En 26-30 Nainen 8 Ylempi korkeakoulututkinto tietojenkäsittelystä 14 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Team tech lead 6500 78000 Kyllä
|
||||
09/10/2024 20:16:46 Palkansaaja En 36-40 Mies 12 Insinööri (AMK) 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Full-stack developer 5100 66300 Kyllä
|
||||
09/10/2024 20:20:59 Palkansaaja En 36-40 mies 8 insinööri (amk) 0 Mavericks PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Senior software developer 6900 83000 Kyllä
|
||||
09/10/2024 20:24:27 Laskuttaja En 41-45 mies 18 insinööri 0 3 full stack 85 140000 Käytän välitysfirmoja Suomesta
|
||||
09/10/2024 20:47:50 Palkansaaja En 36-40 Mies 18 FK 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Software Developer 8900 112000 Optioita Kyllä
|
||||
09/10/2024 22:23:34 Palkansaaja En 31-35 mies 10 Tietojenkäsittelytieteen kandidaatti 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 100 Senior software developer 5400 67900 Ei
|
||||
10/10/2024 00:22:33 Palkansaaja En 36-40 8 DI -10 SOK PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Data Engineer 5800 palkka+bonus Kyllä
|
||||
10/10/2024 00:30:13 Palkansaaja En 46-50 Mies 26 FM, matematiikka 2 Nordcloud Jyväskylä Konsulttitalossa 100 60 Solution Architect 6550 81875 0-15% bonus Ei
|
||||
10/10/2024 07:23:33 Palkansaaja En 31-35 Mies 12 Automaatioasentaja 0 Oulu Konsulttitalossa 100 1 Seniori Full-stack Developer 6600 79200 Kyllä
|
||||
10/10/2024 08:07:11 Palkansaaja En 46-50 Mies 22 FM, tietojenkäsittely 3 Turku Konsulttitalossa 100 5 Senior consultant 7500 80000 Kyllä
|
||||
10/10/2024 08:08:52 Laskuttaja En 31-35 Mies 10 AMK 0 3 full stack devausta 80 130000 Käytän välitysfirmoja Suomesta
|
||||
10/10/2024 08:10:37 Palkansaaja En 26-30 Mies 6 Lukio 8 Visma Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Senior Fullstack Developer 3875 46500 Ei
|
||||
10/10/2024 08:55:01 Palkansaaja En 36-40 Mies 10 Tekniikan kandidaatti 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Senior software engineer 6000 75000 Optioita Kyllä
|
||||
10/10/2024 09:03:44 Laskuttaja En 36-40 N/A 15 DI -1 5 softadevaus, team lead, devops 160000 Itse Suomesta
|
||||
10/10/2024 10:13:53 Palkansaaja En 31-35 Mies 8 Dippainssi 7 Metacore PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Programmer 6300 87500 Osakeohjelma + 500eur hupirahaa siivoojaan/privakokkiin/remppaajaan kuussa palkan päälle + perus lounari/kulttuuri/hieronta yms edut. Kyllä
|
||||
10/10/2024 11:15:46 Laskuttaja En 41-45 Mies 11 Diplomi-insinööri, tietoliikennetekniikka 0 2 Softadevaus, backend 80 134000 Käytän välitysfirmoja Suomesta
|
||||
10/10/2024 11:37:10 Palkansaaja En 51-55 mies 30 yo 0 Turku Tuotetalossa, jonka core-bisnes on softa 100 50 full-stack software developer 5000 62500 Optioina pienen pieni siivu yrityksestä Todennäköisesti enemmänkin olisi mahdollista saada
|
||||
10/10/2024 11:38:39 Palkansaaja En 31-35 mies 9 IT-tradenomi 7.8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Support / System specialist 4190 54400 Kyllä
|
||||
10/10/2024 11:54:25 Palkansaaja En 36-40 Mies 13 DI 1 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 DevOps / Infra engineer 5325 67600 Vuosittainen tulokseen perustuva bonus Kyllä
|
||||
10/10/2024 12:00:55 Laskuttaja En 26-30 Mies 9 Kandi 1.4 2 Full stack web dev 70 102000 Itse, Käytän välitysfirmoja Suomesta
|
||||
10/10/2024 13:42:43 Palkansaaja En 31-35 Mies 15 AMK PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 Cloud Architect 7200 200000 Base + yearly bonus + stock Kyllä
|
||||
10/10/2024 15:15:11 Palkansaaja En 36-40 mies 11 Tradenomi (AMK) 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Software developer 5787 72000 Kyllä
|
||||
10/10/2024 16:34:22 Palkansaaja En 41-45 mies 18 diplomi-insinööri 7 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 CTO 8000 130000 Vuositulokseen perustuva bonus Kyllä
|
||||
10/10/2024 20:25:56 Palkansaaja En 36-40 Mies 13 Alempi korkeakoulututkinto 7 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 70 Senior Software Engineer 5600 72000 Ei
|
||||
10/10/2024 21:16:35 Palkansaaja En 36-40 mies 13 DI (TKK/Aalto) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Senior fullstack developer 6600 83000 Optioita Olen tietoisesti tinkinyt palkkatasosta ja priorisoinut mielekästä työtä sopivassa porukassa ja oikealla meiningillä Olin vuosi sitten perhevapaalla, ja tämä vaikutti ainakin palkan muutoksen kirjaamiseen
|
||||
10/10/2024 21:45:45 Laskuttaja En 46-50 Mies 20 DI 0 2 full stack 100 160000 Itse, Käytän välitysfirmoja Suomesta
|
||||
10/10/2024 21:49:13 Palkansaaja En 36-40 Mies 5 AMK 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Software developer 4750 59375 Kyllä
|
||||
11/10/2024 00:28:44 Palkansaaja En 21-25 Mies 2 Elektroniikka ja Sähkötekniikka, tekniikan ylioppilas 17 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 40 20 Ful stack developer 1360 Ei
|
||||
11/10/2024 11:57:17 Palkansaaja En 26-30 3 fm 20 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 1 2500 Kyllä
|
||||
11/10/2024 12:26:19 Laskuttaja En 36-40 mies 16 viittä-vaille diplomi-insinööri 3 3 full stack, arkkitehtuuria, lead dev 156000 Itse Suomesta
|
||||
11/10/2024 12:29:21 Palkansaaja En 36-40 Mies 20 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Principal Architect 6600 80000 Kyllä
|
||||
11/10/2024 12:29:23 Palkansaaja En 46-50 Mies 8 FM tietojenkäsittely PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Software Architect 7050 88125 Ei ole Kyllä
|
||||
11/10/2024 12:30:07 Palkansaaja En 31-35 Mies 7 Luonnontieteiden kandidaatti 3 Tampere Konsulttitalossa 100 5 Fullstack developer/konsultti 5790 69000 Kyllä
|
||||
11/10/2024 12:30:16 Laskuttaja En 31-35 Mies 12 Ammattikoulu 5 10 Markkinointiviestintä: Verkkosivut, verkkokaupat. 54 70000 Itse Suomesta
|
||||
11/10/2024 12:30:45 Palkansaaja En 36-40 Mies 19 Ylioppilas 0 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 95 Digital manager 6900 86250 Kyllä
|
||||
11/10/2024 12:31:05 Laskuttaja En 36-40 15 DI 10 5 101 160000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:31:14 Laskuttaja En 31-35 M 10 Kandi 10 3 Full stack 69 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:31:21 Laskuttaja En 26-30 man 3 none 25 2 full stack 40 65000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:31:32 Laskuttaja En 41-45 Mies 15 Diplomi-insinööri 0 1.5 full stack devaus 80 120000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
11/10/2024 12:31:52 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 36-40 Mies 20 Tietojenkäsittelytieteen kandi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 100 Software engineer 8000 200000 Kyllä
|
||||
11/10/2024 12:32:03 Palkansaaja En 36-40 4 FM TKT 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 2 Full stack developer 4900 61250 Ei bonuksia Kyllä
|
||||
11/10/2024 12:32:08 Laskuttaja En 31-35 mies 8 Tietotekniikan DI (Aalto) 10 4 Full stack devausta 185000 Itse Ulkomailta
|
||||
11/10/2024 12:32:34 Palkansaaja En 31-35 Nainen 10 Tradenomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Fullstack 5900 77000 Kyllä
|
||||
11/10/2024 12:32:42 Palkansaaja En 31-35 mies 9 IT-Tradenomi 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Senior software developer / Team Lead 6350 0 Kyllä
|
||||
11/10/2024 12:32:44 Palkansaaja En 26-30 Mies 5 Kesken jäänyt tietotekniikan DI-tutkinto 14.29 Kuopio Tuotetalossa, jonka core-bisnes on softa 100 0 Lead Developer 4000 48000 Ei
|
||||
11/10/2024 12:32:52 Palkansaaja En 41-45 Mies 20 AMK 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Test Automation Specialist 5300 67000 Kyllä
|
||||
11/10/2024 12:33:02 Palkansaaja En 36-40 Mies 15 AMK 4 Vaasa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Solution Architect 5700 75000 Ei
|
||||
11/10/2024 12:33:15 Palkansaaja En 26-30 Mies 6 Tietotekniikan kandidaatti 10 Tampere Konsulttitalossa 40 60 1557 Sopimus yliopisto-opintojen ohessa. Optio tehdä 100% asti itse niin halutessa Kyllä
|
||||
11/10/2024 12:33:34 Palkansaaja En 36-40 Mies 13 Insinööri amk 22 Tuotetalossa, jonka core-bisnes on softa 100 0 Full stack developer 5000 62500 Kyllä
|
||||
11/10/2024 12:33:45 Palkansaaja En 26-30 Mies 4 Lukio 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 XR Developer 5000 60000 Kyllä
|
||||
11/10/2024 12:33:47 Palkansaaja En 41-45 mies 14 tietotekniikan DI-opiskelija 0 Bradley's Digital Tampere Konsulttitalossa 100 5 Senior software developer 6320 80000 Kyllä
|
||||
11/10/2024 12:33:48 Palkansaaja En 26-30 8 Tietotekniikan DI 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Consultant | Full Stack Developer 5485.5 Kyllä
|
||||
11/10/2024 12:33:50 Palkansaaja En 41-45 Mies 10 Diplomi-insinööri 3 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Cloud Architect 7000 95000 Kiinteä palkka + vuosibonus Kyllä
|
||||
11/10/2024 12:33:55 Palkansaaja En 31-35 nainen 9 IT-tradenomi 4 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 Frontend developer 5760 0 Kyllä
|
||||
11/10/2024 12:33:56 Palkansaaja En 31-35 Mies 11 Tradenomi 15 Smartly.io PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Lead Full-Stack Software Engineer 6800 94884 base + bonus + optiot Kyllä
|
||||
11/10/2024 12:34:09 Palkansaaja En 21-25 Mies 1 Lukio, yliopisto kandidaatti opiskelija 4. Vuosi 10 Netum oy Tampere Konsulttitalossa 20 10 Junior cloud developer 560 6720 Palkka Kyllä Osaaikainen työ opiskeluje ohella, kesällä täysi päivä mutta niitä lukemia en huomioinut
|
||||
11/10/2024 12:34:10 Palkansaaja En 36-40 13 Kandidaatti PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Software developer 6300 Kyllä
|
||||
11/10/2024 12:34:44 Palkansaaja En 41-45 Nainen 17 LuK (tietojenkäsittelytiede) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Engineering Team Lead 6500 150000 Osakkeet merkittävä osa kompensaatiota Kyllä
|
||||
11/10/2024 12:35:03 Palkansaaja En 36-40 Mies 7 Tradenomi, AMK, Tietojenkäsittely 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Senior Software Developer 6500 78000 On, mutta palkkakehitys ei
|
||||
11/10/2024 12:36:05 Palkansaaja En 31-35 Mies 8 Ylioppilas 20 Konsulttitalossa 100 0 Software developer 4800 55000 Kyllä
|
||||
11/10/2024 12:36:16 Palkansaaja En 36-40 Mies 7 AMK 7 Tampere Tuotetalossa, jonka core-bisnes on softa 100 5 4315 55000
|
||||
11/10/2024 12:36:24 Palkansaaja En 36-40 Mies 9 Tradenomi, Tietojenkäsittely 5 Tampere Konsulttitalossa 100 90 Senior backend developer 4500 54000 Ei
|
||||
11/10/2024 12:36:35 Palkansaaja En 15-20 Mies 3 Ammattikoulu 25 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 67 0 Fullstack Developer 1432 17184 Ei mutta osaaikainen tällä hetkellä
|
||||
11/10/2024 12:36:36 Palkansaaja En 26-30 Mies 7 Melkein tietotekniikan maisteri 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Fullstack JS developer 6450 95000 Kuukausipalkka + vuosineljännes stonksit Kyllä
|
||||
11/10/2024 12:37:03 Palkansaaja En 26-30 mies 8 Luonnontieteiden kandidaatti, tietojenkäsittelytiede 6 Tampere Tuotetalossa, jonka core-bisnes on softa 100 2.5 Senior Mobile Developer 5250 5250 Kyllä
|
||||
11/10/2024 12:37:30 Palkansaaja En 26-30 Nainen 7.5 Tekniikan ylioppilas (Yliopisto TKT, ei tutkintoa otettu ulos) 0 Oulu Konsulttitalossa 100 40 Lead developer (full-stack) 7500 96000 Kyllä
|
||||
11/10/2024 12:38:36 Palkansaaja En 41-45 24 YAMK 20 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 8800 Kyllä
|
||||
11/10/2024 12:39:11 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri 7 Tampere Tuotetalossa, jonka core-bisnes on softa 100 40 Full stack developer 5700 72000 Kyllä
|
||||
11/10/2024 12:39:23 Palkansaaja En 26-30 Mies 9 AMK 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Full-stack developer 4200 50400 Joskus saadaan optioita. Ei palkankorotuksia (ei indeksikorotusta) Ei Toivottavasti nämä kyselyt jatkuvat vielä monta vuotta <3
|
||||
11/10/2024 12:39:45 Palkansaaja En 41-45 Mies 3 Amk 5 Oulu Konsulttitalossa 100 50 Software engineer 3800 47500 Ei mitään Ei Muutosneuvottelut päällä
|
||||
11/10/2024 12:39:52 Palkansaaja En 26-30 M 6 AMK 5 Nordcloud Konsulttitalossa 100 20 Software Developer 4500 54000 Kyllä
|
||||
11/10/2024 12:40:04 Laskuttaja En 36-40 Mies 14 DI 20 11 full stack 90 162000 Itse Suomesta
|
||||
11/10/2024 12:40:12 Palkansaaja En 46-50 mies 23 amk 1 Oulu Konsulttitalossa 100 50 backend developer 7800 97500 Kyllä
|
||||
11/10/2024 12:40:23 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 4 Tietotekniikan DI 7.5 0 Mobiili, full stack 65 110000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:40:56 Palkansaaja En 31-35 Nainen 12 Maisteri, insinööri, YAMK 3 Tampere Konsulttitalossa 100 5 Web developeriaa vastuullisempi duuni, ei esihenkilö tai tulosvastuuta 5000 65000 Ei ole Kyllä
|
||||
11/10/2024 12:41:01 Palkansaaja En 31-35 Mies 7 tietotekniikan insinööri (AMK) 3 ATR Soft Oy Turku Konsulttitalossa 100 50 Fullstack software developer, AI Expert 3600 43400 Ei
|
||||
11/10/2024 12:41:45 Palkansaaja En 36-40 mies 17 FM (tietojenkäsittelytiede) 15 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Lead Developer 8600 125000 Kuukausipalkka + optio-ohjelma Kyllä
|
||||
11/10/2024 12:41:47 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri 25 Turku Konsulttitalossa 100 0 Backend developer 6500 81250 Kyllä
|
||||
11/10/2024 12:42:46 Laskuttaja En 46-50 13 Yliopistotutkinto 11 Softakehitys, koulutus 85 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:43:02 Palkansaaja En 36-40 Mies 15 Ylioppilas 0 Turku Konsulttitalossa 100 0 Senior Software Developer 6900 167000 osinkoja Kyllä
|
||||
11/10/2024 12:43:10 Palkansaaja En 36-40 mies 15 yliopisto 0 Reaktor Tampere Konsulttitalossa 100 80 Senior Software Developer / Devops engineer 5670 71000 En osaa sanoa.
|
||||
11/10/2024 12:43:15 Palkansaaja En 41-45 Mies 4 Amk insinööri 30 SOK PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Full stack Developer 4800 60000 Kyllä
|
||||
11/10/2024 12:43:56 Palkansaaja En 46-50 Mies 18 Valtiotieteen maisteri 4 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 99 machine learning engineer 7300 93000 Kyllä Analysoinnin kannalta kannattaisi strukturoida esim. koulutustaustakysymyksiä (koulutusaste (perus, ammatillinen, yliopisto alempi/ylempi, ...).
|
||||
11/10/2024 12:44:08 Palkansaaja En 46-50 Mies 20 Ammattikorkeakoulu 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 Projektipäällikkö 4515 57000 Ei
|
||||
11/10/2024 12:44:49 Palkansaaja En 26-30 mies 4 Master's in Software Engineering and Digital Transformation 2.9 Turku Tuotetalossa, jonka core-bisnes on softa 100 10 Flutter developer 5350 67000 Kyllä
|
||||
11/10/2024 12:45:19 Laskuttaja En 36-40 Mies 12 Yliopisto 0 2 Scrum Master, Agile Coach, PO, Project Manager 100 157000 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:46:10 Laskuttaja En 36-40 Mies 23 0 10 325000 Itse Ulkomailta
|
||||
11/10/2024 12:46:27 Palkansaaja En 36-40 Mies 1 Tieto ja viestintätekniikan insinööri -5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Software developer 2800 Ei
|
||||
11/10/2024 12:46:38 Palkansaaja En 31-35 Mies 6 AMK-insinööri 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Full stack developer 4317.63 54000 Ei
|
||||
11/10/2024 12:47:04 Palkansaaja En 31-35 Mies 14 Datanomi 0 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Software developer 6000 85000 Kyllä
|
||||
11/10/2024 12:47:04 Palkansaaja En 31-35 Mies 12 Tietotekniikan maisteri 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Senior developer 7000 84000 Optioita ja stonkseja, ei erityisen merkkittävä osuus Kyllä
|
||||
11/10/2024 12:47:19 Palkansaaja En 41-45 nainen 4 1 Joensuu Konsulttitalossa 80 75 full stack developer 2426 30000 Ei
|
||||
11/10/2024 12:47:25 Palkansaaja En 41-45 M 17 LuK 3 Tampere Konsulttitalossa 100 95 4800 68000 Kyllä
|
||||
11/10/2024 12:48:11 Laskuttaja En 36-40 Mies 17 Filosofian maisteri, ohjelmistotekniikan linja, JYU 0.5 6 Tech lead ja devausroolia 90 160000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 12:48:44 Palkansaaja En 26-30 Nainen 6 Tietojenkäsittelyn tradenomi 3 Turku Konsulttitalossa 100 10 Frontend developer 4250 55000 Kyllä
|
||||
11/10/2024 12:48:49 Palkansaaja En 41-45 nainen 5 0 Mehiläinen Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Frontend developer 3600 43200 Ei
|
||||
11/10/2024 12:49:01 Palkansaaja En 26-30 mies 6 AMK 2 Tampere Konsulttitalossa 100 100 Software developer 3896 Ei
|
||||
11/10/2024 12:50:10 Palkansaaja En 31-35 Mies 5 Tradenomi, tietojenkäsittelyn ko 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 97 2 Software Developer (C# full-stack) 4150 54000 Kyllä
|
||||
11/10/2024 12:51:11 Palkansaaja En 31-35 mies 17 Datanomi 0 Jyväskylä Konsulttitalossa 100 5 Senior consultant / Full-stack 6000 75000 Osingot osakkaille, satunnaisia bonuksia Kyllä
|
||||
11/10/2024 12:51:12 Palkansaaja En 41-45 Mies 25 Tietotekniikan diplomi-insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 70 Software developer 7130 103000 Kompensaatio muodostuu alenevassa järjestyksessä palkasta, osingoista, ja boonuksesta Kyllä
|
||||
11/10/2024 12:51:16 Palkansaaja En 41-45 mies 16 Tradenomi, tietojenkäsittely 8 Tampere Konsulttitalossa 100 45 Senior developer 5400 67500 Kyllä
|
||||
11/10/2024 12:51:18 Palkansaaja En 31-35 Mies 12 Datanomi 0 Loihde PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Senior Consultant 8400 95000 Kyllä
|
||||
11/10/2024 12:51:40 Palkansaaja En 46-50 Mies 22 Alempi korkeakoulututkinto 3 Tuotetalossa, jonka core-bisnes on softa 100 0 Principal engineer 12000 220000 Kyllä
|
||||
11/10/2024 12:52:10 Laskuttaja En 36-40 mies 14 ylempi amk 0 3 ohjelmointi, tuotehallinta, analytiikka, valmennus 100 167000 Itse Suomesta
|
||||
11/10/2024 12:53:00 Palkansaaja 51-55 Mies 25 Korkeakoulu 0 Tampere Konsulttitalossa 100 5 Johtava konsultti 7200 90000 Kyllä Keikkoja on vähemmän tarjolla. Osa toimittajista on niin pulassa että myy hyvää osaamista polkuhintaan eikä pysty myöhemmin toimittamaan annetuilla hinnoilla. Kaikki häviävät tässä pelissä.
|
||||
11/10/2024 12:53:06 Palkansaaja 31-35 mies 10 Tekniikan kandidaatti(TTY) 1.7 Tampere Tuotetalossa, jonka core-bisnes on softa 100 5 Senior full stack developer 6120 73440 Kyllä
|
||||
11/10/2024 12:53:33 Palkansaaja En 31-35 Mies 8 Ammattikorkeakoulu 0 Reaktor Innovations Oyj PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Full Stack Developer, 5500 66000 työlounas En tiedä Palkka varmaan riippuu myös spefisien teknologien osaamisesta (esim aws-kokemus ja backend kieli X)
|
||||
11/10/2024 12:53:39 Palkansaaja En 26-30 Mies 7 Tietojenkäsittelyn tradenomi 2.3 Solita Tampere Konsulttitalossa 100 15 Frontend developer 4135 49620 Ei
|
||||
11/10/2024 12:55:20 Palkansaaja En 31-35 nainen 2 FM, digitaalinen kielentutkimus 14 ATR Soft Turku Konsulttitalossa 100 50 AI Specialist 3189 Ei
|
||||
11/10/2024 12:55:24 Palkansaaja En 41-45 Mies 7 Diplomi-insinööri 5 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 0 Full stack developer, kaikkea frontin ja bäkin välillä, myös AWS ja CI/CD-hommat. 4400 56000 Vuosituloissa bonus, jonka määrä ollut aika vähäinen. Kyllä
|
||||
11/10/2024 12:55:35 Palkansaaja En 26-30 M 6 Kandidaatin tutkinto, Tietojenkäsittelytiede 4 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 15 Koodari 5600 70000 Kyllä
|
||||
11/10/2024 12:55:43 Laskuttaja En 31-35 Mies 11 Korkeakoulu 5 1.5 Softadevausta, erityisesti frontend 95 140000 Itse Suomesta, Ulkomailta
|
||||
11/10/2024 12:56:20 Palkansaaja En 36-40 nainen 6 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Software developer 5500 Kyllä
|
||||
11/10/2024 12:56:54 Palkansaaja En 36-40 Mies 13 Insinööri (AMK) 2.2 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Software Developer 5700 74000 Osakkeita voi ostaa. Bonus kerran vuodessa. Kyllä
|
||||
11/10/2024 12:57:23 Palkansaaja En 41-45 mies 17 tekn. kand., tietotekniikka 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 data architect 6520 81500 Kyllä
|
||||
11/10/2024 12:58:15 Palkansaaja En 26-30 Mies 5 Diplomi-insinööri 5 Tampere Konsulttitalossa 80 30 Software developer 4200 Ei
|
||||
11/10/2024 12:58:50 Palkansaaja En 31-35 nainen 8 FM 0 Solita PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 86 20 Software designer 5050 Vain kuukausipalkka Kyllä
|
||||
11/10/2024 12:59:02 Palkansaaja En 26-30 mies 7 Ohjelmistotekniikan DI 0 Turku Tuotetalossa, jonka core-bisnes on softa 100 0 Lead Developer 3150 40000 Omistusosuus kasvavasta SaaS tuotteesta Ei
|
||||
11/10/2024 12:59:17 Palkansaaja En 21-25 Mies 1 AMK 0 Lahti Tuotetalossa, jonka core-bisnes on softa 100 30 Full Stack dev 3000 Ei
|
||||
11/10/2024 13:00:36 Laskuttaja En 36-40 mies 13 diplomi-insinööri 0 2 full stack, arkkitehtuuri, mobiili, ai 100 90000 Itse Suomesta oman softan myynti tms. ei tartu kyselyyn
|
||||
11/10/2024 13:01:09 Palkansaaja En 36-40 mies 8 Alempi korkeakoulututkinto 4.3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 20 Full stack software developer consultant 5690 68280 Kyllä
|
||||
11/10/2024 13:01:25 Palkansaaja En 31-35 mies 9 diplomi-insinööri 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 senior frontend developer 6000 72000 optioita on kun startup kyseessä Kyllä
|
||||
11/10/2024 13:02:19 Laskuttaja En 36-40 Mies 12 Tradenomi 10 12 WordPress-devaus 115 170000 Itse Suomesta Toimin yksinyrittäjänä Arcode Oy yrityksessä.
|
||||
11/10/2024 13:03:10 Palkansaaja En 41-45 Mies 20 FT 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 CTO 10250 Optiojärjestelmä, laskennallinen hyöty n. 200 000 euroa vuodessa. Kyllä
|
||||
11/10/2024 13:03:30 Palkansaaja En 41-45 Mies 25 Filosofian maisteri (Tietojenkäsittelytiede) 15 Saksalainen pörssiyhtiö PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Team lead / Software Engineer 12500 180000 Palkan lisänä bonus ja RSU-osakkeet Kyllä Viime vuoden kyselyn tuloksissa oli outlier-datapisteitä, koska jotkut olivat vastanneet tuhansina euroina kohtiin joissa kysyttiin euroja. esim lukuna oli 150 kun olisi pitänyt olla 150000. Heitto suuruusluokassa onniin iso, että nämä yksittäiset osumat voisi yrittää poimia tämän vuoden datasta ja joko jättää huomiotta tai kertoa tuhannella.
|
||||
11/10/2024 13:03:58 Palkansaaja En 26-30 Mies 2 Luonnontieteiden kandidaatti (tietojenkäsittelytiede) 22 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Infrastructure Engineer 4300 51600 Ei
|
||||
11/10/2024 13:04:24 Palkansaaja En 46-50 Mies 29 AMK + YAMK 20 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 90 Johtaja 10000 133000 osakeohjelma, lounasetu Kyllä
|
||||
11/10/2024 13:04:53 Palkansaaja En 21-25 Nainen 6 Ammattikoulu 8 Turku Konsulttitalossa 100 1 Backend Developer 3400 46000 Ei
|
||||
11/10/2024 13:06:03 Palkansaaja En 36-40 Mies 11 Tietoliikenne ammattitutkinto, FM TKT 2 Etteplan Konsulttitalossa 100 0 Software developer 4980 68000 Ei
|
||||
11/10/2024 13:08:22 Palkansaaja En 26-30 11 Datanomi 1.3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 75 5500 Ei
|
||||
11/10/2024 13:08:36 Palkansaaja En 36-40 Mies 12 Insinööri (AMK) 1 Solita PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Software Designer 6000 75000 Kyllä
|
||||
11/10/2024 13:09:37 Palkansaaja En 36-40 Mies 15 DI 1 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Senior fullstack developer 5320 66000 Ei
|
||||
11/10/2024 13:10:24 Palkansaaja En 31-35 Mies 2 Luonnontieteen kandidaatti 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Fullstack developer 3450 Ei
|
||||
11/10/2024 13:10:46 Palkansaaja En 41-45 mies 20 Insinööri (amk) 2 Turku Konsulttitalossa 100 95 Senior industry consultant/developer, MES/PLM systems 5350 68000 perus kiinteä kk-palkka, firman bonus (ei maksettu viime vuosina koska firma ei päässyt tavoitteisiinsa), tänä vuonna 5v bonus Ei
|
||||
11/10/2024 13:11:14 Palkansaaja En 26-30 Mies 6 Tietojenkäsittelyn tradenomi 0 Tampere Konsulttitalossa 100 99 Full Stack Developer 3500 4200 Ei
|
||||
11/10/2024 13:11:25 Palkansaaja En 31-35 mies 10 Tietotekniikan diplomi-insinööri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Senior Full-Stack Software Engineer 6700 80000 Listaamattoman yrityksen optioita ~15k vuodessa Kyllä
|
||||
11/10/2024 13:11:54 Palkansaaja En 21-25 Mies 2 Tekniikan kandidaatti, Tietotekniikka 40 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 40 50 Full-stack Software Developer 1560 28000 +osakkeita Kyllä Teen töitä opiskeluiden ohella, joten kyselyssä oli hankala erotella lukukauden aikainen osa-aikatyö ja kesän aikainen täysipäiväinen työ, etenkin vuosiansioissa
|
||||
11/10/2024 13:11:59 Palkansaaja En 31-35 mies 11 Tietotekniikan diplomi-insinööri -14 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full-stack software developer 6900 80000 pohjapalkka 3k, jos palkka jäisi muuten sen alle, muuten provisio 45 % laskutuksesta, plus bonukset kerran vuosineljänneksessä Kyllä
|
||||
11/10/2024 13:12:31 Palkansaaja En 26-30 Mies 5 Tietotekniikan di 1 Reaktor Turku Konsulttitalossa 100 60 Full stack 4726 60000 Osakkeet, vuosibonus Kyllä
|
||||
11/10/2024 13:13:04 Palkansaaja En 36-40 Mies 12 Ylioppilas 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 30 Senior Software Developer 7100 91875 Kyllä
|
||||
11/10/2024 13:14:36 Palkansaaja En 26-30 Mies 3 AMK 5 Solita Tampere Konsulttitalossa 100 10 Cloud Engineer 3900 46800 Kyllä
|
||||
11/10/2024 13:16:29 Palkansaaja En 41-45 Mies 15 Tekn. YO 3 Tampere Konsulttitalossa 100 20 Senior Software Architect 5300 0 Kyllä
|
||||
11/10/2024 13:17:24 Palkansaaja En 26-30 Mies 8 Alempi korkeakoulututkinto 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 99 Fullstack developer 5150 64375 Kyllä
|
||||
11/10/2024 13:20:02 Laskuttaja En 46-50 Mies 23 DI 0 9 Fullstack-kehitystä, arkkitehtuuria, konsultointia 85 24000 Käytän välitysfirmoja Suomesta Laskuttettavan työn lisäksi nostan palkkaa oman tuotteen firmasta.
|
||||
11/10/2024 13:20:14 Palkansaaja En 41-45 Mies 15 Ylioppilas / Datanomi 10 Resistomap PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 Full-stack developer 5800 78000 Kyllä
|
||||
11/10/2024 13:20:48 Palkansaaja En 36-40 Mies 10 Insinööri (AMK) 0 Oulu Konsulttitalossa 100 10 Senior Frontend developer 7250 92000 osinkoja tulee 10% tuloksesta mikä on n. 2000-3000 vuosittain Kyllä
|
||||
11/10/2024 13:21:41 Palkansaaja En 46-50 Mies 20 Ylioppilas 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Team lead 6850 100000 Bonusprosentti EBITDA ja muutamalla muulla mittarilla Kyllä
|
||||
11/10/2024 13:21:41 Laskuttaja En 46-50 Mies 20 PhD 0 3 Data science, data engineering, sw development 120 240000 Itse Ulkomailta
|
||||
11/10/2024 13:22:19 Palkansaaja En 36-40 Mies 15 Tietotekniikan Insinööri 1 Reaktor Turku Konsulttitalossa 100 90 Senior software developer 5670 75000 Kyllä
|
||||
11/10/2024 13:24:02 Palkansaaja En 46-50 Mies 19 KTM 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Lead developer 7100 101000 Kyllä
|
||||
11/10/2024 13:25:00 Laskuttaja En 31-35 mies 10 yliopisto -5 2 data 95 155000 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 13:26:33 Palkansaaja En 31-35 mies 7 Ohjelmistotekniikan insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Android native developer 5100 200 Kyllä
|
||||
11/10/2024 13:28:05 Palkansaaja En 26-30 Mies 3 Lukio 6 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Software Development Consultant 4360 54500 Ei
|
||||
11/10/2024 13:28:24 Laskuttaja En 41-45 mies 20 filosofian maisteri, tietojenkäsittelytiede 0 softadevausta 79 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 13:28:27 Laskuttaja En 41-45 Mies 18 DI 0 2 backend, frontend, full stack, mobiili 76 112500 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 13:30:16 Palkansaaja En 26-30 Mies 6 Kauppatieteiden maisteri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 Fullstack developer (React, Nodejs, Python) 5870 72000 Kyllä
|
||||
11/10/2024 13:30:57 Palkansaaja En 41-45 Mies 17 FM (fysiikka) 10 Avanade Finland PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 80 1 Senior full-stack consultant 4400 60000 Kyllä
|
||||
11/10/2024 13:31:29 Palkansaaja En 36-40 mies 20 IT bachelor 0 Sipoo Tuotetalossa, jonka core-bisnes on softa 100 0 Kehitysjohtaja 3600 43200 Ei
|
||||
11/10/2024 13:32:13 Palkansaaja En 31-35 mies 12 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Senior Fullstack developer 5700 Kyllä ja ei
|
||||
11/10/2024 13:33:39 Palkansaaja En 41-45 Mies 17 Diplomi-insinööri (ohjelmistotiede) 1 Solita Tampere Konsulttitalossa 100 10 Full stack software developer (browser, backend, database, infrastructure, architecture) 5392 80000 palkka + työajasta erillinen varallaolo Kyllä
|
||||
11/10/2024 13:37:54 Palkansaaja En 26-30 Mies 4 Teknisten tieteiden maisteri 6 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Full-stack software developer 3950 49700 Ei
|
||||
11/10/2024 13:38:03 Palkansaaja En 26-30 Mies 5 Tietotekniikan kandidaatti 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 4410 51000 Ei Tuntipalkka/kuukausipalkka. Vaaditut tunnit paperilla on vieläkin 0h viikossa mutta olen kuitenkin vakiotyöntekijä ollut 5v ja teen 37.5h viikkoon
|
||||
11/10/2024 13:39:07 Palkansaaja En 46-50 Mies 27 TKT yo 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 95 Principal Software Engineer 8764 109550 Kyllä
|
||||
11/10/2024 13:40:29 Palkansaaja En 36-40 Mies 12 DI Tuotantotalous 0 Startup PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 CTO 6000 75000 24% omistus firmasta
|
||||
11/10/2024 13:40:31 Palkansaaja En 46-50 Mies 24 Ylioppilas 4 Turku Konsulttitalossa 100 20 Full stack developer 6500 82000 Osakkeet, vuosittainen bonus Kyllä
|
||||
11/10/2024 13:41:26 Palkansaaja En 46-50 25 Luonnontieteen kandidaatti, Tietojenkäsittelytiede 12 Kuopio Tuotetalossa, jonka core-bisnes on softa 100 5 Product owner 6000 81000 Peruspalkka, pienet bonukset Kyllä
|
||||
11/10/2024 13:42:41 Palkansaaja En 46-50 mies 28 DI, ohjelmistotekniikka 0 Tampere Konsulttitalossa 100 85 Enterprise Architect 5500 73000 bonuksia, osakkeita Kyllä
|
||||
11/10/2024 13:54:17 Palkansaaja En 36-40 mies 14 tietotekniikan insinööri (amk) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 senior software developer 6600 85000 Kyllä
|
||||
11/10/2024 13:57:23 Palkansaaja En 31-35 Nainen 8 Ylinkorkeakoulututkinto 25 Tuotetalossa, jonka core-bisnes on softa 100 10 Product manager 5800 70000 Palkka+Optioita Kyllä
|
||||
11/10/2024 13:57:57 Palkansaaja En 46-50 Mies 23 Insinööri (AMK) -3 Jyväskylä Konsulttitalossa 100 90 Tekninen projektipäällikkö 5400 76000 Bonus-osa perustuen yrityksen kannattavuuteen & kasvuun Ei
|
||||
11/10/2024 13:58:17 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 Mies 10 DI 30 0 Devops/sre 144000 Itse Ulkomailta
|
||||
11/10/2024 14:00:41 Palkansaaja En 46-50 Nainen 15 DI, VTK 21 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Scrum Master 6300 74000 Kyllä
|
||||
11/10/2024 14:04:24 Palkansaaja En 36-40 Mies 17 insinööri (yamk) 0 Mavericks Turku Konsulttitalossa 100 0 Fullstack web developer 8000 103000 provisio Kyllä
|
||||
11/10/2024 14:05:52 Palkansaaja En 36-40 Mies 3 Ammattikorkeakoulu 10 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 70 Clojure Full-Stack Developer 3100 55000 Kyllä
|
||||
11/10/2024 14:08:25 Palkansaaja En 31-35 nainen 3 lähihoitaja, muusikko, musiikkipeadogia, viestintä ja tietotekniikan perustutkinnon osatutkinto 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Fullstack developer (java, kotlin, sprinboot, angular) 4220 50000 Kyllä
|
||||
11/10/2024 14:11:00 Palkansaaja En 31-35 Mies 11 Ammattikoulu 1 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Full stack developer 6060 90200 Kiinteä kuukausipalkka ja säännöllinen mahdollisuus ostaa osakkeita Kyllä
|
||||
11/10/2024 14:17:06 Palkansaaja En 41-45 Mies 13 Yliopisto 4 Ulkomailla Konsulttitalossa 100 80 Team Lead Data & Analytics 7000 100000 Kyllä
|
||||
11/10/2024 14:17:37 Palkansaaja En 46-50 Nainen 5 Ammattikoulu 15 Lahti Tuotetalossa, jonka core-bisnes on softa 100 5 Frontend developer 11500 120000 Kyllä
|
||||
11/10/2024 14:17:53 Palkansaaja En 36-40 Mies 5 Insinööri AMK 7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 33 Backend developer 4400 55800 Erittäin vaikea sanoa!
|
||||
11/10/2024 14:21:11 Palkansaaja En 36-40 Mies 12 Filosofian maisteri (tietojenkäsittelytiede) 4 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Lead platform engineer 7500 95000 Kyllä
|
||||
11/10/2024 14:22:04 Palkansaaja En 41-45 Mies 18 Ohjelmistotekniikan DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 50 Principal Consultant 7579 100000 Palkka, max 15% vuosipalkasta kannustinpalkkio päälle. Yleensä luokkaa 5-8% Kyllä
|
||||
11/10/2024 14:24:10 Palkansaaja En 31-35 Nainen 3 Filosofian maisteri, pääaineena tietotekniikka 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 fullstack developer 3100 38750 Kyllä
|
||||
11/10/2024 14:26:14 Palkansaaja En 31-35 mies 20 Ylioppilas 0 Reaktor Turku Konsulttitalossa 100 100 Fullstack developer 6207 4000 Kyllä
|
||||
11/10/2024 14:28:28 Palkansaaja En 26-30 Nainen 6 AMK 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Frontend developer 7300 98000 Bonuksia Kyllä
|
||||
11/10/2024 14:29:29 Palkansaaja En 41-45 Mies 17 Ylioppilas 0 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 80 60 Full Stack web developer 4600 55300 Rahapalkka+Ravintoetu+Matkapuhelinetu Ei Jos vaikka sattuisi tulemaan lomautuksia ensi vuonna, miten näihin kysymyksiin voisi vastata realistisen käsityksen antamiseksi?
|
||||
11/10/2024 14:33:55 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 36-40 mies 15 Tietoliikenne insinoori 0 1 devops 150000 Itse Ulkomailta
|
||||
11/10/2024 14:34:50 Palkansaaja En 26-30 Mies 5 Tradenomi (Tietojenkäsittely) 12 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Fullstack Developer 4750 59000 Kyllä
|
||||
11/10/2024 14:35:04 Palkansaaja En 31-35 Nainen 6 Itseoppinut 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 75 5 Senior Software Engineer 12000 160000 Bonarit vuosituloksesta Kyllä
|
||||
11/10/2024 14:42:58 Palkansaaja En 36-40 mies 10 tohtori, luonnontieteellinen ala (ei tietojenkäsittelytiede) 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 80 40 Data Scientist 4756 64000 Kuukausipalkka + firman tulokseen ja hiukan hlökoht tavoitteisiin pohjautuva bonus, joka maksimissaan noin 10 % vuosipalkasta Kyllä
|
||||
11/10/2024 14:44:40 Palkansaaja En 31-35 Mies 6 AMK + Yliopisto 12 CGI Asun Porissa, toimisto Helsingissä, sijainnilla ei vaikutusta palkkaan Konsulttitalossa 100 5 Senior Cybersecurity Consultant 5300 65826 Firma pistää 3,5% palkan päälle osakkeina Palkkakehitystä voisi vauhdittaa firman vaihdolla noin 6~7000€/kk nurkalle. Nykyinen 5300€
|
||||
11/10/2024 14:45:49 Laskuttaja En 36-40 Mies 11 Diplomi-insinööri 15 4 backend, devops 155000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 14:46:14 Palkansaaja En 31-35 Mies 8 Ohjelmistotekniikan DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 Fullstack developer 6400 Kyllä
|
||||
11/10/2024 14:48:53 Laskuttaja En 36-40 Mies 7 Ylempi korkeakoulu -5 3 Softadevaus, arkkitehtuuri 100 130000 Itse, Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 14:50:34 Palkansaaja En 31-35 Mies 8 FM / Matematiikka 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Full stack developer 5245.69 65600 Ei
|
||||
11/10/2024 14:58:37 Palkansaaja En 31-35 Mies 11 Insinööri 8 Turku Konsulttitalossa 100 10 Frontend Developer 5007 63600 Kyllä
|
||||
11/10/2024 15:00:16 Palkansaaja En 41-45 mies 5 liiketalouden tradenomi 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Software Engineer 4795 60000 optioita riippuu täysin optioista, suoraa palkkaa varmasti voisi saada helposti enemmän
|
||||
11/10/2024 15:01:16 Palkansaaja En 46-50 Mies 25 Tietojenkäsittelytiede dropout 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 CTO 6500 O AI:sta olisi hyvä kysellä jotain
|
||||
11/10/2024 15:06:09 Palkansaaja En 36-40 Mies 12 Insinööri (YAMK) 10 Vincit Turku Konsulttitalossa 100 40 Senior software engineer 5200 65000 Pieni tulosbonus palkan päälle, n. 100-200e/kk Ei
|
||||
11/10/2024 15:11:37 Palkansaaja En 36-40 mies 8 amk 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Software developer 5700 73000 Ei
|
||||
11/10/2024 15:20:25 Palkansaaja En 41-45 mies 18 luonnontieteiden kandidaatti 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 Lead consultant 8000 110000 pohjapalkka + laskutusbonus + osingot Kyllä
|
||||
11/10/2024 15:23:56 Palkansaaja En 31-35 Mies 13 Maisteri (tietojenkäsittelytiede) Turku Konsulttitalossa 100 0 Senior Software Developer 5200 62400 Ei
|
||||
11/10/2024 15:24:13 Palkansaaja En 51-55 Mies 25 FM, computer science 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Full stack web developer, architect 7000 90000 Ei
|
||||
11/10/2024 15:28:21 Palkansaaja En 31-35 Nainen 7 Tradenomi 22 Turku Konsulttitalossa 100 50 Software Developer 4900 64000 Kyllä
|
||||
11/10/2024 15:41:59 Palkansaaja En 41-45 Mies 15 Ylioppilas 15 Oulu Konsulttitalossa 100 0 Senior Developer 4800 Kyllä
|
||||
11/10/2024 15:43:28 Palkansaaja En 46-50 20 Tampere Konsulttitalossa 100 5 5500 Ei
|
||||
11/10/2024 15:46:40 Palkansaaja En 26-30 Mies 5 Tekniikan ylioppilas 3 ATR Soft Turku Konsulttitalossa 100 60 Software engineer 3200 40000 Ei
|
||||
11/10/2024 15:48:06 Laskuttaja En 26-30 Mies 6 Tietojenkäsittelytiede, kandi 0 3 Full stack web devaus 83 135000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 15:48:22 Palkansaaja En 31-35 6 IT-Tradenomi 6 Visma Pori Tuotetalossa, jonka core-bisnes on softa 100 40 Security Engineer 3700 49950 Ei
|
||||
11/10/2024 16:03:33 Palkansaaja En 46-50 Mies 23 Insinööri AMK (tietoliikenne) +5 Turku Konsulttitalossa 100 10 Lead software develop (backend, .NET) 5400 66000 Ei
|
||||
11/10/2024 16:09:55 Palkansaaja En 21-25 Mies 2 Lukio 0 Naantali Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 100 Fullstack developer 4000 Kyllä
|
||||
11/10/2024 16:11:20 Laskuttaja En 36-40 Mies 8 Tietojenkäsittelytieteen Ylioppilas 5 3 Softadevausta (backend, frontend, full stack, mobiili) 75 30000 Itse Suomesta
|
||||
11/10/2024 16:14:35 Palkansaaja En 36-40 mies 6 Insinööri (AMK), tieto- ja viestintätekniikka 1 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Full stack developer 4945 65000 Kyllä
|
||||
11/10/2024 16:15:11 Palkansaaja En 41-45 Mies 18 DI, tietotekniikka 19 Turku Tuotetalossa, jonka core-bisnes on softa 100 0 CTO 4875 61400
|
||||
11/10/2024 16:16:39 Palkansaaja En 31-35 nainen/muu 3 Filosofian maisteri (englannin kieli), testiautomaatiokoulutus 1 EG A/S Jyväskylä Tuotetalossa, jonka core-bisnes on softa 90 40 QA Tester (manuaali- ja automaatiotestaus, laadunvarmistus) 3008 39750 Lomaraha +5%, matkapuhelin 20e/kk, pyöräetu +100e/kk, virike-etu 400e/v palkka on matalampi kuin tehtävistä kuuluisi, mutta edut tasapainottavat
|
||||
11/10/2024 16:19:26 Laskuttaja En 31-35 8 Yliopisto, maisteri 5 3 Full stack 68.5 107000 Käytän välitysfirmoja Suomesta
|
||||
11/10/2024 16:21:07 Laskuttaja En 41-45 Mies 15 Insinööri (AMK) 0 2 Full stack, arkkitehtuuri 110 155000 Itse Suomesta
|
||||
11/10/2024 16:27:47 Palkansaaja En 41-45 mies 18 Alempi AMK tutkinto 9.6 AtoZ Oy Tampere Konsulttitalossa 100 100 Senior Test Automation Consultant 5884 65000 Kyllä
|
||||
11/10/2024 16:41:02 Palkansaaja En 41-45 Mies 4 Tieto- ja viestintätekniikka (AMK) 4 Oulu Konsulttitalossa 100 1 Software Engineer 4650 0 Kyllä YT riski läsnä kokoajan ja parhaillaankin meneillään
|
||||
11/10/2024 16:42:02 Palkansaaja En 36-40 Mies 6 Enimmäkseen itseoppinut alanvaihtaja. Opiskelin IT-tradenomiksi reilun vuoden verran ennen kuin sain töitä 0 Barcelona Konsulttitalossa 100 0 Full-stack developer 3640 43680 Kyllä
|
||||
11/10/2024 17:14:02 Palkansaaja En 31-35 Mies 8 Diplomi-insinööri 2 Polar Squad Tampere Konsulttitalossa 100 90 DevOps-konsultti 5100 52200 Kyllä
|
||||
11/10/2024 17:15:24 Palkansaaja En 31-35 Mies 15 Ylioppilas, yliopisto dropout 10 Turku Tuotetalossa, jonka core-bisnes on softa 100 20 Full-stack Developer 6500 84500 Kyllä
|
||||
11/10/2024 17:26:22 Palkansaaja En 51-55 Mies 31 Opistoinsinööri 0 New York, NY, USA Konsulttitalossa 107 60 Johtava konsultti 13300 166000 Palkka + osingot osakesijoituksista työntantajalle Ei Laitoin tahallani teille tällaisen anomalian, jotta kavereille tulee mahdollisuus unelmoida. Asumiskustannukset New Yorkissa on aika kovat (kuukausivuokra n. $4000 kaksiosta), ja käteen jäävä osuus ei ole merkittävästi paljon suurempi kuin mitä se olisi Suomessa vastaavista töistä.
|
||||
11/10/2024 17:28:32 Palkansaaja En 36-40 15 Ammattikorkeakoulu 2 Vaasa Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 System Architect 6458 80725 Kyllä
|
||||
11/10/2024 17:45:57 Palkansaaja En 31-35 5 Sosiaalitieteiden Maisteri 6 Ulkomaat Konsulttitalossa 80 Analytics Engineer 7800 95000 Kyllä
|
||||
11/10/2024 17:56:06 Palkansaaja En 46-50 Mies 28 Peruskoulu 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 1000 0 Senior DevOps 6700 81000 Luoto kompensaatio malli Kyllä
|
||||
11/10/2024 17:57:38 Palkansaaja En 41-45 Mies 19 Yliopisto 8 Unity Technologies PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Staff Software Engineer 8120 145000 Kompensaatioon sisältyy RSU:ta Kyllä
|
||||
11/10/2024 18:00:26 Palkansaaja En 41-45 Mies 15 0 Zure PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Azure developer 5253 65000 Ei
|
||||
11/10/2024 18:22:55 Palkansaaja En 31-35 Mies 10 Ylempi korkeakoulu 5 Tampere Julkinen tai kolmas sektori 100 5 Mobiilikehittäjä 5990 72000 Kyllä
|
||||
11/10/2024 18:23:54 Palkansaaja En 31-35 7 Finnair PK-Seutu (Helsinki, Espoo, Vantaa) 100 20 Software developer 5250 Kyllä
|
||||
11/10/2024 18:59:57 Palkansaaja En 21-25 Mies 3 Kauppatieteiden maisteri 21 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 107 40 Data scientist 6000 75000 Ei
|
||||
11/10/2024 19:02:03 Palkansaaja En 31-35 9 Datanomi 7.14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 web developer 4500 56250 virkistysseteli Ei
|
||||
11/10/2024 19:07:57 Palkansaaja En 36-40 Mies 18 Diplomi-insinööri 7 Tampere Konsulttitalossa 100 15 Technical Director 7000 90000 STI-bonus Ei
|
||||
11/10/2024 19:13:58 Palkansaaja En 31-35 Mies 7 Tietotekniikan diplomi-insinööri 1.3 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Software Developer 5250 70125 Palkka+lounasetu 200€ päälle. Kvartaaleittain mahdollisuusostaa osakkeita Kyllä
|
||||
11/10/2024 19:43:23 Palkansaaja En 31-35 Mies 6 Ammattikorkeakoulu 20 Turku Konsulttitalossa 100 5 Senior software developer 5550 70000 Provisio n. 30 prosenttia Saan vähemmän kuin muut samassa roolissa
|
||||
11/10/2024 19:45:14 Palkansaaja En 31-35 Mies 5 Amk insinööri 0 Reaktor PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Software developer 5000 64000 Ei
|
||||
11/10/2024 19:47:44 Palkansaaja En 31-35 Mies 12 Maisteri (tietojenkäsittelytiede) Turku Konsulttitalossa 100 0 Senior Software Developer 5500 66000 Ei
|
||||
11/10/2024 19:49:40 Palkansaaja En 41-45 Mies 16 Tietotekniikan kandidaatti 4 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Software Lead 6734 100950 Vuosibonus, riippuu yrityksen tuloksesta ja yksikön suoriutumisesta Kyllä
|
||||
11/10/2024 19:52:07 Palkansaaja En 31-35 Mies 10 Ylempi korkeakoulututkinto 50 Texas Tuotetalossa, jonka core-bisnes on softa 40 0 Senior Backend Developer 15000 16000 10% bonus Kyllä
|
||||
11/10/2024 19:57:14 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri -17 Futurice Tampere Konsulttitalossa 100 10 Senior software developer 5800 72000 Ei
|
||||
11/10/2024 20:00:01 Palkansaaja En 36-40 Mies 5 KTM 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Data engineer 4840 63400 Palkka + edut + vuosibonus Kyllä
|
||||
11/10/2024 20:23:29 Palkansaaja En 31-35 7 21.7 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Senior Software developer 6500 94250 Kyllä
|
||||
11/10/2024 21:18:39 Palkansaaja En 31-35 Mies 6 Tekniikan kanditaatti (Tuotantotalous) 8 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 60 Data scientist 5500 71000 Palkka + bonus Kyllä
|
||||
11/10/2024 21:20:05 Palkansaaja En 31-35 3 FM -5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Software developer 3500 44000 Ei
|
||||
11/10/2024 21:22:38 Palkansaaja En 31-35 mies 6 Insinööri Amk 7 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Full stack developer 4550 57300
|
||||
11/10/2024 21:54:50 Palkansaaja En 31-35 Mies 10 Diplomi-insinööri 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 60 Engineering Manager 6500 90000 Ei
|
||||
11/10/2024 22:08:01 Palkansaaja En 31-35 N 6 FM 8 Tampere Tuotetalossa, jonka core-bisnes on softa 100 30 Product manager 5950 75000 Kyllä
|
||||
11/10/2024 22:24:45 Palkansaaja En 31-35 Mies 3 Ylempi korkeakoulututkinto 14 Sogeti PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Test Automation Engineer 3700 48740 Ei
|
||||
11/10/2024 22:38:20 Palkansaaja En 41-45 Mies 10 AMK 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Senior Frontend Developer 5150 64000 Osakkeita vestautuu about 500€/kk arvosta Ei
|
||||
11/10/2024 23:34:32 Palkansaaja En 31-35 Mies 8 Ohjelmistoinsinööri 4 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 0 Lead developer 5000 Ei
|
||||
12/10/2024 09:40:38 Palkansaaja En 41-45 Mies 16 Kauppatieteiden Maisteri Tietojärjestelmätieteestä 0 Konsulttitalossa 100 0 Senior Software Developer 8500 105000 Kyllä
|
||||
12/10/2024 10:12:49 Palkansaaja En 31-35 Mies 10 Insinööri 3 Smartvatten Kokkola Tuotetalossa, jonka core-bisnes on softa 100 50 Fullstack developer 4623 56000 ei oleeeee Ei
|
||||
12/10/2024 10:28:39 Palkansaaja En 41-45 Mies 15 Insinööri elektroniikka 1 Järvenpää Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Test automation engineer 4605 57195 Kyllä
|
||||
12/10/2024 11:20:37 Palkansaaja En 36-40 Mies 10 Tietoliikenneonsinööri, AMK 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 70 Senior Software Developer 5624 69700 tulosbonus Kyllä
|
||||
12/10/2024 11:34:55 Laskuttaja En 46-50 mies 20 diplomi-insinööri (tietotekniikka) 0 1.5 full stack 90 150000 Käytän välitysfirmoja Suomesta
|
||||
12/10/2024 12:11:12 Palkansaaja En 31-35 Mies 10 DI 2 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Software engineer 5800 80000 Kyllä
|
||||
12/10/2024 12:26:06 Palkansaaja En 26-30 Mies 4 Alempi korkeakoulututkinto 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Fullstack developer 3190 Ei
|
||||
12/10/2024 13:34:25 Palkansaaja En 51-55 Mies 35 Tekn. yo 2 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Platform Architect 6600 82500 Kyllä
|
||||
12/10/2024 14:35:29 Palkansaaja En 31-35 Nainen 3 Lukio 5 Joensuu Tuotetalossa, jonka core-bisnes on softa 100 10 Software engineer 3640 43680 Ei
|
||||
12/10/2024 14:45:34 Palkansaaja En 36-40 M 12 DI 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 105 0 Team lead 8700 108000 Kourallinen optioita, joiden arvo on 0€ kunnes pukumiehet päättävät toisin Ei
|
||||
12/10/2024 15:01:48 Palkansaaja En 31-35 nainen 4 fm, venäjän kieli 8 Tietoevry PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Full stack developer 3920 Kyllä
|
||||
12/10/2024 17:32:40 Palkansaaja En 21-25 Mies 2 Tietojenkäsittelytieteen kandidaatti 100 Mindler PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 50 80 Fullstack developer 4000 24000 Ei Sain potkut koeajalla koska ruotsalaiselta firmalta alkoi loppua rahat :(
|
||||
12/10/2024 17:38:12 Palkansaaja En 21-25 Nainen 5 Tekniikan ylioppilas, tietotekniikka 1.3 Futurice Tampere Konsulttitalossa 60 25 Fullstack Developer 1936 472 Ei
|
||||
12/10/2024 20:26:48 Palkansaaja En 21-25 Mies 2 IT-tradenomi 25 Tampere Konsulttitalossa 100 25 Full-stack developer 3500 45200 Vuosibonus Kyllä
|
||||
12/10/2024 21:11:03 Palkansaaja En 36-40 12 Yliopisto 5 n8n Tampere Tuotetalossa, jonka core-bisnes on softa 100 40 Software engineer 8000 96000 Pieni siivu firmasta Ei
|
||||
12/10/2024 21:30:13 Laskuttaja En 46-50 mies 24 tradenomi 0 6 softadevausta, backend 75 115000 Käytän välitysfirmoja Suomesta
|
||||
12/10/2024 21:53:17 Palkansaaja En 46-50 Mies 10 Ylioppilas 0 Jyväskylä Konsulttitalossa 100 0 Web Developer 3200 0 Ei
|
||||
13/10/2024 09:31:28 Palkansaaja En 36-40 Mies 15 Ohjelmistotuotannon diplomi-insinööri 0 Arado Turku Konsulttitalossa 100 40 Senior Consultant 7400 90000 Kuukausipalkka on 50% kuun laskutuksesta. Kyllä
|
||||
13/10/2024 09:59:15 Palkansaaja En 31-35 mies 16 tekn. yo 1.3 Turku Konsulttitalossa 100 1 Senior Embedded Developer / Electronics engineer 5358 Kyllä
|
||||
13/10/2024 10:09:21 Palkansaaja En 31-35 4 Fyysikko 20 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 70 Data Scientist 4750 Kyllä
|
||||
13/10/2024 10:47:45 Palkansaaja En 36-40 Mies 7 0 Sitedrive PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Lead developer (frontend focus) 7280 91000 Oma panostus yrityksen osakekantaan, optio-ohjelma Kyllä
|
||||
13/10/2024 12:11:22 Palkansaaja En 41-45 Mies 4.5 Tradenomi, tietojenkäsittely (AMK) 3.8 Turku Konsulttitalo, jolla on omaa tuotebisnestä 100 15 Full stack developer 3518 44656 Ei
|
||||
13/10/2024 12:51:05 Palkansaaja En 36-40 Mies 12 Teekkari 25 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Full stack developer 6000 78000 Optiot palkan päälle (laskettu arvolla 0) Kyllä Yrityksen koko olisi mielenkiintoinen tieto tilastoissa
|
||||
13/10/2024 13:03:50 Palkansaaja En 36-40 Mies 7 Tietotekniikan insinööri 0 Siili Solutions Seinäjoki Konsulttitalossa 100 60 Software developer 4000 50000 Ei
|
||||
13/10/2024 15:24:03 Palkansaaja En 31-35 Mies 4 AMK 31 Tampere Konsulttitalossa 37.5 5 Software Architect 6300 78000 Kyllä
|
||||
13/10/2024 15:36:37 Palkansaaja En 41-45 Nainen 2 Ammattikoulu 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Software developer 3200 40000 Ei
|
||||
13/10/2024 20:00:12 Palkansaaja En 41-45 5 FT PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 Data scientist 6000 75000 Kyllä
|
||||
13/10/2024 20:15:14 Palkansaaja En 41-45 Mies 17 DI 2 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 DevOps specialist 6000 72000 Kiinteä palkka Kyllä
|
||||
13/10/2024 20:47:35 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 41-45 Mies 23 Diplomi-insinööri 0 0 specialist 0 Itse Ulkomailta
|
||||
13/10/2024 23:05:11 Palkansaaja En 31-35 Mies 12 AMK (Tietojenkäsittelyn tradenomi) 0 Brella PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Full-stack Developer 6511 78100 Peruspalkka + optiot Kyllä
|
||||
14/10/2024 00:46:19 Palkansaaja En 46-50 mies 27 2.6 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Senior fullstack SW developer 4800 0 Ei
|
||||
14/10/2024 02:22:35 Palkansaaja En 36-40 Mies 12 Diplomi-insinööri 10 Tampere Tuotetalossa, jonka core-bisnes on softa 100 15 Product Manager 5690 Ei
|
||||
14/10/2024 07:59:43 Laskuttaja En 31-35 Mies 9 DI 1 2 Softadevaus 84 108000 Itse Suomesta
|
||||
14/10/2024 08:28:51 Palkansaaja En 46-50 mies 21 DI, Ohjelmistotekniikka 3 Seinäjoki Tuotetalossa, jonka core-bisnes on softa 100 5 Chief Architect 6300 0 Kyllä
|
||||
14/10/2024 08:29:01 Palkansaaja En 36-40 mies 8 merkonomi 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 full stack developer 4545 54540 Kyllä
|
||||
14/10/2024 08:37:31 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 26-30 Mies 4 Tietotekniikan maisteri PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Data Engineer 5200 62400 Vain palkka Ei
|
||||
14/10/2024 08:48:29 Palkansaaja En 36-40 Mies 17 Ylioppilas, Tietojenkäsittelyn IT-Tradenomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Full Stack Developer 5433 71800 Etätoimisto, netti kotiin, puhelin- ja virike-edut, koulutusrahasto Kyllä .NET -developer. Koodausta, arkkitehtuurisuunnittelua, asiakaspalavereja, devops-hommia. Koko paketti, vain myynti puuttuu. Tekkistäkin vois checkboxeilla kysästä
|
||||
14/10/2024 08:53:26 Palkansaaja En 31-35 Mies 9 Diplomi-insinööri 3.8 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 90 Full-stack web-ohjelmistokehittäjä 5400 67500 Nimellisen kokoinen kasvuyrityksen optio-ohjelma palkan lisäksi Kyllä
|
||||
14/10/2024 08:55:11 Laskuttaja En 26-30 Mies 3.5 Tradenomi, tietojenkäsittely. 3 4 RPA-kehitys 35 25000 Itse, Aina sama asiakas. Suomesta Teen töitä opiskelujen ohella keskimäärin 10-20 tuntia viikossa.
|
||||
14/10/2024 08:55:52 Palkansaaja En 36-40 12 insinööri 0 Tampere Konsulttitalossa 100 1 Frontend developer 4700 0 Ei
|
||||
14/10/2024 08:59:49 Palkansaaja En 26-30 Mies 5 Luonnontieteiden Kandidaatti 0 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 Fullstack Developer 5000 60000 Kyllä
|
||||
14/10/2024 09:08:51 Palkansaaja En 36-40 Mies 14 Tietotekniikan Insinööri 0.4 Siili Solutions Oyj Seinäjoki Konsulttitalossa 100 60 Full-stack developer 4620 55440 90/10 Ei
|
||||
14/10/2024 09:21:33 Laskuttaja En 36-40 Mies 15 Ekonomi 0 7 Full stack 129 50000 Itse Suomesta, Ulkomailta
|
||||
14/10/2024 09:22:03 Palkansaaja En 41-45 Mies 18 Insinööri (AMK) 3 Tietoevry Tampere 100 80 Senior Software Developer 5290 67000 Kyllä
|
||||
14/10/2024 09:29:43 Palkansaaja En 36-40 Mies 18 Ylioppilas, kesken jääneet yliopisto-opinnot (Tietojenkäsittelytiede) 1 Solita Turku Konsulttitalossa 100 10 Senior Front-end Developer 5407.48 68915 Kiinteä kuukausipalkka Kyllä
|
||||
14/10/2024 09:31:39 Palkansaaja En 31-35 mies 8 DI 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Arkkitehti 6000 75000 Kyllä
|
||||
14/10/2024 09:42:45 Palkansaaja En 31-35 Mies 10 Ylioppilas 0 Oulu Konsulttitalossa 100 5 Full-stack developer 6800 81600 Kyllä
|
||||
14/10/2024 10:09:56 Palkansaaja En 26-30 Mies 3 Diplomi-insinööri (tietotekniikka) 20 Data & AI -konsulttilafka PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Machine Learning Engineer 5000 72000 Peruspalkka + firman tulokseen sidottu bonus loppuvuodesta + kattavat työsuhde-edut. Kyllä
|
||||
14/10/2024 10:11:13 Palkansaaja En 46-50 Nainen 27 Opistotaso 7 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 6400 Kyllä
|
||||
14/10/2024 10:24:23 Laskuttaja En 36-40 mies 12 mies 0 8 backend, aws/gcp infratunkkaus, devops 95 150000 Käytän välitysfirmoja Suomesta
|
||||
14/10/2024 10:30:19 Palkansaaja 31-35 on 10 Riittävä 0 kasvuyhtiö Tuotetalossa, jonka keskeinen tarjonta on ohjelmisto 105 67 Ohjelmoija 5000 0 Kyllä Suomenkielinen kysely voisi sisältää parempaa suomenkieltä. Softa hyi, core-business yök.
|
||||
14/10/2024 11:03:14 Palkansaaja En 41-45 Mies 25 FM TKT 20 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 25 Lead architect 10722 135000 Vähemmistösiivu listaamattomasta yhtiöstä, jonkin verran optioita. Työsuhdematkakortti, -netti ja -puhelin ja muutama satanen virike-etuja vuodessa. Kyllä Voisi eritellä omiin kohtiinsa potentiaaliset edut (optiot, osakkeet) ja ei suoraan rahana realisoitavat (hammashoidot, työsuhdefillarit yms.)
|
||||
14/10/2024 11:03:32 Palkansaaja En 21-25 Mies 4 Yliopisto jätetty kesken 50 Tampere Konsulttitalossa 100 10 DevOps Engineer 5000 60000 Kyllä
|
||||
14/10/2024 11:27:48 Palkansaaja En 41-45 mies 19 DI 1 Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 60 DevOps Manager 6280 90000 peruspalkka + bonus Kyllä
|
||||
14/10/2024 11:46:00 Palkansaaja En 36-40 F 5 Datanomi 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Frontend developer 4000 50000 Kyllä
|
||||
14/10/2024 11:55:36 Palkansaaja En 36-40 Mies 13 Yliopisto-dropout 0 Turku Konsulttitalossa 100 50 Software developer 7000 90000 Kyllä
|
||||
14/10/2024 13:11:30 Palkansaaja En 31-35 mies 4 FM suomen kieli, Hive Helsinki PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 90 10 Ohjelmistokehittäjä 4250 Kyllä
|
||||
14/10/2024 13:11:41 Palkansaaja En 41-45 M 17 Tekn. yo. 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Lead 7000 + pienimuotoinen osakeohjelmta Kyllä
|
||||
14/10/2024 13:17:54 Palkansaaja En 36-40 Mies 13 AMK 3 Turku Tuotetalossa, jonka core-bisnes on softa 100 2 johtaja 9200 140000 Kyllä
|
||||
14/10/2024 13:48:37 Palkansaaja En 36-40 3 10 Konsulttitalossa 100 5 Project Manager 5200 67000 Ei
|
||||
14/10/2024 13:50:50 Palkansaaja En 36-40 Mies 17 Ammattikoulu 4 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 90 Ohjelmistoarkkitehti 6400 81000 Kyllä
|
||||
14/10/2024 13:52:30 Palkansaaja En 26-30 mies 10 IT-tradenomi 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Software Developer 7500 88000 Kyllä
|
||||
14/10/2024 13:54:35 Laskuttaja En 36-40 He / Him / Male 14 Tietoliikennetekniikan DI 6.35 2 full stack 84 135000 Itse, Käytän välitysfirmoja Suomesta
|
||||
14/10/2024 14:11:20 Palkansaaja En 31-35 mies 8 filosofian maisteri (humanistinen, tietojenkäsittelytieteen pitkä sivuaine) 0 Recruit Co., Ltd. Tokio, Japani Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Data engineer + fullstack web dev 2940 44070 12 kuukauden palkka, plus kaksi kertaa vuodessa maksettava à n. 1-2 kuukauden palkkaa vastaava bonus Verrattuna moniin japanilaisiin yrityksiin se on, mutta Tokiossa toimiviin globaaleihin yrityksiin verrattuna ei aivan.
|
||||
14/10/2024 14:35:12 Palkansaaja En 31-35 Mies 6 Filosofian kandidaatti 5 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Software architect 5700 71500 Kyllä
|
||||
14/10/2024 14:45:59 Palkansaaja En 41-45 Mies 10 Melkein maisteri 3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 5 BI Consult 5700 68000 Pieni bonusosuus kk-palkan päällä Kyllä Rooli on kyllä sellainen, että ei hajuakaan, mitä muille maksetaan vastaavassa asemassa Firmakysymykseen vastaaminen on kyllä tunnistamisen kannalta sellainen, että melkeinpä kaikki vastaajat voidaan yksilöidä suht helposti.
|
||||
14/10/2024 15:11:10 Palkansaaja En 41-45 mies 18 Ammattikorkeakoulu 6 OP Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Solution analyst 6300 80000 Kyllä
|
||||
14/10/2024 15:26:01 Palkansaaja En 26-30 Mies 8 AMK insinööri 0 Oulu Konsulttitalossa 100 90 Senior Software Engineer, backend / full stack 5300 63000 Kiinteä kuukausipalkka ilman bonuksia, osakkeita, optioita jne. kannustimia Ei Olisi ehkä mukava saada jonkinlaista dataa miten teknologiat tai kielet vaikuttavat tulotasoon suomessa. Jenkeistä tuntuu puskevan monen moista charttia mikä on keskimääräinen tulotaso henkilöillä jotka kirjottavat Javaa, Go:ta, typescriptiä jne. Eli karkeasti voisi halutessaan kertoa pääasiallisen ohjelmointikielensä ja tästä saataisiin muodostettua dataa tyylillä "Javadenat ovat palkkakuninkaita ja seuraavana tulevat Go:ta kirjottavat jannut".
|
||||
14/10/2024 15:33:34 Palkansaaja En 26-30 Mies 6 It-insinööri 3 Kuopio Tuotetalossa, jonka core-bisnes on softa 100 50 Cloud Engineer 5500 70000 Vuosibonus max 1kk palkasta Kyllä
|
||||
14/10/2024 15:38:08 Palkansaaja En 26-30 M 6 FM 7 Valtio PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 It-asiantuntija 4250 Ei
|
||||
14/10/2024 16:21:35 Palkansaaja En 36-40 Mies 5 Insinööri AMK 27 Tampere Konsulttitalossa 100 5 PLM Engineer 4700 60000 Kyllä
|
||||
14/10/2024 16:49:46 Palkansaaja En 31-35 Mies 10 Tietojenkäsittelytiede (valmistumatta) 3 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Full stack software engineer 5700 75000 joku hatusta vedetty arvio optioiden odotusarvolle Kyllä
|
||||
14/10/2024 17:56:16 Laskuttaja En 46-50 Mies 24 diplomi-insinööri (ohjelmistotekniikka) 0 2 Softadevausta (backend) 80 135000 Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
14/10/2024 18:12:16 Palkansaaja En 36-40 Mies 20 Ylioppilas 12 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Principal Engineer 8000 112000 Kyllä
|
||||
14/10/2024 18:35:07 Palkansaaja En 41-45 M 14 DI, tietoliikennetekniikka 0 Tampere Konsulttitalossa 100 50 Senior software engineer, full stack, web crud 5800 75000 Kyllä
|
||||
14/10/2024 19:44:25 Palkansaaja En 26-30 Mies 4 Ylioppilas 26 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Azure specialist 4300 51600 Osakeohjelma mahdollistaa yrityksen osakkeiden oston markkinahintaa pienemmällä summalla Kyllä
|
||||
14/10/2024 21:31:57 Palkansaaja En 41-45 Mies 11 Ylempi korkeakoulu 14 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 CTO 7000 91000 Ei
|
||||
14/10/2024 22:03:09 Palkansaaja En 31-35 Mies 10 Insinööri (amk) 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 30 Senior developer 6750 89500 bonus, lisä-/ylityöt Kyllä
|
||||
14/10/2024 23:30:54 Palkansaaja En 46-50 Mies 26 FM tietojenkäsittelytiede, tradenomi, sosionomi AMK 0 Oulu Tuotetalossa, jonka core-bisnes on softa 80 50 Lead developer, medical software 4640 55920 Kyllä
|
||||
14/10/2024 23:40:45 Palkansaaja En 41-45 mies 21 DI 4 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 CTO 7300 100000 Kyllä
|
||||
15/10/2024 00:21:09 Palkansaaja En 31-35 mies 7 ylioppilas 5 Sanoma Media Finland Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Frontend developer 5000 65000 Ei
|
||||
15/10/2024 01:46:55 Palkansaaja En 36-40 Mies 7 Tietotekniikan kandi 10 Tampere Konsulttitalossa 100 30 Fullstack developer 4700 52000 Kyllä
|
||||
15/10/2024 08:48:35 Palkansaaja En 26-30 Mies 2 Ammattikoulu 5 Tampere Mainostoimisto 100 1 Web developer / WordPress developer 3100 37200 Ei
|
||||
15/10/2024 09:54:06 Palkansaaja En 36-40 18 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 senior software developer 6600 82000
|
||||
15/10/2024 10:34:38 Palkansaaja En 41-45 Mies 20 Datanomi 5 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 100 Scrum Master 5000 Kyllä
|
||||
15/10/2024 11:11:16 Palkansaaja En 3 Wonna Oy PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 70 Lead Fullstack Developer 6200 80500 Palkka + bonus joka lasketaan laskutettujen tuntien suhteessa firman tuloksen tietyn raja-arvon ylimenevästä osasta + osingot. Kyllä
|
||||
15/10/2024 11:54:43 Laskuttaja En 41-45 Mies 15 amk 2 devops 75 Käytän välitysfirmoja Suomesta
|
||||
15/10/2024 12:51:54 Palkansaaja En 31-35 12 DI 2.5 Tampere Konsulttitalossa 100 90 5905 73235 Kyllä
|
||||
15/10/2024 14:01:32 Palkansaaja En 41-45 Mies 20 Ylioppilas 2 Turku Tuotetalossa, jonka core-bisnes on softa 100 33 Tuotekehitystiimien vetäjä 7500 Ei
|
||||
15/10/2024 14:55:03 Laskuttaja En 31-35 Mies 9 Diplomi-insinööri 7.78 3 Power BI Konsultointi 97 160000 Itse, Käytän välitysfirmoja Suomesta
|
||||
15/10/2024 15:35:38 Palkansaaja En 26-30 Nainen 5 Amattikorkeakoulu 12 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Frontend developer 4500 Kyllä
|
||||
15/10/2024 15:39:48 Palkansaaja En 41-45 muu 18 DI 3 RELEX PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 90 0 Senior Engineering Manager 5910 71200 Kyllä
|
||||
15/10/2024 15:47:42 Palkansaaja En 26-30 m 5 tietojenkäsittelytieteen kandidaatti 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior full stack developer 5700 73000 Kyllä
|
||||
15/10/2024 15:58:10 Palkansaaja En 41-45 nainen 10 FM 2 PK-Seutu (Helsinki, Espoo, Vantaa) Julkinen tai kolmas sektori 100 20 Sysadmin 4400 55000 ihan ok, julkisen puolen pitkät lomat komprnsoi
|
||||
15/10/2024 16:12:45 Palkansaaja En 36-40 Mies 5 Tietojenkäsittelytieteen Kandidaatti 1.3 Relex Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Software Developer 4350 53000 Ei
|
||||
15/10/2024 16:15:01 Palkansaaja En 41-45 Ihminen. Kikkelillä. 19 Ylioppilas 1 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Fullstack developer 5400 Kyllä
|
||||
15/10/2024 16:34:15 Palkansaaja En 51-55 mies 5 Bachelor of Engineering, Computer science 18 Terveystalo PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 40 Senior fullstack web developer 5300 63750 Lounasetu (10%), urheilu/kulttuurietu (150 eur) Kyllä
|
||||
15/10/2024 16:34:55 Palkansaaja En 36-40 Mies 15 Elektroniikan ja tietoliikennetekniikan perustutkinto, ammattikoulu RELEX Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 1 Senior Site Reliability Engineer 5700 Kyllä
|
||||
15/10/2024 17:01:55 Palkansaaja En 46-50 M 25 FM tietojenkäsittelytiede 2 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Lead Architect 7600 95000 Kyllä
|
||||
15/10/2024 20:12:21 Palkansaaja En 21-25 Mies 3 TTk Kandidaatti 30 Visma Solutions Lappeenranta Tuotetalossa, jonka core-bisnes on softa 80 90 Fullstack developer (react + .Net + MSQL) 2300 30000 Palkka Kyllä
|
||||
15/10/2024 21:43:50 Palkansaaja En 31-35 12 Diplomi-insinööri 0 Tampere Konsulttitalossa 100 40 Full-stack developer 6700 85000 Kyllä
|
||||
16/10/2024 08:23:49 Palkansaaja En 31-35 Mies 8 FM, tietojenkäsittelytiede 0 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 90 Software Developer 5200 62400 Pieni mahdollisuus pienestä bonuksesta Rooliin varmaan ihan ok, rooli vaan ei vastaa osaamistani
|
||||
16/10/2024 08:44:18 Palkansaaja En 26-30 Mies 4 IT-tradenomi 10 Relex solutions oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 99 DevOps engineer 4510 58000 Ei
|
||||
16/10/2024 08:45:39 Palkansaaja En 31-35 Mies 5 Diplomi-insinööri (Tietotekniikka) 5.3 Relex Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Senior Software Developer 5365 69660 Kuukausipalkka + puhelin etu ja liittymä + nettiliittymä (puolet) + osittainen lounasetu Kyllä
|
||||
16/10/2024 09:01:28 Palkansaaja En 31-35 Mies 10 Tekniikan tohtori 2 Tampere Tuotetalossa, jonka core-bisnes on softa 80 1 Senior algorithm engineer 5600 0 En tiedä. Luultavasti alle.
|
||||
16/10/2024 09:20:53 Palkansaaja En 26-30 nainen 4 diplomi-insinööri 5 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 80 Frontend developer 4200 50400 Ei
|
||||
16/10/2024 09:25:55 Palkansaaja En 46-50 Mies 14 Insinööri 1 Tampere Konsulttitalossa 80 0 Web Developer 3867 50750 Kyllä
|
||||
16/10/2024 09:48:53 Palkansaaja En 36-40 Nainen 20 Insinööri (amk) 12 OrangIT PK-Seutu (Helsinki, Espoo, Vantaa) Ylläpitotalossa 100 20 Senior software developer 6000 75000 Kyllä
|
||||
16/10/2024 09:53:34 Palkansaaja En 41-45 Mies 18 Maisteri 6 Relex PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Director of engineering 7700 3000 Ei
|
||||
16/10/2024 10:10:04 Palkansaaja En 36-40 Miekkonen 15 Diplomi-insinööri 5 Relex Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 30 Lead Software Developer 6450 1000 Ei
|
||||
16/10/2024 10:12:23 Palkansaaja En 26-30 Mies 8 AMK 8 Jyväskylä Tuotetalossa, jonka core-bisnes on softa 100 5 Cloud Specialist 5500 0 Kyllä
|
||||
16/10/2024 10:30:01 Palkansaaja En 46-50 Mies 24 Lukio, melkein kandi, yliopisto 3.8 Relex PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 40 Lead Software Developer 7272 90000 Palkka + bonus Kyllä
|
||||
16/10/2024 11:11:34 Laskuttaja En 41-45 22 insinööri -12 22 full stack 80 130000 Itse, Käytän välitysfirmoja Suomesta laskutushinta putosi noin 15% vuosi sitten
|
||||
16/10/2024 11:47:02 Palkansaaja En 36-40 Mies 1.5 Datanomi 2 Kuopio Tuotetalossa, jonka core-bisnes on softa 100 5 Tuli stack koodari 3800 46000 Firman tuloksesta riippuva bonus Kyllä
|
||||
16/10/2024 11:56:56 Palkansaaja En 31-35 Mies 13 Datanomi 0 Mavericks Turku Konsulttitalossa 100 5 Senior software developer (frontend) 7600 95000 Kyllä
|
||||
16/10/2024 11:57:15 Palkansaaja En 31-35 Mies 10 KTM 1 Microsoft Irlanti Tuotetalossa, jonka core-bisnes on softa 100 100 Asiakasvastaava 14200 170000 Pohjapalkka noin puolet kokonaisuudesta, loput: myyntiprovisiota, yleisbonus pomon antamana jollain logiikalla, RSUt, autoetu rahana, employee share purchase program, eläkesäästön company match, yleisiä fringe benefittejä esim. perheelle kattava terveysvakuutus, henk koht henkivakuutus, lisäksi kaikkea pientä verrattavissa ehkä suomen kulttuuri/liikuntaseteleihin yms. Osaa vaikea laskea tähän kokonaisuuteen, mutta numerot tähän suoraan palkkakuitista ekstrapoloitu kokovuoteen verotettavien tulojen osalta. Kyllä
|
||||
16/10/2024 11:57:55 Palkansaaja En 26-30 4 9 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 Software developer 4500
|
||||
16/10/2024 12:23:07 Palkansaaja En 31-35 mies 12 Diplomi-insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior consultant 8000 96000 Prosentti laskutuksesta Kyllä
|
||||
16/10/2024 12:27:14 Palkansaaja En 26-30 Nainen 3 Tietojenkäsittelyn tradenomi (AMK) 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Jr Test Automation Engineer 3400 Rehellisesti sanoen en tiedä
|
||||
16/10/2024 12:56:33 Palkansaaja En 46-50 mies 20 IT-Tradenomi 0 Hajautettu Tuotetalossa, jonka core-bisnes on softa 100 0 CTO 4500 54000 Ei
|
||||
16/10/2024 13:13:36 Palkansaaja En 31-35 Nainen 2.5 Artenomi 0 Certum Software Oy Tampere Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Junior Frontend Developer 2512 200 - Ei - -
|
||||
16/10/2024 13:16:25 Laskuttaja En 31-35 Mies 8 Tietojenkäsittely -5 6 AI 120 200000 Itse, Käytän välitysfirmoja Suomesta, Ulkomailta
|
||||
16/10/2024 13:41:12 Palkansaaja En 36-40 Mies 15 Alempi korkeakoulututkinto, yliopisto 4 Tampere Tuotetalossa, jonka core-bisnes on softa 100 10 Senior Full Stack Web Developer 6030 76000 Kyllä
|
||||
16/10/2024 14:00:37 Palkansaaja En 36-40 Mie 12 AMK -5 Tampere Konsulttitalossa 100 10 Senior software engineer 6500 83000 Kyllä
|
||||
16/10/2024 14:13:24 Palkansaaja En 26-30 Mies 8 Lukio 1 Gofore Tampere Konsulttitalossa 100 2 Frontend developer 4030 50375 Ei
|
||||
16/10/2024 14:40:55 Laskuttaja 26-30 Mies 8 5 6 Frontend, full stack ja mobiili 70 Itse Suomesta
|
||||
16/10/2024 15:35:52 Palkansaaja En 26-30 Nainen 5 Diplomi-insinööri -5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 70 ML Engineer 4300 54000 Ei
|
||||
16/10/2024 15:48:07 Palkansaaja En 41-45 mies 25 Filosofian maisteri, matematiikka 10 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 20 Lead software developer (database engine) 6000
|
||||
16/10/2024 16:13:39 Palkansaaja En 31-35 Muunsukupuolinen 7 Ylempi korkeakoulututkinto 6 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Senior Android Developer 6890 87000 Kyllä
|
||||
16/10/2024 17:01:57 Palkansaaja En 41-45 Mies 14 Tietojenkäsittelyn Tradenomi 6 Cirit Tampere Konsulttitalossa 100 70 Senior Frontend Developer 5300 64800 Kyllä Kiitos taas kerran tästä kyselystä! Siitä on ollut konkreettista hyötyä palkkaneuvotteluissa jo monena vuonna
|
||||
16/10/2024 19:32:51 Palkansaaja En 31-35 Nainen 1 Ravintola- ja muotoiluala, yrittämistä, nyt opiskelen ICT-insinööriksi viimeistä vuotta 0 Tampere Tuotetalossa, jonka core-bisnes on softa 70 40 Jr. Web-kehittäjä 1970 25000 Ei
|
||||
16/10/2024 20:25:13 Palkansaaja En 36-40 Mies 6 AMK -3 Vincit PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Software dev / Lead dev 7400 93500 Pohja+kannustinbonukset+osa kk laskutuksesta Kyllä
|
||||
16/10/2024 21:22:50 Palkansaaja En 41-45 Mies 19 Diplomi-insinööri 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 3 Senior Software Developer 6640 80000 Osakkeet Kyllä
|
||||
16/10/2024 21:59:40 Palkansaaja En 36-40 mies 16 Elektroniikka-asentaja, ohjelmistotekniikan ammattitutkinto 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 30 Senior/ Lead developer (Android) 6100 79000 Ei Kiitos!
|
||||
16/10/2024 23:20:34 Palkansaaja En 41-45 M 18 Tradenomi 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 100 Senior fullstack developer 6300 82000 Kyllä
|
||||
16/10/2024 23:20:57 Palkansaaja En 36-40 mies 14 DI 3.4 Tampere Tuotetalossa, jonka core-bisnes on softa 80 90 Full stack software engineer 4900 58800 Ei
|
||||
17/10/2024 07:13:37 Palkansaaja En 26-30 Mies 3 Korkeampi yliopistotutkinto 2.5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Development manager 4000 50500 Palkka+tulosbonus Vastaavanlaista roolia voi olla vaikea löytää, vaikka titteli osuisikin samaksi
|
||||
17/10/2024 07:39:38 Palkansaaja En 31-35 Nainen 5 Maisteri 2.86 Relex PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 Tech Lead 5800
|
||||
17/10/2024 08:44:18 Palkansaaja En 36-40 Mies 13 Tradenomi 20 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Senior Backend Developer 5100 63750 Vain palkka + perus-lounasedut yms. tavanomaiset. Kyllä Lokakuussa 2023 olin julkisella töissä, nyt yksityisellä, eli huima 20% nousu palkassani selittynee pitkälti sillä. Toki silloin tein 36,25-tuntista viikkoa ja lomat olivat pidempiä, jota en huomioinut, eli palkka per työtunti ei noussut noin paljon.
|
||||
17/10/2024 10:03:03 Palkansaaja En 26-30 Nainen 3.5 9 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 20 Senior software developer 4800 57600 Kyllä
|
||||
17/10/2024 10:26:59 Palkansaaja En 36-40 mies 16 Tradenomi (BBA) 0 Qalmari Oy Salo Konsulttitalossa 100 50 Senior Software Developer 5200 55000 mahdollisuus ostaa yrityksen osakkeita Kyllä
|
||||
17/10/2024 11:00:27 Palkansaaja En 36-40 Mies 10 Ammattikorkea +3 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Developer 6800 84000 Kyllä
|
||||
17/10/2024 15:36:59 Palkansaaja En 46-50 Mies 20 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Principal Engineer 9800 260000 Osakepalkkio Kyllä
|
||||
17/10/2024 16:05:33 Palkansaaja En 41-45 M 18 MSc 0 Turku Konsulttitalossa 100 0 Senior Software Developer 7000 80000 50% laskutuksesta Kyllä Työnantajan henkilöstömäärän/liikevaihtoluokan voisi lisätä vaihtoehdoksi työnantajan nimelle
|
||||
17/10/2024 16:13:12 Palkansaaja En 41-45 15 Ohjelmistotekniikan insinööri AMK PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Frontend developer 4900 60000 Kyllä
|
||||
17/10/2024 19:03:29 Palkansaaja En nainen yliopistotutkinto PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 50 Lead data engineer 5500 68750 Ei
|
||||
18/10/2024 00:11:28 Palkansaaja En 36-40 Mies 16 0 NorthCode Konsulttitalossa 100 0 Senior DevOps Specialist 6500 Kiinteä kuukausipalkka + bonukset Kyllä
|
||||
18/10/2024 08:53:18 Laskuttaja En 36-40 Mies 13 Tradenomi 0 3 fullstack, devops, arkkitehtuuri 107 176000 Käytän välitysfirmoja Suomesta
|
||||
18/10/2024 09:20:03 Palkansaaja En 41-45 mies 24 tekniikan yo (DI-linja, ei valmistunut) 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 90 80 CTO; järjestelmä-/data-arkkitehti 6000 2000 vähemmistöomistus yrityksestä Ei
|
||||
18/10/2024 09:46:26 Palkansaaja En 41-45 Mies 15 Filosofian maisteri 1 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Scrum master 6000 77000 Kyllä
|
||||
18/10/2024 14:44:17 Palkansaaja En 46-50 mies 25 Filosofian maisteri (tietojenkäsittelytiede) 1.3 Konsulttitalossa 100 75 Senior Software Developer 6041 8640 bonus 2000€ + 4000€ osinkoja vuodessa Ei
|
||||
18/10/2024 15:31:15 Palkansaaja En 36-40 Mies 18 DI -10 PK-Seutu (Helsinki, Espoo, Vantaa) Oma softa, oma rauta ja niiden yhteispeli, ei toista ilman toista 100 60 Software engineer (Pilvibackend-koodaus ja fyysisille PC-laitteille sovelluskoodaus) 5500 68750 Optiot 4 vuoden vestingillä Ei, mutta huomioitu optioiden määrässä ja oletus, että nousee alkuvaiheen firman kasvaessa
|
||||
18/10/2024 16:23:08 Palkansaaja En 36-40 Nainen 16 Ylioppilas 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Senior Fullstack Developer 5700 70000 85/15. Provisio 15 asiakaslaakutuksen mukaan Kyllä
|
||||
18/10/2024 21:19:57 Palkansaaja En 36-40 Mies 17 Lukio, yliopisto dropout 2 Tuotetalo PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Dev Team Lead 8050 96600 Kyllä
|
||||
19/10/2024 08:42:44 Palkansaaja En 31-35 Mies 6 Luonnontieteiden kandidaatti 3 Tampere Tuotetalossa, jonka core-bisnes on softa 100 0 Senior Product engineer 7400 88800 Kyllä
|
||||
19/10/2024 09:20:20 Palkansaaja En 31-35 nainen 0 IT-tradenomi Capgemini PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 40 Junior integration developer 3300 42000 Kyllä
|
||||
19/10/2024 20:54:18 Palkansaaja En 46-50 25 YAmk 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 5 Architect 5500 70000 Bonarit Kyllä
|
||||
20/10/2024 14:58:20 Palkansaaja En 36-40 Mies 15 Insinööri (amk) 2 Tampere Konsulttitalossa 100 0 Senior software developer, full stack 5384 66000 Tulokseen perustuva vuosibonus Ei
|
||||
21/10/2024 08:23:42 Palkansaaja En 31-35 Mies 5 FT 8 Relex Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 5 Algorithm Developer 5400 71000 Bonukset palkan päälle Kyllä
|
||||
21/10/2024 08:32:30 Palkansaaja En 46-50 mies 5 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 0 Backend developer 4500 54400
|
||||
21/10/2024 09:54:28 Palkansaaja En 31-35 nainen 8 ei koulutusta alalle Tampere Tuotetalossa, jonka core-bisnes on softa 100 1 wordpress developer 3600 Kyllä
|
||||
21/10/2024 19:56:22 Palkansaaja En 41-45 Mies 23 Tietojenkäsittelytieteen maisteri 2.5 Relex Solutions PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 35 Principal Software Developer 7850 100000 Kyllä
|
||||
22/10/2024 14:47:39 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 26-30 Mies 5 Tietojenkösittely, Tradenomi 1 Fullstack, mobiili, verkkosivut 70 Itse Suomesta
|
||||
22/10/2024 15:38:55 Laskuttaja En 36-40 Miäs 16 DI 5 4 Fullstack + devops + cloud-native devaus 100 121000 Käytän välitysfirmoja Suomesta
|
||||
22/10/2024 21:05:57 Palkansaaja En 36-40 Mies 12 Ylempi korkeakoulututkinto 2 Turku Tuotetalossa, jonka core-bisnes on softa 100 0 Software Architect 7100 97000 Kyllä
|
||||
22/10/2024 21:46:34 Laskuttaja En 36-40 Mies 10 Diplomi-insinööri 0 2 Softadevaust: bäkkäriä ja pilveä 95 150000 Käytän välitysfirmoja Ulkomailta
|
||||
22/10/2024 22:57:24 Laskuttaja En 41-45 Mies 20 DI 0 6 Full stack 83 140000 Käytän välitysfirmoja Suomesta Hyvä kysely!
|
||||
23/10/2024 05:04:12 Palkansaaja En 26-30 Mies 6 12 Futurice PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 4700 Kyllä
|
||||
23/10/2024 10:25:04 Palkansaaja En 36-40 Mies 7 AMK 1.5 Jyväskylä Konsulttitalossa 80 0 web-developer 2860 0 Kyllä
|
||||
23/10/2024 10:50:34 Palkansaaja En 36-40 Nainen 2.5 Tradenomi 0 Tampere Konsulttitalossa 100 50 Software Developer 3680 150 En osaa sanoa
|
||||
23/10/2024 11:45:56 Palkansaaja En 31-35 Turku Julkinen tai kolmas sektori 100 20 Research Assistant 2327 28000 Ei
|
||||
23/10/2024 12:01:08 Palkansaaja En 41-45 mies 21 KTM 0 Jyväskylä Konsulttitalossa 80 60 full-stack ohjelmistokehittäjä 4400 55000 Kyllä
|
||||
23/10/2024 12:04:15 Palkansaaja En 26-30 Mies 6 Ammattikorkeakoulututkinto 16 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 10 Cloud Platform Engineer 5100 Kiinteä kuukausipalkka Kyllä
|
||||
23/10/2024 12:26:44 Palkansaaja En 31-35 Mies Liiketalouden tradenomi AMK 0 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Staff Software Engineer 6518 81500 Kasvuyrityksen osinko-ohjelma isona osana kokonaiskompensaatiota palkan lisäksi Kyllä Upeaa duunia, kiitos Juhis! <3
|
||||
23/10/2024 12:49:34 Palkansaaja En 21-25 Mies 2 Tekniikan-kandidaatti 15 Tampere Konsulttitalossa 40 50 Data Engineer 1200 20000 Kyllä
|
||||
23/10/2024 13:08:09 Palkansaaja En 46-50 mies 15 yliopisto-opintoja 5 SAP PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 0 Software developer 6875 100000 kk-palkka + optio- & osake-kannustimet Kyllä
|
||||
23/10/2024 13:50:49 Palkansaaja En 36-40 mies 8 tradenomi 3 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Full stack developer 5450 70000 Kyllä
|
||||
23/10/2024 14:38:42 Laskuttaja En 41-45 mies 24 DI 0 2 lead development, full stack development, architecture 101.5 28700 Itse Suomesta, Ulkomailta
|
||||
23/10/2024 15:31:59 Palkansaaja Kyllä, laskuttajasta palkansaajaksi 31-35 Miäs 11 Tietotekniikan Insinööri / Bachelor of Engineering -24 Oulu Konsulttitalossa 100 0 Software Developer 4000 50000 Ei Ei 50-50 palkkamallia :(
|
||||
23/10/2024 15:33:29 Palkansaaja En 26-30 nainen 8 Tietoliikenne 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 70 Senior Full-stack developer 5000 65000 palkka + lomarahat Ei
|
||||
23/10/2024 16:18:27 Palkansaaja En 15-20 Mies 4 Lukio 60 Jyväskylä Konsulttitalossa 100 100 Web developer 2900 Kyllä
|
||||
23/10/2024 16:58:34 Palkansaaja En 26-30 5 Yliopisto 12 Turku Konsulttitalossa 60 10 Lead Developer 2000 25000 Yrityksen osakkeisiin 3,5% palkasta, jonka työnantaja tuplaa Ei
|
||||
23/10/2024 17:31:49 Palkansaaja En 41-45 mies 4 Ammattikoulu 0 Turku Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Full Stack Web Developer 4300 53750 Kuukausipalkka + 4 vk vuosilomaraha (50% lomapalkasta vuosilomalain mukaan) Ei
|
||||
23/10/2024 18:41:49 Palkansaaja En 31-35 Nainen 9 Mediatekniikan insinööri 0 Tampere Konsulttitalossa 0 60 Frontend developer 4448 Kyllä
|
||||
24/10/2024 08:46:26 Palkansaaja En 36-40 mies 25 ylioppilas 30 Tampere Tuotetalossa, jonka core-bisnes on softa 100 20 web-arkkitehti 4500 130000 olen yksi omistajista, ei välttämättä vertailukelpoinen siis puhtaisiin työntekijöihin Kyllä
|
||||
24/10/2024 09:34:47 Palkansaaja En 26-30 mies 6 tradenomi tietojenkäsittely 3 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 0 Full-stack developer 5250 65000 Ei
|
||||
24/10/2024 09:44:27 Palkansaaja En 36-40 mies 10 FM 5 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 50 Team lead 7000 88000
|
||||
24/10/2024 10:54:48 Laskuttaja Kyllä, palkansaajasta laskuttajaksi 31-35 mies 4 ICT tradenomi 0.5 Full stack 72.25 Käytän välitysfirmoja Suomesta
|
||||
24/10/2024 15:42:52 Palkansaaja En 36-40 nainen 3 Taloushallinnon merkonomi 4 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 3 Integration specialist 3450 46000 Ei
|
||||
24/10/2024 16:33:28 Palkansaaja En 41-45 Mies 15 Yliopisto 0 Goforen alihankkija Tampere Konsulttitalossa 100 0 ATK-talonmies 6000 80000 Ei
|
||||
24/10/2024 17:55:30 Palkansaaja En 41-45 M 20 DI 3 Turku Konsulttitalossa 100 0 7700 94000 Kyllä
|
||||
25/10/2024 17:18:32 Palkansaaja En 41-45 Mies 18 DI 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 20 Software architect 7000 87500 Kyllä
|
||||
25/10/2024 19:01:35 Laskuttaja En 31-35 Mies 10 Tietotekniikan diplomi-insinööri -6 10 Full stack 85 150000 Itse, Käytän välitysfirmoja Suomesta
|
||||
26/10/2024 15:33:35 Palkansaaja En 41-45 mies 25 ylioppilas 3 Oulu Tuotetalossa, jonka core-bisnes on softa 80 95 devops / systems engineer 3380 40600 Kyllä
|
||||
26/10/2024 21:57:24 Palkansaaja En 31-35 Mies 8 Diplomi-insinööri (Tietotekniikka) 4.7 PK-Seutu (Helsinki, Espoo, Vantaa) Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 10 Team lead / Full Stack Senior Developer 6300 78750 Kyllä
|
||||
27/10/2024 14:10:00 Palkansaaja En 36-40 Mies 15 Diplomi-insinööri 1 Tampere Konsulttitalossa 100 100 Projektipäällillö 5275 66000 Kyllä
|
||||
27/10/2024 14:28:13 Palkansaaja En 36-40 Mies 11 Diplomi-insinööri 6 Unity Technologies Finland Oy PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 80 Senior software engineer 6950 105400 Palkka ja yrityksen osakkeita Kyllä
|
||||
27/10/2024 14:58:00 Palkansaaja En 26-30 Mies 8 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa Senior Research Scientist 9200 550000 Palkka+RSU jne.
|
||||
27/10/2024 15:00:14 Palkansaaja En 36-40 mies 16 ammattikorkea 3.49 PK-Seutu (Helsinki, Espoo, Vantaa) Tuotetalossa, jonka core-bisnes on softa 100 10 software engineer, fullstack 5075 67500 vuosittainen bonus Kyllä
|
||||
27/10/2024 16:23:04 Palkansaaja En 36-40 mies 19 Amk insinööri 0 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 97 25 Sovelluskehittäjä 6500 82000 Provisiopalkkka, laskutusbonus, rekrybonus, osingot Kyllä
|
||||
27/10/2024 16:44:04 Laskuttaja En 41-45 Mies 20 DI -10 2 Arkkitehtuuri, Full Stack 83 145000 Käytän välitysfirmoja Suomesta
|
||||
27/10/2024 17:20:37 Palkansaaja En 31-35 mies 10 Filosofian maisteri (tietojenkäsittelytiede) 5 PK-Seutu (Helsinki, Espoo, Vantaa) Konsulttitalossa 100 80 DevOps engineer 6000 78000 Kyllä
|
||||
27/10/2024 18:45:21 Palkansaaja En 51-55 Mies 28 Luonnontieteiden kandi 2 PK-Seutu (Helsinki, Espoo, Vantaa) 100 40 Ratkaisuarkkitehti 8750 135000 Osakkeita tulee säännöllisesti Kyllä
|
||||
27/10/2024 20:11:03 Palkansaaja En 36-40 nainen 2 Medianomi 9 TietoEvry Vaasa Tuotetalossa, jonka core-bisnes on softa 100 3 Service Desk Specialist 2646 33400 Pari hlökohtaista bonusta vuodessa. Kyllä En koodaa työkseni. Rooliin nähden koen palkan olevn ok, se on myös noussut vastuiden/taidon myötä.
|
||||
27/10/2024 21:10:10 Palkansaaja En 41-45 Mies 19 Di, tietotekniikka 3 Tampere Konsulttitalossa 60 30 SW architect, backend developer 3720 Ei
|
||||
27/10/2024 22:09:18 Palkansaaja En 36-40 mies 10 lukio + ammattitutkinto, keskenjääneet yliopisto-opinnot 3.5 Oulu Yrityksessä, jossa softa on tukeva toiminto (esim pankit, terveysala, yms) 100 1 Backend developer 5800 102000 Peruspalkka, vuosibonukset, henkilöstörahasto, muita bonuksia Kyllä
|
||||
|
Can't render this file because it contains an unexpected character in line 109 and column 588.
|
BIN
data/2024/results-fi.xlsx
Normal file
BIN
data/2024/results-fi.xlsx
Normal file
Binary file not shown.
684
data/2025/data.tsv
Normal file
684
data/2025/data.tsv
Normal file
@@ -0,0 +1,684 @@
|
||||
Timestamp Employee or entrepreneur Switched from employment to entrepreneurship, or vice versa, in 2025? Age Gender Finnish fluency Work language Relevant work experience from the industry (in years) Years at current employer Companies worked for Company size Education Field of Study Change in pay rate from last year (%) Years as entrepreneur What services do you offer? Hourly rate (VAT 0%, in euros) Yearly billing (VAT 0%, in euros) Billable hours per week Weeks not billing Billing methods Contract length Do you use agencies or find your clients yourself? Where are your clients from? Company City What kind of a company you work in? Working time (h/week) Time in office (%) Role / title Seniority level Formal Seniority Base salary (gross, monthly EUR) Commission (gross, monthly EUR) Lomaraha (Holiday bonus, in EUR) Bonus (EUR) Equity (EUR) Free description of your compensation model Competitive salary Bonus Non-fringe benefits Yearly Tax-Free Benefits (EUR) Fringe benefits (luontoisedut) Operating system Language Web Frameworks Data Engineering & Machine Learning DevOps & Cloud Platforms Databases What was left unasked that you want to answer to? Feedback of the survey
|
||||
09/02/2026 08:08:48 Entrepreneur No 36-40 Male Yes Both 10 4 4 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Arts and Humanities -5 4 fullstack development with backend focus 85 100000 30 9 Hourly billing 3-6 months Myself, Agencies Finland macOS TypeScript, Python, Go SQL, Kafka, scikit-learn CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Tiger Data (Timescale)
|
||||
09/02/2026 08:10:51 Employee No 46-50 Male Yes Both 20 4 5 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 21 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 45 10 Founder, Technology or Otherwise Manager or People Lead Yes 7000 0 3500 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free gym membership, Fixed-line internet to your home, Monitors for home office Limited car benefit macOS TypeScript React, Svelte CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Firestore
|
||||
09/02/2026 08:13:14 Employee No 36-40 Male Yes Both 14 3 5 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Turku Product company with software as their core business 42 20 AI/ML Engineer Staff / Principal / Lead No 6000 3100 Below market Stock options / equity Health insurance, Work laptop, Monitors for home office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Next.js, Django Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL Kiitos, tämä on tärkeä kysely!
|
||||
09/02/2026 08:14:20 Employee No 26-30 Male Yes Both 6 4 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 5 Developer, Backend Senior Yes 4900 0 2940 9805 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows TypeScript, C# Next.js, ASP.NET Core SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
09/02/2026 08:14:33 Employee No 41-45 Male Yes Finnish 20 10 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1.25 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Senior No 7000 5040 5400 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Work laptop, Free office parking (during work hours), Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Java, PHP React, Next.js, Spring Boot Docker, Google Cloud Platform (GCP) MySQL
|
||||
09/02/2026 08:14:41 Employee No 41-45 Male Yes Finnish 20 3 6 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 5 Tampere Product company with software as their core business 37.5 0 Developer, QA or Test Senior No 5500 0 3000 2000 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, Python Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 08:14:43 Entrepreneur No 36-40 Male Yes Both 13 3 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 3 Software development full-stack 74 124000 37.5 5 Hourly billing 6-12 months Agencies Finland Windows JavaScript, Java React, Spring Boot Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) Db2
|
||||
09/02/2026 08:16:30 Employee No 41-45 Male Yes English 15 8 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Developer, Full-Stack Senior Yes 4950 2970 1800 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop 250 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB AI usage would be maybe interesting info maybe. Holiday bonus could have option as "bonus as days off" or something if one chooses to rather have 6/12 extra vacation days instead of money if company allows it.
|
||||
09/02/2026 08:19:04 Employee No 26-30 Male Yes Both 5 4 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 9 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, QA or Test Senior No 4925 0 2955 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free gym membership, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, Python, Robot Framework React, Node.js, Django SQL, Pandas / NumPy Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) "Number of change negotiations in your company during the last two calendar years" or something to showcase the volatility of the market. We've had two. Excellent survey.
|
||||
09/02/2026 08:21:02 Employee No 31-35 Male Yes Both 15 3 3 51-100 Doctorate (PhD / tohtori) Natural Sciences, Mathematics, and Statistics 0 Tampere Consulting 45 10 AI/ML Engineer Staff / Principal / Lead Yes 3200 4000 0 0 Average market Lomaraha (Holiday bonus), Stock options / equity, Profit sharing, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Monitors for home office, Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, C++ React, Next.js, FastAPI SQL, Apache Spark, Airflow Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, Redis, InfluxDB
|
||||
09/02/2026 08:24:07 Employee No 26-30 Male Yes Finnish 10 4 4 11-50 Upper secondary – general (lukio / high school equivalent) 11.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Senior Yes 4350 0 0 2400 euros, monthly RSU and bonus RSU Not sure Individual performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript React, NestJS SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
09/02/2026 08:24:28 Employee No 36-40 Male Yes Both 13 1 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 4.3 Turku Consulting 37.5 50 Developer, Full-Stack Senior Yes 6000 0 3600 0 Lunch benefit on top of salary, health-care Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Next.js Docker, Terraform, AWS PostgreSQL, Redis, DynamoDB
|
||||
09/02/2026 08:27:38 Employee No 36-40 Female Yes English 16 3 5 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 38 40 Developer, Full-Stack Staff / Principal / Lead No 6500 0 0 0 I receive stock options but the value is unclear Below market Stock options / equity Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office, Free weekly lunch 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Dart React, Angular, NestJS SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
09/02/2026 08:28:16 Employee No 46-50 Male Yes Finnish 22 13 4 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Developer, Full-Stack Senior Not sure 5900 0 3500 0 0 Average market Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Java React, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
09/02/2026 08:30:52 Employee No 41-45 Male Yes Both 15 2 7 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 1.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Staff / Principal / Lead Yes 6950 3500 Average market Lomaraha (Holiday bonus), Company performance bonus Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Employer-subsidised commuter ticket (taxed), Garage (outside work hours) macOS JavaScript, TypeScript, Python Node.js, Lit SQL, Kafka, Pandas / NumPy Docker, Kubernetes, Terraform PostgreSQL, Cassandra, Tiger Data (Timescale)
|
||||
09/02/2026 08:31:51 Entrepreneur No 41-45 Male Yes Both 20 2 10 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 8 Full-stack 98 203000 43 7 Hourly billing Over 24 months Agencies Finland macOS TypeScript, Python, Java React, Next.js, Spring Boot Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 08:34:17 Employee 31-35 Male Yes Both 9 3 5 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 0 Developer, Embedded Applications or Devices Senior Yes 5300 Below market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL C, C++
|
||||
09/02/2026 08:38:43 Employee No 41-45 Male Yes Both 26 1 7 6-10 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 40 Joensuu A company where software is a support role (for example banks or healthcare) 37.5 0 Developer, Full-Stack Staff / Principal / Lead No 8000 4000 36000 0 2/3 salary, 1/3 personal goals based bonuses Above market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Tanstack, Bun SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
09/02/2026 08:39:28 Employee No 36-40 Male Yes Both 12 5 6 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Mirantis Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 1 Engineering Manager Staff / Principal / Lead Yes 10000 5000 Stock options Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office 1300 macOS TypeScript React, Node.js, NestJS SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 08:40:10 Employee No 36-40 Male Yes Both 7 1 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) -50 Tampere Product company with software as their core business 37.5 80 Developer, Mobile Senior No 5300 3200 0 0 Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop 0 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) Java, Kotlin
|
||||
09/02/2026 08:40:11 Employee No 26-30 Male Yes Both 7 1 3 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 28.78 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, Full-Stack Senior Not sure 5400 3240 Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS JavaScript, Kotlin React Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
09/02/2026 08:43:11 Employee No 36-40 Male Yes English 15 6 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Architect, Software or Solutions Staff / Principal / Lead No 3000 6500 6000 Pohjapalkka + provisio Above market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Java, Go React, Node.js, Spring Boot SQL, Kafka Linux server, Docker, Kubernetes PostgreSQL, MongoDB, DynamoDB
|
||||
09/02/2026 08:43:41 Employee No 36-40 Prefer not to say Yes Both 20 4 5 10000+ Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 3.9 Oulu Consulting 37.5 4 Architect, Software or Solutions Staff / Principal / Lead Yes 8780 0 5268 0 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python SQL, Airflow, Snowflake / BigQuery / Redshift Linux server, Docker, AWS PostgreSQL, SQL Server, DynamoDB
|
||||
09/02/2026 08:44:02 Employee No 41-45 Male Yes Both 20 3 4 10000+ Doctorate (PhD / tohtori) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 37.5 50 Junior / Entry-level Yes 4407.5 2000 0 0 Above market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office, Public transport subsidy (tax-free) 120 macOS TypeScript React, Node.js Docker
|
||||
09/02/2026 08:45:32 Employee No 36-40 Male Yes Finnish 14 3 10 501-1000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2 Valtio Capital region (Helsinki, Espoo, Vantaa) Public or third sector 36.25 20 DevOps Engineer or Professional Senior Not sure 4600 2300 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) 150 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows + WSL JavaScript React, Next.js, Node.js Linux server, Microsoft Azure, Bicep
|
||||
09/02/2026 08:47:46 Employee No 36-40 Male Yes Both 12 0 8 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -7 No centrla office, multiple locations with employees Consulting and product 37.5 0 AI-native do-it-all one-man-show projects Senior Yes 6500 0 3900 0 0 Average market Lomaraha (Holiday bonus) Work laptop Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) macOS TypeScript, Python React, FastAPI SQL Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 08:48:28 Employee No 36-40 Male Yes English 12 4 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Mapbox Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Backend Senior Yes 11613.33 450 6968 29710 Base + static oncall comp + stock options Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 600 macOS TypeScript, Rust, C++ Node.js SQL, Airflow, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS Redis, DynamoDB
|
||||
09/02/2026 08:48:47 Employee No 36-40 Male Yes English 13 8 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Staff / Principal / Lead No 6900 1100 3366 0 0 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Profit sharing, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Go React, Next.js, FastAPI Airflow, dbt CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Google Cloud Platform (GCP) PostgreSQL, DynamoDB, Valkey
|
||||
09/02/2026 08:49:36 Employee No 36-40 Male Yes Both 14 1 5 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 13 Kaiku Crew Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Developer, Full-Stack Staff / Principal / Lead No 6800 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free gym membership, Other tools like high-end keyboard, mouse etc 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js, Node.js SQL, Kafka Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis Is your company hiring?: yes, join us at kaikucrew.com
|
||||
09/02/2026 08:49:38 Employee No 46-50 Male Yes Both 28 6 7 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Tampere Consulting 37.5 50 Cloud Infrastructure Engineer Staff / Principal / Lead Yes 7450 4470 0 0 Above market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Garage (outside work hours) macOS Python, Go Docker, Kubernetes, AWS PostgreSQL, MySQL, Redis En jaksa alkaa laskea kaikkia summia whatever.
|
||||
09/02/2026 08:54:02 Employee No 36-40 Female Yes English 20 3 6 11-50 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 4.26 Tampere Consulting 37.5 20 Senior Executive (C-suite, VP, etc.) Manager or People Lead No 6360 3816 7000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1120 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip)
|
||||
09/02/2026 08:59:14 Employee No 26-30 Male Yes English 5 5 1 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Visma Solutions Lappeenranta Product company with software as their core business 37.5 100 Developer, Full-Stack Mid-level Yes 4160 2500 2000 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Sign-on bonus Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Windows TypeScript, C# React, ASP.NET Core SQL SQL Server
|
||||
09/02/2026 09:11:23 Entrepreneur No 41-45 Male Yes English 17 6 6 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.72 6 full-stack 88.5 143894 37.5 9 Hourly billing Over 24 months Myself, Agencies Finland Windows + WSL TypeScript, Python, Java React, Node.js, Spring Boot SQL, Pandas / NumPy Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MongoDB, DynamoDB
|
||||
09/02/2026 09:17:53 Employee No 46-50 Male Yes Both 26 7 7 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 4.06 Jyväskylä Consulting 37.5 90 Business development director Senior Yes 6406 0 3843 1866 0 Short term incentive model with personal targets Average market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
09/02/2026 09:20:29 Employee No 51-55 Male Yes Both 30 2 6 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Turku Product company with software as their core business 37.5 35 Developer, Full-Stack Senior Yes 5000 0 3000 0 Below market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python React, Django SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, DuckDB
|
||||
09/02/2026 09:25:35 Employee No 31-35 Male Yes English 10 1 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Metacore games Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Cloud Infrastructure Engineer Senior No 6390 3834 Average market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 1200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Go SQL Kubernetes, Terraform, AWS PostgreSQL, MySQL ai tools? Primary editor? :) Good job!
|
||||
09/02/2026 09:29:34 Entrepreneur No 36-40 Male Yes Both 18 8 5 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 7.35 4 Full-stack lead developer so all of the above. 160000 37.5 4 Monthly billing Open-ended Myself Finland macOS TypeScript, Python, Go Next.js, FastAPI, chi SQL, Kafka Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL, Valkey Thanks for the survey!
|
||||
09/02/2026 09:31:00 Entrepreneur No 36-40 Male Yes English 16 6 7 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) -8 6 frontend-focused full-stack development, technical leadership, architecture 80 50000 40 5 Hourly billing 6-12 months Agencies Finland, Abroad macOS JavaScript, TypeScript, Java React, Node.js, Express Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
09/02/2026 09:32:49 Employee No 26-30 Male Yes Both 7 0 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 100 Developer, Full-Stack Senior No 5400 3240 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Go React, NestJS, FastAPI Docker, Kubernetes, Terraform PostgreSQL
|
||||
09/02/2026 09:39:12 Employee No 31-35 Female Yes Finnish 2 2 1 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Tampere Product company with software as their core business 26.25 40 Developer, Full-Stack Mid-level No 2009 0 803 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop 0 Windows JavaScript, Python, PHP Django, FastAPI SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
09/02/2026 09:39:54 Employee No 31-35 Male Yes Finnish 6 4 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, QA or Test Senior No 4400 100 0 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows JavaScript, Python, Robot Framework CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
09/02/2026 09:43:05 Employee No 31-35 Male Yes Finnish 10 10 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.51 Tampere Product company with software as their core business 37.5 95 Developer, Full-Stack Senior No 4567 2740 Not sure Lomaraha (Holiday bonus) Work laptop, Snacks and beverages in office 240 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) JavaScript, Python Vue.js, Django MySQL
|
||||
09/02/2026 09:44:23 Employee No 31-35 Male No English 7 2 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Witted Oy Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 3 Developer, Full-Stack Senior No 0 7500 4500 0 0 Above market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Linux (bare metal / native) TypeScript, Python React, FastAPI SQL, CYPHER Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, InfluxDB, Neo4j Startup status; feelings checks; AI tools mandates
|
||||
09/02/2026 09:48:31 Employee No 31-35 Male Yes English 12 5 10000+ 14 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 10 Engineering Manager 7300 4380 130000 Stock options / equity Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS
|
||||
09/02/2026 09:49:15 Employee No 41-45 Male Yes Both 19 4 6 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 4.6 Tampere Consulting 37.5 0 Developer, Full-Stack Senior Yes 7060 4250 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Other tools like high-end keyboard, mouse etc Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript, C# React, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server, Redis
|
||||
09/02/2026 09:51:17 Entrepreneur No 36-40 Male Yes English 19 4 5 1 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) -17 4 Tech leadership as a service, Cloud architecture development, fullstack development, SaaS products 90 94000 25 6 Hourly billing 6-12 months Myself, Agencies Finland macOS TypeScript, PHP React, Vue.js, Express SQL, Kafka Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MySQL, Firebase
|
||||
09/02/2026 09:55:06 Employee No 31-35 Non-binary Yes English 8 2 3 11-50 Upper secondary – general (lukio / high school equivalent) 7.7 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Architect, Software or Solutions Senior Yes 7000 4200 Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript React, Node.js, Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
09/02/2026 09:55:51 Employee No 31-35 Male Yes Finnish 10 4 4 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 3.2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Full-Stack Mid-level Yes 4830 100 2900 0 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Kotlin React, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure PostgreSQL, Redis
|
||||
09/02/2026 09:57:30 Employee No 36-40 Female Yes Finnish 13 3 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.49 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Senior Yes 5612 Below market Lomaraha (Holiday bonus) Work laptop, Training/Courses/Education budget 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Node.js SQL, Airflow, dbt CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure PostgreSQL, SQL Server
|
||||
09/02/2026 09:58:37 Employee No 31-35 Male Yes English 10 2 4 10000+ Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2 Tieto Turku Product company with software as their core business 37.5 5 Cloud Infrastructure Engineer Senior Yes 6440 3865 Average market Referral bonus (for successful hires) Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit, Garage (outside work hours) macOS SQL, Apache Spark Docker, Terraform, Microsoft Azure PostgreSQL, MongoDB
|
||||
09/02/2026 10:02:43 Employee No 36-40 Male Yes Finnish 15 9 3 1001-5000 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Gofore Oyj Tampere Consulting 37.5 0 Developer, Full-Stack Senior Yes 5161 3096 Average market Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript, Java React, Spring Boot SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, SQL Server
|
||||
09/02/2026 10:02:46 Employee No 36-40 Male Yes English 13 12 2 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Oulu Product company with software as their core business 37.5 10 Developer, Full-Stack Senior Yes 4700 2820 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Fixed-line internet to your home 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, PHP React Kubernetes, Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
09/02/2026 10:03:21 Entrepreneur Yes, from employee to entrepreneur 41-45 Male Yes Finnish 15 0 7 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 full-stack 86 37 4 Monthly billing 12-24 months Agencies Finland macOS JavaScript, TypeScript, Java React, Node.js, Spring Boot SQL AWS PostgreSQL
|
||||
09/02/2026 10:18:12 Employee No 36-40 Male Yes English 11 5 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4.4 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 95 Cloud Infrastructure Engineer Senior Yes 7100 4260 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Go Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL, MongoDB
|
||||
09/02/2026 10:19:00 Employee No 36-40 Male Yes Finnish 18 1 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Tampere Consulting 37.5 20 Developer, Full-Stack Staff / Principal / Lead Yes 5400 3240 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based) Health insurance, Work laptop, Free gym membership, Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows TypeScript, C# Angular SQL Microsoft Azure PostgreSQL, SQL Server Oletko tekoälyänkyrä
|
||||
09/02/2026 10:23:29 Employee No 31-35 Female Yes Finnish 6 4 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.72 Tampere Consulting 37.5 60 Developer, QA or Test Mid-level Not sure 4444 2666 1400 Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Python React, Node.js SQL Windows server, Microsoft Azure
|
||||
09/02/2026 10:24:04 Employee No 31-35 Male Yes Finnish 13 0 7 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 19 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, Full-Stack Staff / Principal / Lead No 5850 0 0 28000 Konsultit omistavat suuren osan yrityksestä yhdessä, jonka takia merkittävä osa kompensaatiosta on osinkoja. Above market Stock options / equity, Profit sharing Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Public transport subsidy (tax-free) Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, C# React, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server Oli hyvä kysely!
|
||||
09/02/2026 10:24:13 Employee No 36-40 Male Yes Finnish 13 1 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Tampere Product company with software as their core business 37.5 10 Developer, Full-Stack Senior No 5875 0 2940 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript React, Next.js SQL Docker PostgreSQL
|
||||
09/02/2026 10:26:09 Employee No 26-30 Male Yes Both 6 3 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 5.311 Nordcloud Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Mid-level Yes 4770 2862 687 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, C# React, ASP.NET Core SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server Good that you had the time to do this! Appreciated.
|
||||
09/02/2026 10:29:05 Employee No > 55 yrs Male Yes Finnish 30 4 6 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 2 Architect, Software or Solutions Senior Yes 8300 5000 1000 0 Above market Lomaraha (Holiday bonus), Company performance bonus, Sign-on bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Fixed-line internet to your home 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Python React, FastAPI SQL Linux server, Terraform, AWS PostgreSQL, DynamoDB
|
||||
09/02/2026 10:43:56 Employee No 26-30 Male Yes English 6 1 11-50 Upper secondary – general (lukio / high school equivalent) 6.6 Turku Consulting 37.5 65 Developer, Full-Stack Mid-level No 4046 2400 800 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 macOS TypeScript, Python, PHP React, Node.js, Django SQL Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL
|
||||
09/02/2026 10:47:52 Employee No 36-40 Male Yes Finnish 3 3 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Don't want to tell 3 Kuopio Product company with software as their core business 37.5 10 Developer, Full-Stack Mid-level No 3780 2268 1400 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office 300 Windows + Linux VM JavaScript, Python, PHP Angular, Node.js, Laravel SQL Linux server, Docker, Microsoft Azure PostgreSQL, Redis
|
||||
09/02/2026 10:51:00 Employee No 26-30 Male Yes Both 10 4 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.6 Houston Inc. Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Senior Yes 6000 3600 Above market Lomaraha (Holiday bonus) Health insurance, Work laptop, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React
|
||||
09/02/2026 10:51:27 Employee No 36-40 Male Yes Both 5 5 1 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Nordcloud Oy Kuopio Consulting 37.5 40 Developer, Full-Stack Mid-level Yes 4100 2460 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Referral bonus (for successful hires), Certification bonus on successful completion of selected hyperscaler cloud provider certifications. Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, ePassi allocation Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Node.js, Django SQL, Pandas / NumPy CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure PostgreSQL, DynamoDB Thanks for your important work!
|
||||
09/02/2026 10:54:33 Employee No 31-35 Male Yes Finnish 12 2 3 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Developer, Full-Stack Staff / Principal / Lead Yes 6700 0 4000 5300 0 Monthly salary + yearly performance bonus Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Node.js, FastAPI SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
09/02/2026 11:00:00 Employee No 41-45 Male Yes English 16 2 5 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4.8 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 80 Developer, Full-Stack Staff / Principal / Lead No 6900 Salary + good equity, haven't had chance to cash any of it yet Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Node.js, Express SQL Docker, Kubernetes, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
09/02/2026 11:03:31 Employee No 26-30 Male Yes Both 6 3 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 3.58 Jyväskylä Consulting 37.5 80 Developer, Full-Stack Mid-level Yes 5000 0 3000 360 Performance bonus, 2 times a year based on H1 and H2 Average market Lomaraha (Holiday bonus), Individual performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Clojure React, Clojure Script SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
09/02/2026 11:24:52 Employee No 31-35 Male Yes Finnish 10 4 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information Systems Science Jyväskylä Consulting 37.5 98 Developer, Full-Stack Senior 5040 3000 500 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript React, Node.js, Express Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 11:27:45 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes Both 13 1 3 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Full-stack 80 55000 40 2 Fixed price / project-based Open-ended Myself Abroad macOS JavaScript, TypeScript React, Node.js, NestJS SQL Linux server, Docker, AWS PostgreSQL, Redis
|
||||
09/02/2026 11:28:42 Employee No 36-40 Male Yes English 15 1 6 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 57 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 80 Developer, AI Apps or Physical AI Staff / Principal / Lead Yes 9000 0 4500 0 100000 Nice salary + good stock options plan Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Linux (bare metal / native) Python, Go SQL, PyTorch, Pandas / NumPy Linux server, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
09/02/2026 11:30:16 Employee No 31-35 Male Yes Both 15 1 7 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Albertine Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Developer, Full-Stack Senior No 6500 3900 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript React, Node.js, Hono.js SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Firestore
|
||||
09/02/2026 11:35:15 Employee No 26-30 Male Yes Both 9 9 2 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Turku Product company with software as their core business 37.5 0 Developer, Backend Senior No 3150 0 1500 Below market Lomaraha (Holiday bonus) Work laptop, Home office equipment budget (chair, desk, etc.), Monitors for home office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Kotlin React, Spring Boot SQL, Snowflake / BigQuery / Redshift Docker, Kubernetes, Google Cloud Platform (GCP) PostgreSQL
|
||||
09/02/2026 11:36:35 Employee No 46-50 Male Yes English 27 8 7 1001-5000 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 65 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 80 AI/ML Engineer Staff / Principal / Lead Yes 10700 5350 300000 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Python, Java, Go Kafka, PyTorch, Pandas / NumPy Kubernetes, Terraform, Google Cloud Platform (GCP) Redis, BigQuery
|
||||
09/02/2026 11:39:25 Employee No 46-50 Male Yes Both 25 1 5 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -15 Gofore Oyj Seinäjoki Consulting 37.5 95 Developer, Full-Stack Senior No 6200 3100 0 0 Average market Lomaraha (Holiday bonus) Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python Node.js, Express SQL Docker, Terraform, AWS PostgreSQL
|
||||
09/02/2026 11:43:48 Employee No 41-45 Male Yes English 9 4 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Backend Staff / Principal / Lead Yes 90000 4000 14000 2000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Ruby React, Node.js SQL, Kafka Linux server, Docker, Kubernetes PostgreSQL, Redis
|
||||
09/02/2026 11:45:43 Employee No 36-40 Male Yes English 17 4 5 1001-5000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) -2.91 Jyväskylä Consulting 37.5 60 Cybersecurity or InfoSec Professional Mid-level Yes 6156 500 3693.6 330 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, bike benefit 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Python, Bash KQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
09/02/2026 12:09:06 Employee No 31-35 Male Yes Finnish 5 3 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 36.25 20 Developer, Full-Stack Mid-level Yes 4400 4550 Below market Lomaraha (Holiday bonus) Free gym membership Windows + WSL Python, C++ Django SQL, Airflow, Pandas / NumPy Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 12:17:54 Employee No 31-35 Male Yes Both 8 1 4 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Tampere Consulting 37.5 50 Developer, Full-Stack Senior Yes 4200 0 2500 0 20000 Base salary with equity and option Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Dart React, NestJS, FastAPI SQL Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
09/02/2026 12:26:27 Employee No 26-30 Male Yes 8 5 3 51-100 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 5 Turku Product company with software as their core business 37.5 100 Developer, Backend Senior No 5500 0 0 0 7000 Average market Stock options / equity Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript Node.js, Express SQL Docker PostgreSQL
|
||||
09/02/2026 12:48:35 Employee No 31-35 Male Yes English 10 1 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics -15 Turku Consulting 37.5 5 Developer, Backend Senior Yes 4896 480 587 700 0 Average market Lomaraha (Holiday bonus), Sign-on bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Java, Kotlin Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
09/02/2026 13:22:27 Entrepreneur No 36-40 Male Yes Both 17 7 4 1 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 9 Scrum master, server administration, architecture, backend development 75 100000 30 6 Hourly billing Over 24 months Myself, Agencies Finland Linux (bare metal / native) Python, PHP, Ruby Ruby on Rails, Drupal SQL Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure MySQL, Redis, MariaDB The framework listing was quite lacking; the big web frameworks were missing (Drupal, Wordpress etc. Ok, Wordpress is a CMS, but still would make sense to capture that in the query too)
|
||||
09/02/2026 13:24:20 Employee No 36-40 Male Yes Both 15 11 5 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Communications Engineering 2.1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Data Developer Senior Yes 5942.5 0 3538.8 2645 base salary + max 10% bonus Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Python, Clojure Reagent SQL, Snowflake / BigQuery / Redshift, RabbitMQ Kubernetes, Terraform, AWS PostgreSQL, DynamoDB, Opensearch
|
||||
09/02/2026 13:36:54 Employee No 46-50 Male Yes English 22 5 6 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 60 Chapter Lead Manager or People Lead Yes 6902 3459 9190 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Free office parking (during work hours), Free gym membership, Fixed-line internet to your home, Public transport subsidy (tax-free) 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Unlimited car benefit macOS JavaScript, TypeScript, Python Kafka CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Google Cloud Platform (GCP) PostgreSQL, MySQL, DynamoDB
|
||||
09/02/2026 13:38:53 Employee No 26-30 Male Yes Both 13 13 1 11-50 Upper secondary – general (lukio / high school equivalent) 2 StellarQ Oy Turku Product company with software as their core business 37.5 90 Architect, Software or Solutions Staff / Principal / Lead Yes 4421 0 2652 0 0 Below market Lomaraha (Holiday bonus) Work laptop, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) JavaScript, TypeScript React, Node.js Kafka Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MongoDB
|
||||
09/02/2026 14:01:47 Entrepreneur No 41-45 Male Yes Both 12 3 7 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 3 Software development (backend) 80 130000 35 5 Hourly billing 3-6 months Agencies Finland Windows Java Spring Boot SQL, Kafka Docker, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, InfluxDB, DB2
|
||||
09/02/2026 15:02:57 Entrepreneur No 46-50 Male Yes Both 25 1 8 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 3 Full stack AI 100 160000 38 4 Monthly billing 12-24 months Myself, Agencies Finland Windows TypeScript, Python SQL, Apache Spark, Pandas / NumPy Terraform, Microsoft Azure PostgreSQL, SQL Server
|
||||
09/02/2026 15:03:51 Employee No 46-50 Male Yes Both 21 7 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Tampere Consulting 37.5 50 Developer, Full-Stack Manager or People Lead Not sure 5350 300 2650 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free gym membership, Other tools like high-end keyboard, mouse etc, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Java React, Vue.js, Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
09/02/2026 15:17:49 Employee No > 55 yrs Male Yes English 26 8 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction -1 Compile Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, Full-Stack Senior Yes 0 92000 5000 Average market Lomaraha (Holiday bonus), Individual performance bonus Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Java Spring Boot SQL Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) MySQL
|
||||
09/02/2026 15:27:20 Employee No Yes Both 7 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Capital region (Helsinki, Espoo, Vantaa) 37.5 Data Engineer 5500 Not sure Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Work laptop Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Python SQL, Apache Spark, Snowflake / BigQuery / Redshift SQL Server
|
||||
09/02/2026 15:27:51 Employee No 31-35 Male Yes English 12 2 4 51-100 Upper secondary – vocational (ammatillinen perustutkinto) Arts and Humanities 1.11 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 1 Developer, Backend Senior Yes 4540 910 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, PHP, Bash React, WordPress SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL, Redis
|
||||
09/02/2026 15:30:19 Entrepreneur No 41-45 Male Yes English 25 1 8 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -93 15 Absolutely everything what is considered as task in Saas online business. I don't do consulting I don't do consulting I don't do consulting I don't do consulting macOS TypeScript React, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL Not all entrepreneurs are selling hours. I sell software from which I can get salary with good luck.
|
||||
09/02/2026 15:34:52 Entrepreneur No 26-30 Male Yes Both 8 1 2 1 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 23.125 1 Data science, machine learning, data analysis 98.5 71330 18 30 Hourly billing 1-3 months Agencies Finland Windows Python, SQL, R SQL, scikit-learn, Pandas / NumPy Docker, AWS, Microsoft Azure PostgreSQL, MySQL, SQL Server
|
||||
09/02/2026 16:01:33 Employee No 26-30 Male Yes English 7 0 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 38 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Full-Stack Senior Yes 5400 Average market Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript React, Next.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) Firestore
|
||||
09/02/2026 16:15:27 Employee No 21-25 Male Yes Both 7 3 4 1001-5000 Upper secondary – general (lukio / high school equivalent) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Architect, Software or Solutions Staff / Principal / Lead No 5400 2600 13500 bonus based on company and own targets Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Go Linux server, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, SQL Server, MongoDB
|
||||
09/02/2026 16:20:31 Employee No 36-40 Male Yes English 12 10 2 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.65 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Full-Stack Senior Yes 6056 3633 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Monitors for home office, Snacks and beverages in office 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, Python, Ruby React, Node.js, Ruby on Rails Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL, Redis
|
||||
09/02/2026 16:52:21 Employee No 26-30 Male Yes English 5 3 3 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 5 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 0 Cloud Infrastructure Engineer Mid-level Yes 6000 3600 4000 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Python Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
09/02/2026 17:16:21 Employee No 41-45 Female Yes English 9 2 4 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Mid-level Yes 5067 2432 625 Average market Lomaraha (Holiday bonus), Company performance bonus Work laptop, Free office parking (during work hours), Snacks and beverages in office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Clojure, ClojureScript Reagent Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) Datomic
|
||||
09/02/2026 17:30:42 Employee No 31-35 Male Yes Finnish 17 1 5 51-100 Upper secondary – general (lukio / high school equivalent) 13 Fennoa Completely distributed and remote Product company with software as their core business 37.5 0 Engineering Manager Senior Yes 6200 3720 2000 Above market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, PHP Docker MariaDB
|
||||
09/02/2026 17:54:49 Employee No 41-45 Male Yes Both 21 12 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.6 Tampere Consulting 37.5 25 Cloud Infrastructure Engineer Staff / Principal / Lead Yes 5700 3500 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MongoDB, DynamoDB
|
||||
09/02/2026 17:59:58 Employee No 31-35 Male Yes English 6 3 4 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 A company where software is a support role (for example banks or healthcare) 37.5 5 Data / Business Analyst Senior Yes 4900 2800 8500 Average market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office 400 Windows Python SQL, Apache Spark AWS, Microsoft Azure
|
||||
09/02/2026 18:10:33 Employee No 36-40 Male Yes Both 8 1 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 30 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 50 Architect, Software or Solutions Staff / Principal / Lead Yes 6750 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Kotlin Node.js Kinesis CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
09/02/2026 18:19:29 Employee No 51-55 Male Yes English 30 1 6 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Oulu Product company with software as their core business 37.5 10 Infrastructure Engineer (On-Prem / Data Center / Hardware / Network) Senior Yes 7500 0 0 0 Performance bonus Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free gym membership, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Python, bash Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) Very nice!
|
||||
09/02/2026 18:57:30 Employee No 26-30 Male Yes Both 7 0 6 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 8.5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 75 Developer, Full-Stack Senior Yes 5800 3480 0 12000 Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS JavaScript, TypeScript, Python React, Node.js, FastAPI SQL, dbt Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
09/02/2026 19:00:03 Employee No 46-50 Male Yes Finnish 23 1 6 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 20 Jyväskylä Consulting 30 75 Developer, Full-Stack Senior Yes 3000 2500 3300 Peruspalkka ja noin 50% laskutuksesta Above market Lomaraha (Holiday bonus), Stock options / equity, Profit sharing Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, AI tools licenses Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Java React Pandas / NumPy CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure DynamoDB
|
||||
09/02/2026 19:24:19 Employee No 31-35 Male Yes Both 15 8 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 90 System Administrator Manager or People Lead Yes 5100 2550 800 Average market Lomaraha (Holiday bonus), Company performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS SQL Linux server, Windows server, Microsoft Azure MySQL Amount of days need to be at customer office
|
||||
09/02/2026 20:16:17 Employee No 31-35 Male Yes Both 8 7 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Senior Yes 5600 3360 0 Average market Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js, Express Linux server, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) MongoDB, Redis, Realm
|
||||
09/02/2026 20:18:33 Employee No 36-40 Male Yes Finnish 14 5 6 51-100 Upper secondary – general (lukio / high school equivalent) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Senior No 5870 32000 Average market Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) JavaScript, TypeScript React, Vue.js, Node.js SQL Kubernetes, Terraform, Microsoft Azure PostgreSQL, Redis
|
||||
09/02/2026 20:36:03 Employee No 46-50 Male Yes English 26 16 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.1 Tampere Product company with software as their core business 37.5 5 Cybersecurity or InfoSec Professional Staff / Principal / Lead Yes 7200 4320 0 0 Below market Company performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Free office parking (during work hours), Snacks and beverages in office, Public transport subsidy (tax-free) 900 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Linux server, Windows server, Microsoft Azure PostgreSQL, SQL Server
|
||||
09/02/2026 21:49:22 Employee No 41-45 Male Yes English 21 0 5 501-1000 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 90 Developer, Backend Staff / Principal / Lead No 8500 5100 0 38000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Java, Rust, C++ SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Google Cloud Platform (GCP) MySQL, Redis,
|
||||
09/02/2026 22:11:59 Employee No 31-35 Male Yes Both 3 3 1 101-500 Upper secondary – general (lukio / high school equivalent) 20 Easor Oulu Product company with software as their core business 37.5 15 Developer, Full-Stack Mid-level Yes 3600 0 2160 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work laptop, Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows TypeScript, C# React, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
09/02/2026 22:21:30 Employee No 41-45 Male Yes Both 6 6 1 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 7.59 Turku Mostly consulting, but also own product 37.5 20 Developer, Full-Stack Senior Yes 3782 0 2245.2 863 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Work laptop, Free office parking (during work hours), Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows C# ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins) SQL Server
|
||||
09/02/2026 23:00:11 Employee No 36-40 Male Yes English 16 1 5 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 1 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 System Administrator Senior No 9250 5550 Above market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office 480 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) Python, PHP, Bash SQL, TensorFlow, PyTorch Linux server, Docker, Ansible PostgreSQL, MySQL
|
||||
10/02/2026 09:29:50 Employee No 36-40 Male Yes English 19 11 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Sharetribe Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Developer, Full-Stack Staff / Principal / Lead Not sure 6840 0 0 0 Vaihdoin kaikki lomarahat lomaksi, siksi merkkasin 0e lomarahaa Average market Lomaraha (Holiday bonus), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 250 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, Java, Clojure/Script React, Pedestal / reagent / re-frame (Clojure) Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, Datomic
|
||||
10/02/2026 09:45:49 Employee No 36-40 Male Yes English 16 3 6 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.2 Tampere A company where software is a support role (for example banks or healthcare) 37.5 4 Developer, Backend Mid-level Yes 5278.85 2639.43 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) Python, PHP FastAPI SQL, Kafka Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
10/02/2026 09:57:06 Employee No 31-35 Male Yes Both 10 10 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Tampere Consulting 37.5 20 Developer, Full-Stack Senior No 4500 0 2600 2900 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript React, Next.js, Node.js SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
10/02/2026 10:59:59 Employee No 41-45 Male Yes Both 23 3 6 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Architect, Software or Solutions Senior Yes 95000 4750 15000 Above market Lomaraha (Holiday bonus), Sign-on bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office macOS AWS
|
||||
10/02/2026 11:07:09 Entrepreneur No 36-40 Male Yes Both 15 4 5 2 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 4 backend,frontend,architecture,devops,CIAM 85 130000 37.5 3 Hourly billing 3-6 months Agencies Finland macOS JavaScript, Python, Java React, Next.js, FastAPI SQL, Kafka, Pandas / NumPy Linux server, Docker, Kubernetes PostgreSQL, MySQL, Redis
|
||||
10/02/2026 14:11:25 Entrepreneur No 41-45 Male Yes English 17 0 10 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 13 6 full-stack software development 85 110000 37.5 5 Hourly billing 6-12 months Myself, Agencies Finland macOS JavaScript, TypeScript, Python React, Node.js, FastAPI SQL, Airflow, Kafka Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
10/02/2026 15:02:25 Employee No 41-45 Male Yes Both 20 4 6 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) +12 Turku Product company with software as their core business 37.5 20 CTO Manager or People Lead No 5475 0 3285 0 Below market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Kulttuuri/virike-etu 400€/v Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python React, Vue.js, Django PostgreSQL, Redis
|
||||
10/02/2026 16:57:38 Employee No 26-30 Male Yes English 5 1 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 0 Data Scientist Staff / Principal / Lead Yes 5000 3000 0 0 Below market Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python scikit-learn, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
10/02/2026 17:38:08 Employee No 26-30 Male Yes Both 5 0 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 19.3 Nitor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Mid-level Yes 4250 1000 2550 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Kotlin React, Vue.js, Express Leave out the os questions
|
||||
10/02/2026 18:11:59 Employee No 36-40 Male Yes Both 11 5 3 51-100 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Natural Sciences, Mathematics, and Statistics 2.4 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior Yes 5793.88 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Sign-on bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, NestJS SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
10/02/2026 20:39:10 Employee No 46-50 Male Yes Both 20 10 3 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 12 Turku A company where software is a support role (for example banks or healthcare) 37.5 75 Cybersecurity or InfoSec Professional Manager or People Lead Yes 4500 2700 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, C# React, ASP.NET Core SQL Linux server, Windows server, Microsoft Azure PostgreSQL, SQL Server, SQLite
|
||||
10/02/2026 21:21:46 Employee No 36-40 Male Yes English 15 5 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Exove Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 3 Developer, Full-Stack Senior Yes 4500 2700 0 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, PHP React, Node.js, WordPress Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure MySQL
|
||||
10/02/2026 22:51:42 Employee No 36-40 Male Yes English 9 0 5 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 9.23 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Senior Yes 7100 4260 0 0 Above market Lomaraha (Holiday bonus), Company performance bonus Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Next.js, FastAPI SQL, MLflow Linux server, Docker, AWS PostgreSQL, Redis
|
||||
10/02/2026 22:59:09 Employee No 31-35 Male Yes English 10 2 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 20 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 25 Developer, Mobile Staff / Principal / Lead No 6250 3600 0 0 Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python, Kotlin CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
11/02/2026 08:41:01 Entrepreneur No 36-40 Male Yes Finnish 15 4 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -5 4 Cloud, DevOps, project management, cybersec 90 150000 37.5 6 Hourly billing 12-24 months Myself, Agencies Finland Linux (bare metal / native) TypeScript, Python, Go Node.js Kubernetes, Terraform, AWS PostgreSQL, MySQL, DynamoDB
|
||||
11/02/2026 08:57:20 Employee No 36-40 Male Yes Finnish 17 4 6 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 100 Developer, Frontend Senior Not sure 6000 0 3000 Not sure Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, C++, Dart React SQL Docker, Google Cloud Platform (GCP) PostgreSQL
|
||||
11/02/2026 10:41:38 Employee No 31-35 Female Yes Both 3 3 1 51-100 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 9.4 Turku Consulting 37.5 40 AI Specialist Mid-level Yes 3489 2093 300 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Python SQL, scikit-learn, Pandas / NumPy Microsoft Azure SQL Server, Oracle
|
||||
11/02/2026 13:16:20 Employee No 26-30 Male Yes Both 4 1 3 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 5 Lappeenranta Consulting 37.5 15 Developer, Full-Stack Mid-level No 3550 0 817 0 0 Only fixed salary on this period Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Angular, Django SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure PostgreSQL, MySQL, Redis
|
||||
11/02/2026 13:29:01 Employee No 41-45 Male Yes Both 12 3 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Senior No 4980 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, C# React SQL Microsoft Azure SQL Server
|
||||
11/02/2026 15:37:40 Employee No 31-35 Female Yes Both 7 4 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 2.27 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 50 Developer, Frontend Senior Yes 4807 2884.2 Below market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1100 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React
|
||||
11/02/2026 16:19:44 Employee No 31-35 Male Yes Both 6 2 2 101-500 Upper secondary – vocational (ammatillinen perustutkinto) Engineering, Manufacturing, and Construction 3.06 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 36.25 2 Developer, Full-Stack Mid-level No 4380 0 2704 1430 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Monitors for home office 800 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Employer-subsidised commuter ticket (taxed) Windows JavaScript, TypeScript, C# React, ASP.NET Core Docker, Microsoft Azure PostgreSQL
|
||||
12/02/2026 07:42:07 Employee No 46-50 Male Yes English 25 4 6 1001-5000 Licentiate degree (lisensiaatti) Information and Communication Technologies (ICT / Computer Science) 7 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 45 100 Developer, Full-Stack Staff / Principal / Lead Yes 8000 4800 50000 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python, Go React, Node.js, Express SQL, Kafka, Snowflake / BigQuery / Redshift Docker, Kubernetes, Terraform PostgreSQL, MongoDB, Apache Druid
|
||||
12/02/2026 12:34:28 Employee No 36-40 Male Yes Both 9 4 3 5001-10000 Doctorate (PhD / tohtori) Natural Sciences, Mathematics, and Statistics 2 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 34 50 Data Scientist Mid-level Yes 5500 3300 4200 Base salary + about 0-2 months' worth of bonus based on reaching revenue, EBITDA, eNPS, and safety targets Average market Lomaraha (Holiday bonus), Company performance bonus Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Python, Bash SQL, Snowflake / BigQuery / Redshift, Pandas / NumPy Docker, Terraform, AWS PostgreSQL, DynamoDB
|
||||
12/02/2026 17:07:27 Entrepreneur No 36-40 Male Yes Finnish 30 13 8 2 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 13 SaaS Finland, Abroad Linux (bare metal / native) TypeScript, Go htmx lately SQL Linux server, Docker, Ansible PostgreSQL, Redis, sqlite I'm a product entrepreneur, not a contractor
|
||||
12/02/2026 17:07:52 Entrepreneur No 36-40 Male Yes Both 15 5 3 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 5 Security consulting(SecDevOps, security testing, training) 90 90000 21 8 All above and bug bounties Varies significantly Myself, Partner companies, bug bounties Finland, Abroad Linux (bare metal / native) JavaScript, Python, Rust Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
12/02/2026 17:08:58 Employee No 16-20 Male Yes Finnish 2 0 2 6-10 Upper secondary – general (lukio / high school equivalent) Natural Sciences, Mathematics, and Statistics Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 90 Founder, Technology or Otherwise Staff / Principal / Lead No 2800 4% total equity Average market Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript React SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
12/02/2026 17:14:26 Employee No 41-45 Male Yes English 20 5 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Aiven Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Backend Senior No 6700 0 4020 0 0 options, but not able to get any money yet Average market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 1050 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Python, Java SQL, Kafka Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
12/02/2026 17:37:13 Entrepreneur No 41-45 Non-binary Yes Both 15 5 6 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 5 Data eng, cloud 95 150000 35 8 Hourly billing Varies significantly Myself, Agencies Finland, Abroad macOS TypeScript, Python, Go React, Vue.js, Spring Boot Apache Spark, Airflow, dbt Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Cassandra, DynamoDB
|
||||
12/02/2026 17:40:02 Employee No 41-45 Male Yes Finnish 17 8 6 501-1000 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, Full-Stack Senior Yes 6000 Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) TypeScript, Scala, Clojure React, Next.js, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
12/02/2026 17:42:56 Employee No 36-40 Male Yes Finnish 8 8 1 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Engineering, Manufacturing, and Construction 1 Tampere Consulting 37.5 20 Developer, Full-Stack Mid-level No 4500 2800 0 0 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Kotlin React, Spring Boot SQL Kubernetes, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
12/02/2026 17:45:11 Employee No 46-50 Male Yes Both 28 5 8 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Wunderdog Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Developer, Full-Stack Staff / Principal / Lead Yes 7800 0 9360 0 0 Above market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 1200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Angular, Next.js SQL, Kafka Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
12/02/2026 17:50:54 Employee No 31-35 Male Yes English 10 4 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) US Product company with software as their core business 40 100 Developer, Backend Senior Yes 17500 15000 17000 Base + 10% bonus + stock options Average market Company performance bonus, Stock options / equity, 401k 4% match Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.) macOS PHP, Go React, Vue.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL, Redis Series A startup
|
||||
12/02/2026 17:52:22 Employee No 31-35 Male Yes Both 5 3 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 4 Jyväskylä Consulting 37.5 60 Data Engineer Senior No 4750 2375 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python SQL, Snowflake / BigQuery / Redshift, Agile Data Engine Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
12/02/2026 17:55:47 Employee No 41-45 Male Yes Finnish 9 7 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Senior No 5800 0 3480 1700 0 Average market Lomaraha (Holiday bonus), Company performance bonus, On-call compensation (standby pay) Health insurance, Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 250 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Clojure, Bash Docker, Kubernetes, Microsoft Azure PostgreSQL
|
||||
12/02/2026 18:08:01 Employee No 36-40 Female Yes Both 4 4 1 5001-10000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Arts and Humanities 3.4 Vivicta Vaasa Product company with software as their core business 37.5 10 Service desk Junior / Entry-level Yes 2736 1641.87 Below market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Windows server, Microsoft Azure Question about "did you change career to IT from another field?". Alanvaihtajat 😁 Yayyy, we have a survey! Thank you!
|
||||
12/02/2026 18:30:43 Employee No 31-35 Male Yes Finnish 4 1 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 12.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 26 25 Developer, Full-Stack Mid-level No 3120 1560 1378 Average market Lomaraha (Holiday bonus), Company performance bonus Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 550 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, C++ Node.js, Express, SolidJS Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Heroku PostgreSQL
|
||||
12/02/2026 18:44:34 Employee No 36-40 Male Yes English 13 4 5 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5.1 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Developer, Full-Stack Senior No 7200 Salary + options Above market Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Node.js SQL Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
12/02/2026 19:03:00 Employee No 26-30 Male Yes Both 5 1 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 29 Tampere Consulting 37.5 20 Developer, Full-Stack Mid-level Yes 5100 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, C# Angular, Node.js, ASP.NET Core SQL, Apache Spark, KQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server
|
||||
12/02/2026 19:22:51 Employee No 41-45 Male Yes Both 20 3 7 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Full-Stack Senior No 0 7500 3500 0 0 Provision only Above market Lomaraha (Holiday bonus) Health insurance, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, Python, Java Vue.js, Express, Spring Boot SQL, Kafka Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, SQL Server
|
||||
12/02/2026 19:24:33 Employee No 36-40 Male Yes Finnish 20 10 5 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, Backend Staff / Principal / Lead Yes 6600 4000 Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Go Snowflake / BigQuery / Redshift Linux server, Kubernetes, Ansible PostgreSQL
|
||||
12/02/2026 19:47:01 Employee No 36-40 Male Yes Both 11 6 3 10000+ Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 4.8 Oulu A company where software is a support role (for example banks or healthcare) 37.5 75 Developer, Backend Senior No 6150 3680 10000 Base + annual bonus (+ personnel fund) Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Kotlin SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
12/02/2026 19:48:38 Employee No 41-45 Male Yes English 16 5 4 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Desktop or Enterprise Applications Senior Yes 8900 4450 3000 1000eur benefit for sports & other equipment Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Monitors for home office macOS TypeScript, Go React, Node.js, Electron Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
12/02/2026 20:22:21 Employee No 31-35 Male Yes English 10 5 4 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Jyväskylä Product company with software as their core business 37.5 0 Developer, Full-Stack Staff / Principal / Lead Yes 5000 3000 0 Below market Health insurance, Work laptop 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows + WSL TypeScript, Java, C++ React, Node.js SQL, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MySQL, DynamoDB
|
||||
12/02/2026 20:32:11 Employee No 46-50 Male Yes English 25 4 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 5 Developer, Embedded Applications or Devices Senior Not sure 7400 0 4500 5000 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity Health insurance, Work laptop, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 500 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) JavaScript, C++, qml
|
||||
12/02/2026 20:36:34 Employee No 31-35 Male Yes English 12 7 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 1.01 Polar Squad Oy Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 DevOps Engineer or Professional Staff / Principal / Lead No 6082 0 3649.2 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Dental care, nanny for sick children, bike benefit 1660 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript React, Node.js Kafka, NoSQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
12/02/2026 22:18:19 Employee No 21-25 Male Yes Finnish 2 1 3 3-5 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 100 Fully remote work Product company with software as their core business 40 0 Developer, Full-Stack Mid-level Not sure 3000 1600 Below market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office 400 macOS JavaScript, TypeScript, C# Vue.js, ASP.NET Core SQL Linux server, Microsoft Azure SQL Server
|
||||
12/02/2026 23:03:36 Entrepreneur No 46-50 Male Yes Both 28 10 5 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 20 10 macOS All GenAI All GenAI All GenAI All GenAI All GenAI
|
||||
13/02/2026 02:12:02 Employee No 41-45 Male Yes English 20 5 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 4 Mozilla Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 25 Developer, Full-Stack Staff / Principal / Lead Yes 9100 5455 42500 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office 0 macOS JavaScript, TypeScript, Python React, Django SQL Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL Should also ask about income from non-primary employer, such as funding for open-source development
|
||||
13/02/2026 07:24:19 Entrepreneur No 31-35 Male Yes Finnish 11 3 2 1 Master’s degree – university (FM, KTM, DI, etc.) Agriculture, Forestry, Fisheries, and Veterinary 0 3 Data 95 160000 37.5 5 Hourly billing 6-12 months Agencies Finland macOS Python SQL, dbt, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
13/02/2026 08:02:56 Employee No 36-40 Male Yes Both 13 2 3 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 45 20 Architect, Software or Solutions Senior Yes 8300 5000 6000 8000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office 0 Linux (bare metal / native) Python Linux server, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
13/02/2026 08:33:29 Employee Yes, from entrepreneur to employee 26-30 Male Yes Both 6 1 3 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 2 Developer, Full-Stack Mid-level Not sure 4000 2600 8000 Average market Lomaraha (Holiday bonus) Work remotely from abroad (1 week or more), Work laptop macOS JavaScript, TypeScript React, Node.js, Express Docker, Render PostgreSQL
|
||||
13/02/2026 08:54:19 Employee No 36-40 Female Yes Both 5 4 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6.9 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 80 Product Manager Manager or People Lead Not sure 3850 1925 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
13/02/2026 09:07:54 Employee No 36-40 Male Yes Finnish 10 5 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1.6 Tampere Public or third sector 37.15 10 Developer, Mobile Staff / Principal / Lead No 6150 0 0 0 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Kotlin CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
13/02/2026 09:34:35 Employee No 41-45 Male Yes English 7 4 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 9 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Senior Software Engineer Senior Yes 5350 3200 Stock options, value somewhere between 0 and 100000 Average market Lomaraha (Holiday bonus), Stock options / equity Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Express, Django SQL Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
13/02/2026 10:12:51 Employee No 31-35 Prefer not to say Yes Both 10 2 5 10000+ Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 30 Developer, Full-Stack Senior No 4576 0 1464 0 0 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 0 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) JavaScript, TypeScript, PHP React, Laravel, Ember SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MySQL
|
||||
13/02/2026 11:14:52 Employee No 51-55 Male Yes Both 26 11 4 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 36.25 50 Data Engineer Senior No 5281 3709 4122 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Bash Django, FastAPI SQL, scikit-learn, Pandas / NumPy Linux server, Docker, Google Cloud Platform (GCP) PostgreSQL, InfluxDB, SQLite, DuckDB
|
||||
13/02/2026 12:03:07 Employee No 41-45 Male Yes Both 20 1 5 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 25 A company where software is a support role (for example banks or healthcare) 37.5 5 Architect, Software or Solutions 10200 5000 Above market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, On-call compensation (standby pay) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows TypeScript, Python, C# Node.js, ASP.NET Core, SQL, scikit-learn, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server,
|
||||
13/02/2026 15:15:04 Employee No 31-35 Male Yes Finnish 10 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Yleisradio Tampere Public or third sector 37 40 Developer, Full-Stack Senior No 5564 4006 Average market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Work laptop, Free office parking (during work hours), Free gym membership Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Scala, Clojure React, Scalatra SQL Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
13/02/2026 16:54:58 Employee No 26-30 Male Yes Finnish 8 4 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Gofore Jyväskylä Consulting 37.5 20 Developer, Full-Stack Mid-level No 4109 2050 Below market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, C# React, Angular, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server, Oracle
|
||||
13/02/2026 19:20:07 Employee No 36-40 Male Yes Both 23 3 7 10000+ Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Engineering Manager Staff / Principal / Lead Yes 8100 0 4900 10000 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS TypeScript React, Next.js, Node.js SQL, Kafka, dbt Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB Role options were quite limiting
|
||||
13/02/2026 21:14:17 Employee No 36-40 Male Yes Both 7 3 2 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 7.8 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Backend Mid-level Yes 5333 2666 4650 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop 350 Windows TypeScript, Java React, Spring Boot SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
13/02/2026 21:15:58 Entrepreneur No 41-45 Male Yes Finnish 19 5 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 5 full stack 70 120000 37.5 6 Hourly billing 6-12 months Myself, Agencies Finland Windows TypeScript, C#, Bash React, Node.js, ASP.NET Core SQL Windows server, Docker, Microsoft Azure PostgreSQL, SQL Server very cool
|
||||
13/02/2026 21:35:44 Employee No 31-35 Male Yes Both 10 2 4 6-10 Upper secondary – general (lukio / high school equivalent) No completed degree 11 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 75 Developer, Full-Stack Senior No 5000 0 0 Startup options, 1-2% stake over 4 years Below market On-call compensation (standby pay) Health insurance, Work laptop 0 macOS TypeScript React, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
13/02/2026 22:41:01 Entrepreneur No 31-35 Male Yes Finnish 4 3 3 3-5 Master’s degree – university (FM, KTM, DI, etc.) Health and Welfare 0 3 Full stack 40 70000 37.5 4 Hourly billing 12-24 months Myself Finland Windows JavaScript, TypeScript React, Next.js, Express Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MongoDB
|
||||
13/02/2026 23:50:16 Employee No 31-35 Male Yes English 4 4 1 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 10.5 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Developer, Full-Stack Mid-level 4200 2520 600 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python, PHP Vue.js, FastAPI, Symfony SQL Linux server, Docker MySQL, MongoDB
|
||||
14/02/2026 09:01:53 Employee No 41-45 Female Yes Both 25 5 15 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 41 10 Product Manager Staff / Principal / Lead No 3600 4600 4500 0 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Bash React, Node.js, Express SQL Linux server, Docker, Ansible PostgreSQL, MongoDB
|
||||
14/02/2026 09:13:49 Employee No 31-35 Male Yes English 8 3 4 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 5 Remote Product company with software as their core business 40 0 Developer, Backend Staff / Principal / Lead Yes 8500 5100 Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office macOS Go SQL, Kafka Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
14/02/2026 13:40:30 Employee No 46-50 Male Yes Both 28 8 6 501-1000 Doctorate (PhD / tohtori) Information and Communication Technologies (ICT / Computer Science) 1.8 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 AI/ML Engineer Senior Yes 7053 0 3808 80 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Work laptop, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free), pretty good healthcare at Mehiläinen, not through insurance 1650 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Go Node.js, Flask, FastAPI Airflow, Snowflake / BigQuery / Redshift, Pandas / NumPy Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
14/02/2026 21:19:45 Employee No 26-30 Female Yes Finnish 2 0 4 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Developer, Full-Stack Junior / Entry-level Not sure 2500 0 0 0 Not sure Company performance bonus Work laptop, Free gym membership, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, Python SQL Docker PostgreSQL
|
||||
14/02/2026 22:27:59 Employee No 41-45 Male Yes English 18 6 5 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Staff / Principal / Lead Yes 11800 7000 16000 Above market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Fixed-line internet to your home, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Scala, React SQL Linux server, Docker, Ansible PostgreSQL, Redis, Elasticsearch
|
||||
14/02/2026 23:53:58 Employee No 36-40 Male Yes Both 10 3 4 51-100 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Oulu Consulting 37.5 0 Developer, Full-Stack Senior No 4000 2800 4160 0 0 Above market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 0 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Go React, Node.js, NestJS Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
15/02/2026 07:22:29 Employee No 36-40 Male Yes English 15 4 5 501-1000 Upper secondary – general (lukio / high school equivalent) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Engineering Manager Staff / Principal / Lead Yes 8500 4250 200000 400000 Above market Lomaraha (Holiday bonus), Company performance bonus, Sign-on bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Java Terraform, AWS DynamoDB
|
||||
15/02/2026 14:35:41 Employee No 41-45 Male Yes Finnish 22 7 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4.6 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 30 Engineering Manager Manager or People Lead Yes 91000 0 4380 8600 0 Below market Lomaraha (Holiday bonus), Company performance bonus, On-call compensation (standby pay) Work laptop, Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Clojure SQL Kubernetes, Microsoft Azure PostgreSQL Erittäin hyvä kysely, kiitos!
|
||||
15/02/2026 21:11:02 Employee No 26-30 Male Yes Both 6 0 3 5001-10000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 38 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 60 Developer, Full-Stack Mid-level Yes 5250 1900 4500 0 Average market Lomaraha (Holiday bonus), Company performance bonus, On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours) macOS JavaScript, TypeScript, Java React, Node.js, Express Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
16/02/2026 08:13:11 Employee No 31-35 Male Yes English 8 3 4 5001-10000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 10 Developer, Full-Stack Senior Yes 5900 1000 3500 Above market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity, On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS TypeScript React, Next.js, Node.js SQL Docker, Terraform, Microsoft Azure MySQL
|
||||
16/02/2026 08:18:13 Employee No 36-40 Male Yes Both 17 2 6 11-50 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 0 Oulu Product company with software as their core business 37.5 40 Developer, Backend Staff / Principal / Lead Yes 7500 0 0 0 0 Average market Company performance bonus, Stock options / equity Health insurance, Work laptop, Snacks and beverages in office 0 macOS TypeScript Node.js, Express, NestJS SQL, Airflow, Snowflake / BigQuery / Redshift Kubernetes, Terraform, AWS PostgreSQL, DynamoDB
|
||||
16/02/2026 08:29:05 Entrepreneur No 41-45 Male Yes Finnish 20 4 4 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -6 4 Software development, full-stack 80 140000 38 5 Hourly billing Over 24 months Agencies Finland macOS TypeScript, Java, Kotlin React, Express, Spring Boot SQL Kubernetes, Terraform, AWS PostgreSQL, Redis, DynamoDB
|
||||
16/02/2026 08:53:13 Employee No 41-45 Male Yes English 18 4 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Turku Consulting 37.5 0 Developer, Full-Stack Senior No 3000 3750 4050 0 0 base + 50% of hours invoiced Average market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Work laptop, Other tools like high-end keyboard, mouse etc, Monitors for home office 84 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Java React, FastAPI, Spring Boot SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Databricks
|
||||
16/02/2026 08:56:54 Employee No 31-35 Female Yes Finnish 9 7 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 0 Tampere Consulting 37.5 30 Developer, Desktop or Enterprise Applications Senior Not sure 5520 0 1130 520 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Windows Microsoft Azure
|
||||
16/02/2026 08:59:00 Employee No 31-35 Male Yes Both 12 0 5 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 20 Oura Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Platform Engineer Senior Yes 7100 0 4200 50000 Base salary + RSU Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Python Express Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
16/02/2026 09:10:59 Employee No 46-50 Male Yes Both 26 2 6-10 Upper secondary – general (lukio / high school equivalent) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Senior No 6000 3000 0 Below market Lomaraha (Holiday bonus), Stock options / equity macOS JavaScript, TypeScript, Go React, Express SQL, Kafka Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
16/02/2026 09:30:48 Employee No 31-35 Male Yes English 10 3 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Tampere Consulting 37.5 90 DevOps Engineer or Professional Senior No 5100 2500 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Linux (bare metal / native) Python, Bash Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
16/02/2026 09:52:20 Employee No 26-30 Male Yes Finnish 2 0 2 5001-10000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Kela Capital region (Helsinki, Espoo, Vantaa) Public or third sector 38 80 Developer, QA or Test Junior / Entry-level No 2320 Below market 100 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) Windows TypeScript, Java React, Spring Boot SQL Kubernetes PostgreSQL
|
||||
16/02/2026 09:53:42 Employee No 31-35 Male Yes Finnish 6 2 3 101-500 Upper secondary – general (lukio / high school equivalent) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37 1 Data Engineer Staff / Principal / Lead Yes 6700 4020 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop 200 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) macOS Python, Bash Airflow, dbt, Snowflake / BigQuery / Redshift Docker, Google Cloud Platform (GCP)
|
||||
16/02/2026 10:17:17 Employee No 31-35 Male Yes English 12 1 7 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Full-Stack Mid-level No 5600 3360 0 Average market Work remotely from abroad (1 week or more), Work laptop 400 macOS TypeScript, Python, Bash React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
16/02/2026 10:32:22 Employee No 36-40 Male Yes Both 16 5 8 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Engineering Manager Manager or People Lead Yes 6000 0 3600 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, PHP React, Next.js, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MySQL, Redis
|
||||
16/02/2026 10:48:00 Entrepreneur No 36-40 Male Yes Both 20 2 6 3-5 Upper secondary – general (lukio / high school equivalent) 2 Full-stack software development and architecture 90000 Monthly billing Over 24 months macOS TypeScript Next.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MySQL
|
||||
16/02/2026 11:44:11 Employee No 31-35 Male Yes Finnish 7 5 2 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Turku Consulting 37.5 0 Developer, Full-Stack Senior No 4928 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Windows TypeScript, Python React, Next.js, Django SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MySQL, Oracle
|
||||
16/02/2026 12:02:54 Entrepreneur No 16-20 Male Yes Finnish 5 6 1 Basic education (peruskoulu / compulsory education) 17 5 Full-stack development, web development 70 29000 23 34 Hourly billing 12-24 months Myself Finland Linux (bare metal / native) TypeScript, Python, PHP React, Vue.js Linux server, Docker, Microsoft Azure PostgreSQL, MySQL, Redis
|
||||
16/02/2026 12:24:08 Employee No 41-45 Male Yes Both 18 11-50 Upper secondary – general (lukio / high school equivalent) 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 Developer, Full-Stack Senior No 5600 0 Below market On-call compensation (standby pay) Health insurance, Work laptop macOS TypeScript, Python, Go Linux server, Ansible PostgreSQL
|
||||
16/02/2026 12:30:37 Employee No 36-40 Male Yes English 15 2 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.6 Tampere Product company with software as their core business 37.5 5 Developer, Full-Stack Senior Yes 5300 860 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript, C# React, ASP.NET Core SQL Docker, Kubernetes, Microsoft Azure SQL Server
|
||||
16/02/2026 13:34:18 Employee No 36-40 Male Yes Both 4 4 1 1001-5000 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 18 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 2 Project Manager Senior No 5200 0 3328 200 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 320 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows Python, Java SQL, Kafka, Pandas / NumPy Linux server, Windows server, Ansible PostgreSQL, SQL Server
|
||||
16/02/2026 14:59:11 Employee No 46-50 Male Yes Finnish 30 10 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.9 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 2 Infrastructure Engineer (On-Prem / Data Center / Hardware / Network) Senior No 5672 0 3403 0 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Snacks and beverages in office 340 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + Linux VM Linux server, Windows server, Docker swarm mode PostgreSQL, SQL Server, Redis
|
||||
16/02/2026 15:21:59 Employee No 41-45 Male Yes Finnish 18 13 2 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 15 Architect, Software or Solutions Staff / Principal / Lead Yes 6400 0 4800 0 0 Average market Lomaraha (Holiday bonus) Work laptop, Training/Courses/Education budget 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript Vue.js, Node.js, Express SQL Linux server, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
16/02/2026 15:41:40 Employee No 21-25 Male Yes Both 4 1 3 11-50 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2.27 Tampere Consulting 37.5 20 System Administrator Mid-level No 3700 2220 Lomaraha (Holiday bonus) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Linux server, Docker PostgreSQL, MySQL
|
||||
16/02/2026 15:58:01 Employee No 26-30 Male Yes Both 10 1 4 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Arts and Humanities Tampere Consulting 37.5 1 Developer, Full-Stack Senior Yes 5600 3360 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python Vue.js, Next.js, Django SQL, Snowflake / BigQuery / Redshift, PyTorch Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis, DynamoDB
|
||||
16/02/2026 18:27:31 Employee No 31-35 Female Yes Both 4 0 1 11-50 Upper secondary – general (lukio / high school equivalent) Consulting 37.5 0 Developer, Full-Stack Mid-level No 3830 Average market Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office 800 macOS JavaScript, TypeScript React, Node.js PostgreSQL, Redis
|
||||
16/02/2026 19:03:52 Employee No 31-35 Male Yes English 10 10 1 101-500 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 9 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 1 Developer, Full-Stack Senior Not sure 5820 3480 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 280 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows TypeScript, C# React, ASP.NET Core CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server, SQLite
|
||||
16/02/2026 19:55:12 Employee No 36-40 Male Yes Both 10 3 2 1001-5000 Doctorate (PhD / tohtori) Information and Communication Technologies (ICT / Computer Science) 2 Kalmar Tampere Product company with software as their core business 37.5 40 Developer, Embedded Applications or Devices Senior Yes 5620 0 3300 5500 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop, Free gym membership, Training/Courses/Education budget 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Python, C++ PyTorch, Pandas / NumPy, MLflow Docker
|
||||
16/02/2026 20:37:03 Employee No 41-45 Male Yes English 4 5 1 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 4.1 Turku A company where software is a support role (for example banks or healthcare) 37.5 90 Developer, Backend Mid-level No 3910 2346 3128 Average market Individual performance bonus, Company performance bonus Health insurance, Free office parking (during work hours), Public transport subsidy (tax-free) 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows JavaScript, Python, C# React, Node.js, FastAPI SQL, scikit-learn, Pandas / NumPy Microsoft Azure Cosmos DB
|
||||
16/02/2026 23:41:02 Employee No 41-45 Male Yes English 20 4 6 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Product company with software as their core business 37.5 10 DevOps Engineer or Professional Senior No 6500 0 0 0 Average market Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office 200 macOS Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
17/02/2026 09:11:13 Employee No 31-35 Male Yes English 12 1 7 51-100 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 19 Dubai Consulting 37.5 80 Sales Senior No 11591 4021 0 12633 0 Base+comission+annual bonus + some small fringe benefits (annual flights to Finland, comprehensive health insurances for family, some hundreds of euros random money to spend on things) + few extra holiday days. Below market Company performance bonus, Sign-on bonus, Commission (sales or performance-based) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Snacks and beverages in office, 2 additional days PTO, annual flights home whenever I want, good insurance for family, <1k€ worth of random spending money on small things Keep up the good work. Happy pings to everyone <3
|
||||
17/02/2026 09:21:32 Employee No 26-30 Male Yes Finnish 6 6 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4.3 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 30 Developer, Full-Stack Mid-level Not sure 4486 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, Dart Vue.js, Node.js, Express
|
||||
17/02/2026 11:42:55 Employee No 26-30 Female Yes English 9 1 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Senior Yes 5500 0 0 only salary Below market Lomaraha (Holiday bonus) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) 240 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows TypeScript, Java React SQL Docker PostgreSQL Are you looking for a new job? Thanks for the work! Always looking forward for the results <3
|
||||
17/02/2026 12:33:17 Employee No 36-40 Male Yes Finnish 12 6 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.4 Traficom Capital region (Helsinki, Espoo, Vantaa) Public or third sector 35.75 5 Cybersecurity or InfoSec Professional Mid-level Yes 5836 3419 0 0 Below market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Public transport subsidy (tax-free) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) Python, Ruby, Rust Django, FastAPI SQL Linux server, Docker, Terraform PostgreSQL
|
||||
17/02/2026 13:26:28 Employee No 46-50 Male Yes Both 20 2 8 51-100 Upper secondary – general (lukio / high school equivalent) Health and Welfare 110 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 30 40 Engineering Manager Manager or People Lead Yes 7200 4320 12000 Above market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 2000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS TypeScript, Python, Java Django, FastAPI, Spring Boot SQL, Kafka, Snowflake / BigQuery / Redshift Docker, Kubernetes, Terraform PostgreSQL, MongoDB
|
||||
17/02/2026 14:25:45 Employee No 21-25 Male Yes Finnish 4 1 2 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Buildie Tampere Product company with software as their core business 37.5 95 Developer, Full-Stack Mid-level Yes 3800 Below market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Bash React, Node.js, Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MySQL, Redis
|
||||
17/02/2026 14:31:58 Employee No 31-35 Male Yes Both 7 2 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 30 50 Developer, Full-Stack Senior No 4460 3000 Not sure Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home, Snacks and beverages in office 400 macOS JavaScript, TypeScript React, Vue.js, Next.js SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
17/02/2026 16:47:42 Employee No 31-35 Male Yes English 15 8 3 501-1000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Senior No 92881 3710 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 2500 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Java, Bash React, Node.js, Express SQL, Kafka, Snowflake / BigQuery / Redshift Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis, DynamoDB
|
||||
17/02/2026 16:52:41 Employee No 41-45 Male Yes English 20 3 6 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 8.7 n8n Tampere Product company with software as their core business 20 Engineering Manager Manager or People Lead Yes 10400 Above market Lomaraha (Holiday bonus), Stock options / equity, On-call compensation (standby pay) Health insurance, Work laptop, Training/Courses/Education budget macOS TypeScript, Python, Bash Vue.js, Express Docker, Kubernetes, Microsoft Azure PostgreSQL, SQLite
|
||||
17/02/2026 17:37:01 Employee No 31-35 Male Yes English 8 5 3 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 8 Tampere A company where software is a support role (for example banks or healthcare) 37.5 0 Developer, Full-Stack Staff / Principal / Lead Yes 7039 0 3378 0 Stock option program Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Work laptop, Monitors for home office, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Express, Django SQL, dbt, Snowflake / BigQuery / Redshift Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Redis Siistiä kun jaksatte toteuttaa!
|
||||
18/02/2026 11:38:30 Employee No 36-40 Male Yes Finnish 10 3 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Sanoma Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Developer, Mobile Senior Yes 6300 0 3800 5550 0 Company performance bonus Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Free gym membership 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Swift CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
18/02/2026 14:28:16 Entrepreneur No 36-40 Male Yes Finnish 13 3 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 3 full-stack, architecture, project management 80 3700 1 10 Hourly billing 12-24 months Myself, Agencies Finland Linux (bare metal / native) TypeScript React, Next.js, Node.js Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
18/02/2026 16:41:21 Employee No 41-45 Male Yes English 17 3 9 501-1000 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 1.5 Tampere Consulting 37.5 40 Developer, Full-Stack Senior Yes 4800 300 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Java, Kotlin React, Next.js, Node.js SQL Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, SQL Server, Redis
|
||||
18/02/2026 22:44:52 Employee No 31-35 Male Yes Both 7 3 2 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 1 Developer, Full-Stack Staff / Principal / Lead Not sure 4950 2800 7500 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office 350 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows + WSL TypeScript, C#, Bash React, ASP.NET Core Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB Thank you
|
||||
19/02/2026 12:28:19 Employee No 26-30 Female Yes 3 2 2 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) Tampere Consulting 37.5 Developer, Full-Stack Mid-level 3500 Below market Work laptop, Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit)
|
||||
19/02/2026 13:34:04 Employee No 36-40 Male Yes English 5 4 2 6-10 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 10 Turku Product company with software as their core business 30 20 Developer, Embedded Applications or Devices Mid-level No 3300 0 0 0 0 Not sure Stock options / equity Work laptop 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python, C, Bash Linux server, Docker, Google Cloud Platform (GCP) PostgreSQL
|
||||
19/02/2026 13:56:58 Employee No 31-35 Female Yes English 10 4 2 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 7.7 Tampere Product company with software as their core business 37.5 80 Engineering Manager 7000 0 0 Average market Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React SQL Docker, Kubernetes PostgreSQL, Redis
|
||||
19/02/2026 14:00:26 Employee No 26-30 Male Yes Finnish 5 2 2 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 8 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Senior Yes 5150 3000 3800 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Work laptop, Free gym membership, Training/Courses/Education budget Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Next.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
20/02/2026 08:06:55 Employee No 41-45 Male Yes English 19 1 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) BeeHealthy Tampere Product company with software as their core business 37.5 50 Engineering Manager Senior Yes 7150 6000 Above market Individual performance bonus, Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS TypeScript React, Node.js, Express SQL Docker, AWS, Microsoft Azure PostgreSQL
|
||||
20/02/2026 08:07:30 Employee No 31-35 Male Yes Finnish 7 1 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) Consulting 38 10 DevOps Engineer or Professional Senior No 5100 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Bash Kubernetes, Terraform, Microsoft Azure PostgreSQL
|
||||
20/02/2026 08:08:24 Employee No 31-35 Male Yes Finnish 7 3 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere A company where software is a support role (for example banks or healthcare) 37.5 0 Developer, Frontend Senior No 4700 3000 Yearly bonus based on company performance Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Go React, Next.js AWS PostgreSQL
|
||||
20/02/2026 08:08:27 Employee No 41-45 Male No English 18 1 7 5001-10000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 25 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 50 Developer, Backend Senior Yes 8000 0 0 0 Salary + RSU Above market Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Python, Go, Kotlin SQL, Kafka, Snowflake / BigQuery / Redshift Kubernetes, Terraform, AWS PostgreSQL, MongoDB, Redis
|
||||
20/02/2026 08:09:02 Employee No 26-30 Male Yes Both 8 0 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Jyväskylä Product company with software as their core business 37.5 20 Cloud Infrastructure Engineer Mid-level No 5200 0 2600 0 0 Average market Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Linux server, Ansible, AWS SQL Server, MongoDB, Redis
|
||||
20/02/2026 08:09:42 Employee No 26-30 Male Yes Both 6 4 3 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 38 80 Software Engineer Senior Yes 8700 4000 Above market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 1200 macOS TypeScript, Python, Bash React, FastAPI SQL, PyTorch, Pandas / NumPy Linux server, Docker, Kubernetes PostgreSQL
|
||||
20/02/2026 08:09:52 Employee No 36-40 Male Yes Both 18 1 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 12 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Senior Executive (C-suite, VP, etc.) Staff / Principal / Lead Yes 8000 0 4000 0 0 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Snacks and beverages in office, Public transport subsidy (tax-free) 400 macOS TypeScript, Java, PHP Angular, Spring Boot, Laravel SQL Docker, Terraform, AWS PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 08:10:31 Employee No 31-35 Male Yes Both 7 1 5 51-100 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 90 Developer, Full-Stack Senior Not sure 6500 3250 0 Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office macOS TypeScript React SQL, Google Dataform, Postgres Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
20/02/2026 08:12:33 Employee No 31-35 Male Yes English 6 5 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) +9.4 Reaktor Turku Consulting 37.5 60 Developer, Full-Stack Senior Not sure 5251 3250 0 2000 Not sure Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Profit sharing, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Limited car benefit macOS TypeScript, Go, Bash React, Node.js, Express SQL Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 08:15:03 Employee No 36-40 Male Yes English 15 4 4 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Digitoimisto 37.5 10 Developer, Frontend Staff / Principal / Lead Yes 4900 2000 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, PHP React SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL Very gucci
|
||||
20/02/2026 08:15:04 Employee No 26-30 Male Yes Both 6 2 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.63 Zenniz Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 50 Produc Engineer Senior No 5700 0 3420 0 Salary + start up stock options with no liquid value Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Go, Dart React Snowflake / BigQuery / Redshift Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) Firestore
|
||||
20/02/2026 08:15:13 Entrepreneur No 41-45 Male Yes English 5 5 3 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 2 Software development 75 100000 37.5 10 Hourly billing 3-6 months Myself, Agencies Finland Windows JavaScript, TypeScript, Java React, Angular, Spring Boot SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Oracle
|
||||
20/02/2026 08:15:57 Entrepreneur No 41-45 Male No English 15 3 4 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 125 4 CxO 129 30 6 Hourly billing Open-ended Myself Finland macOS There was nothing for people running the companies Would be good to ask the skills based on the role, Skipped java, react, python etc. as the survey assumed that I am a developer, maybe the survey was for developers and I didn't read the instructions carefully :) in that case ignore this feedback. otherwise for project managment/ agile roles perhaps different set of skills, same of entrepruners who are runnign company and not just 1 man show.
|
||||
20/02/2026 08:16:01 Employee No 36-40 Male Yes Both 16 12 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Gofore Tampere Consulting 37 100 Project Manager Senior No 5300 2650 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, PHP Flask Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL
|
||||
20/02/2026 08:16:40 Entrepreneur No 41-45 Male Yes Both 18 1 4 1 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 1 Azure, .NET backend development and architecture 96 176000 40 6 Hourly billing 12-24 months Myself, Agencies Finland macOS C# SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
20/02/2026 08:17:58 Employee No 26-30 Male Yes Finnish 9 1 5 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 20.45 Jyväskylä A company where software is a support role (for example banks or healthcare) 37.5 95 Developer, Full-Stack Senior 5300 3180 Above market Lomaraha (Holiday bonus), Company performance bonus, Profit sharing Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, NestJS SQL Kubernetes, Terraform, AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 08:18:26 Employee No 26-30 Male Yes Both 7 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Gofore Capital region (Helsinki, Espoo, Vantaa) Consulting 30 30 Developer, Full-Stack Mid-level No 4410 0 2200 0 Rahapalkka Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript, Python Vue.js, Node.js, Express SQL, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 08:18:35 Entrepreneur No 36-40 Male Yes Finnish 16 9 3 2 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 9 full-stack 129 100000 15 7 Hourly billing Over 24 months Myself Finland macOS TypeScript, Python, PHP React, Next.js, Node.js SQL Docker, AWS PostgreSQL, MongoDB, Redis
|
||||
20/02/2026 08:18:51 Employee No 31-35 Male Yes Both 10 3 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Mobile Staff / Principal / Lead Yes 6500 360 Above market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Java, Kotlin React CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
20/02/2026 08:20:46 Employee No 41-45 Male Yes Finnish 7 7 1 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.5 Alma Media Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Developer, Full-Stack Senior Yes 4600 2600 Below market Lomaraha (Holiday bonus), Company performance bonus Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Go React SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 08:21:08 Employee No 36-40 Female Yes Organisation’s official language is English, but with customers I mainly use Finnish 10 4 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37 10 UX, Research Ops or UI Design Professional Senior Yes 4800 Below market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS I have a Mobile phone with paid plan, don’t know if it’s in my pay slip or not The IT sector includes a multitude of roles on top of developers. This survey doesn’t really reflect that. I am a service designer working with digitalisation in an IT consultancy.
|
||||
20/02/2026 08:21:25 Employee No 36-40 Female Yes English 4 4 1 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.3 Tampere Product company with software as their core business 37.5 20 Developer, Full-Stack Mid-level Yes 3372.15 1071.81 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Unlimited car benefit Windows + WSL JavaScript, Java React, Node.js, Spring Boot SQL, Kafka Docker, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MongoDB
|
||||
20/02/2026 08:21:39 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes Both 16 0 3 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 backend, frontend, cloud, mobile, ai 90 0 40 0 Hourly billing Open-ended Myself Finland Linux (bare metal / native) TypeScript React, NestJS SQL Docker, Terraform, AWS PostgreSQL
|
||||
20/02/2026 08:22:27 Entrepreneur No 36-40 Male No English 18 3 5 1 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 42 3 120 100000 37 3 Hourly billing 12-24 months Myself Finland macOS Python, C#, Bash ASP.NET Core SQL, Pandas / NumPy Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
20/02/2026 08:22:29 Employee No 36-40 Male Yes English 16 10 4 501-1000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer Senior No 6927 4156 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Dividends Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Lunch paid on top of salary, liikunta ja kulttuuriseteli Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Kotlin, Bash React, Node.js, Express SQL Linux server, Docker, AWS PostgreSQL
|
||||
20/02/2026 08:22:34 Employee No 36-40 Male Yes Norwegian 10 7 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Oslo A company where software is a support role (for example banks or healthcare) 37.5 0 Developer, Full-Stack Senior No 8333 0 Above market Health insurance, Work laptop, Fixed-line internet to your home Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) JavaScript, TypeScript, Python React, Express, Django Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 08:23:09 Employee No 46-50 Male Yes Finnish 20 10 3 6-10 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 100 Product Manager Staff / Principal / Lead No 5800 3500 0 0 Below market Lomaraha (Holiday bonus), Profit sharing Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, PHP Vue.js, Symfony SQL Linux server, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
20/02/2026 08:24:40 Employee No 36-40 Male Yes Both 7 2 4 1001-5000 Upper secondary – general (lukio / high school equivalent) Natural Sciences, Mathematics, and Statistics 5.1 Tampere Consulting 37.5 20 Cybersecurity or InfoSec Professional Mid-level No 4835 2420 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership, Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Linux server, Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 08:25:00 Employee No 26-30 Male Yes Swedish, finnish 8 7 2 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Turku A company where software is a support role (for example banks or healthcare) 37.5 95 Developer, Embedded Applications or Devices Mid-level No 3750 0 2250 500 additional 1000€ epassi, accident insurance Below market Lomaraha (Holiday bonus), Company performance bonus Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget 1000 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Java, PHP, C++ Laravel SQL Linux server MySQL
|
||||
20/02/2026 08:25:05 Employee No 46-50 Male Yes Finnish 9 9 1 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 7 Futurice Capital region (Helsinki, Espoo, Vantaa) Consulting 30 20 Developer, Full-Stack Senior Yes 4400 2640 2500 0 Base salary plus variable which is based on company metrics, latter paid 2 times a year. Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, On-call compensation (standby pay) Health insurance, Work laptop, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript React, Node.js, Express SQL Docker, Terraform, AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 08:25:16 Employee No 41-45 Male Yes Both 20 0 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 16 Tampere Product company with software as their core business 37.5 4 Architect, Software or Solutions Senior No 6800 3500 6100 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) JavaScript, PHP, HCL Docker, Terraform, Google Cloud Platform (GCP) MySQL, Redis
|
||||
20/02/2026 08:25:26 Employee No 36-40 Male Yes Both 9 3 3 11-50 Upper secondary – general (lukio / high school equivalent) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Full-Stack Staff / Principal / Lead Yes 7280 0 3640 0 No annual compensation, but stock options depending on reaching company targets Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Node.js, NestJS SQL Docker, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
20/02/2026 08:25:35 Employee No 31-35 Male Yes Both 7 2 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 9.1 Turku Product company with software as their core business 37.5 60 Developer, Full-Stack Staff / Principal / Lead Yes 4800 0 2400 0 0 Below market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Groovy React, Grails Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 08:26:01 Employee No 41-45 Male No English 15 4 4 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 125 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 9000 5000 30000 Above market Lomaraha (Holiday bonus), Company performance bonus, Profit sharing Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip)
|
||||
20/02/2026 08:26:34 Entrepreneur Yes, from employee to entrepreneur 41-45 Male Yes Both 20 2 6 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 SaaS 110000 Yearly subscription fee Open-ended Finland, Abroad Linux (bare metal / native) JavaScript, Python Django SQL, scikit-learn, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Tiger Data (Timescale)
|
||||
20/02/2026 08:27:12 Employee No 41-45 Male Yes Both 18 0 2 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 42 Turku Product company with software as their core business 37.5 40 UX, Research Ops or UI Design Professional Manager or People Lead No 6000 3600 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Partial Lunch benefit employer pays 50% macOS
|
||||
20/02/2026 08:27:51 Employee No 36-40 Female Yes Both 6 1 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Mid-level No 5300 0 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + Linux VM JavaScript, TypeScript, Python React Docker, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 08:28:20 Employee No 41-45 Male Yes Both 23 9 7 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Developer, Full-Stack Senior Yes 7113 3983 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Python, Go React Linux server, Docker, Ansible
|
||||
20/02/2026 08:28:40 Employee No 51-55 Male Yes Both 31 18 5 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Project Manager Staff / Principal / Lead No 7804 2809 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Kotlin React, Node.js, Spring Boot SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 08:29:41 Employee No 36-40 Male Yes Finnish 15 15 1 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Turku Product company with software as their core business 37.5 40 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 9500 5700 0 10000 Monthly + stocks + performance stocks + yearly bonus Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit Windows
|
||||
20/02/2026 08:30:08 Employee No 36-40 Male Yes English 4 1 2 1001-5000 Upper secondary – vocational (ammatillinen perustutkinto) Engineering, Manufacturing, and Construction Tampere Consulting 37.5 20 Developer, Full-Stack Mid-level Yes 4200 Not sure Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript React, Next.js, Node.js Microsoft Azure
|
||||
20/02/2026 08:30:52 Employee No 26-30 Male Yes English 5 3 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Software Company Startup Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 50 Developer, Frontend Senior No 4500 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Next.js
|
||||
20/02/2026 08:31:55 Employee No 36-40 Female Yes Finnish 14 4 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 95 Developer, Full-Stack Senior Yes 6500 3200 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS JavaScript, TypeScript, Bash React, Node.js PostgreSQL, DynamoDB
|
||||
20/02/2026 08:32:34 Employee No 41-45 Male Yes Both 20 8 4 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Oulu Consulting 37.5 10 Architect, Software or Solutions Senior Yes 5950 0 3570 0 0 Below market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate) Work laptop, Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Linux (bare metal / native) JavaScript, TypeScript, Ruby React, Ruby on Rails SQL Docker, Kubernetes, Terraform PostgreSQL, MongoDB, Redis I'm that kind of full stack guy that "pick 3 primaries" in tech questions was really hard. There would have been a lot more...
|
||||
20/02/2026 08:33:10 Employee No 36-40 Female Yes Finnish 5 5 2 11-50 Master’s degree – AMK (YAMK) Design Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Frontend Mid-level No 3860 Average market Lomaraha (Holiday bonus) Work laptop, Free office parking (during work hours), Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, PHP Docker, Microsoft Azure
|
||||
20/02/2026 08:33:23 Entrepreneur No 31-35 Prefer not to say Yes Finnish 10 3 4 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 0 3 Front-end 65 73000 25 8 Fixed price / project-based Varies significantly Myself Finland macOS JavaScript, PHP WordPress
|
||||
20/02/2026 08:33:59 Employee No 26-30 Male Yes Both 5 5 1 5001-10000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.46 University of Helsinki Capital region (Helsinki, Espoo, Vantaa) Public or third sector 37.5 40 Developer, Full-Stack Mid-level Yes 3821.07 2198.17 Salary + Occasional weekend shift compensation (100€/shift day). Below market Lomaraha (Holiday bonus) Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office Linux (bare metal / native) JavaScript, TypeScript, Python React, Angular, NestJS SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Oracle, Redis
|
||||
20/02/2026 08:34:19 Employee No 26-30 Male Yes Finnish 5 5 1 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Sogeti Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, QA or Test Mid-level Yes 3800 2280 400 Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Windows JavaScript, Python SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 08:34:27 Employee No 41-45 Female Yes English 21 1 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Engineering Manager Senior Yes 6700 3350 Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows Kafka Docker, Kubernetes, Microsoft Azure
|
||||
20/02/2026 08:36:32 Employee No 31-35 Male Yes Both 16 4 4 501-1000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2.5 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Architect, Software or Solutions Senior Yes 6300 0 3780 Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript, Kotlin, Bash React, Node.js, Express SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 08:38:03 Entrepreneur Yes, from employee to entrepreneur 31-35 Male Yes Both 8 1 4 1 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 0 Full-stack, project management 88 30000 37.5 7 Hourly billing 6-12 months Agencies Finland Windows + WSL TypeScript, Java, C# React, Spring Boot, ASP.NET Core SQL, Kafka Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, MySQL, SQL Server
|
||||
20/02/2026 08:41:33 Employee No 26-30 Male Yes Both 13 4 3 101-500 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 5 DevOps Engineer or Professional Senior No 6780 4068 0 0 Average market Lomaraha (Holiday bonus), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Go, Bash SQL, Kafka Linux server, Terraform, Ansible PostgreSQL, MySQL
|
||||
20/02/2026 08:43:01 Employee No 36-40 Male Yes English 15 0 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 17 Oulu Product company with software as their core business 37.5 15 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 10500 0 0 0 Below market Company performance bonus, Sign-on bonus, Stock options / equity Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office 150 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + Linux VM JavaScript, C# React, Node.js, ASP.NET Core SQL Windows server, Docker, Kubernetes SQL Server
|
||||
20/02/2026 08:43:31 Employee No 31-35 Male Yes Finnish 8 3 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 15 Developer, Full-Stack Senior No 6000 3400 0 0 Above market Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript React, Node.js, Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 08:44:22 Employee No 31-35 Male Yes Both 10 3 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, Full-Stack Senior Not sure 6000 0 3600 0 0 lunch money 200e/month on top of salary, 300e/year recreational benefit on top of salary Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 600 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript React, Next.js, Node.js SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
20/02/2026 08:44:36 Employee No 36-40 Male Yes Finnish 13 3 3 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 90 Founder, Technology or Otherwise Manager or People Lead No 6900 3540 Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Bash React, Node.js SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 08:44:50 Employee No 31-35 Female Yes Both 12 5 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) DNA Oyj Capital region (Helsinki, Espoo, Vantaa) 37.5 10 Cybersecurity or InfoSec Professional Manager or People Lead Yes 7057 4234 12000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office, Public transport subsidy (tax-free) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Next year a question regarding AI tech, e.g. usage of agents, would be interesting
|
||||
20/02/2026 08:44:52 Employee No 31-35 Male Yes Finnish 10 4 6 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Full-Stack Senior No 4200 0 0 0 0 Below market Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Other tools like high-end keyboard, mouse etc Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, PHP, HTML React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 08:46:15 Employee No 36-40 Male Yes Finnish 10 10 1 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 1 Tampere Consulting 37.5 30 Senior Yes 2200 4700 4000 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based) Health insurance, Work laptop, Snacks and beverages in office 280 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, C# Microsoft Azure
|
||||
20/02/2026 08:46:19 Employee No 41-45 Male Yes Both 20 0 7 11-50 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 11 Arado Turku Consulting 38 20 Developer, Full-Stack Senior No 4000 2000 Average market Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Windows JavaScript, TypeScript, C# React, Angular SQL Microsoft Azure SQL Server
|
||||
20/02/2026 08:47:18 Employee No 36-40 Male Yes English 10 10 2 2 Upper secondary – general (lukio / high school equivalent) 0 Hämeenlinna Consulting 37.5 0 Developer, Mobile Senior No 4800 0 2400 0 0 Below market Lomaraha (Holiday bonus) Work laptop 0 macOS JavaScript, TypeScript, Python React, Node.js, Express Linux server, Docker, Microsoft Azure PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 08:47:31 Employee No 36-40 Male Yes Both 14 0 3 11-50 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) Turku Consulting 37.5 10 Developer, Full-Stack Senior No 4000 3000 Half of billing, with a base pay if no project. Above market Profit sharing Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript Next.js, Node.js, Express Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL, Oracle Could as about AI use in the future
|
||||
20/02/2026 08:48:02 Employee No 51-55 Male Yes Both 29 5 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 1.5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 AI/ML Engineer Senior No 6750 0 3375 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python SQL, scikit-learn, Pandas / NumPy Docker, Terraform, Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 08:48:24 Employee No 36-40 Male Yes Finnish 12 3 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Architect, Software or Solutions Staff / Principal / Lead Yes 7200 4300 9000 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Work laptop 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Go Node.js Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, DynamoDB
|
||||
20/02/2026 08:48:26 Entrepreneur Yes, from employee to entrepreneur 41-45 Male Yes Finnish 15 1 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Data architecture, data engineering 102 82000 40 8 Hourly billing 6-12 months Myself, Agencies Finland macOS Python, PHP SQL, Apache Spark, Databricks Terraform, Microsoft Azure Databricks
|
||||
20/02/2026 08:50:12 Entrepreneur No 31-35 Male Yes Finnish 15 15 1 3-5 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 15 15 marketing 60 100000 40 5 Fixed price / project-based Varies significantly Myself Finland macOS JavaScript, PHP, css Linux server, Docker MySQL, Redis
|
||||
20/02/2026 08:51:27 Entrepreneur No 41-45 Male Yes Both 20 13 5 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -2.5 13 Full-stack software development 95 142500 37.5 8 Monthly billing 6-12 months Agencies Finland Windows + WSL TypeScript, SQL React, Node.js, Express SQL AWS SQL Server This is quite long and extensive, a shorter survey might get more responses
|
||||
20/02/2026 08:52:03 Entrepreneur No 36-40 Male Yes Both 16 3 6 3-5 Master’s degree – AMK (YAMK) Arts and Humanities 15 Design, prototyping, design systems, ai 150 60000 20 8 Hourly billing 1-3 months Myself, Agencies Finland, Abroad macOS TypeScript React, Next.js, Node.js SQL, Pgvector Docker PostgreSQL
|
||||
20/02/2026 08:53:12 Employee No 41-45 Male Yes Both 15 3 3 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Reaktor Innovations Oy Turku Consulting 37.5 60 Developer, Full-Stack Senior Yes 6024.89 3615 70 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 636 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, C#, Kotlin React, Node.js, Spring Boot SQL Docker, Kubernetes, AWS PostgreSQL, Redis
|
||||
20/02/2026 08:53:42 Employee No 36-40 Male Yes English 20 2 10 10000+ Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 1.5 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 40 100 Architect, Software or Solutions Staff / Principal / Lead Yes 7033 3516 9000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Fixed-line internet to your home 350 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit Windows + WSL TypeScript, Python, Go React Kafka Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
20/02/2026 08:54:00 Employee No 31-35 Male Yes English 15 3 8 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Product company with software as their core business 70 5 Senior Executive (C-suite, VP, etc.) Staff / Principal / Lead Yes 10000 0 0 0 0 Salary + equity on a startup Above market 0 Linux (bare metal / native) TypeScript, Python Angular Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 08:54:26 Employee No 21-25 Male Yes English 4 1 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 28 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior Yes 4800 500 3000 Average market Company performance bonus Health insurance, Work laptop, Snacks and beverages in office 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, PHP React, Node.js, NestJS SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL
|
||||
20/02/2026 08:54:49 Employee No 31-35 Male Yes English 12 1 7 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Mapbox Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 38 10 Developer, Full-Stack Senior Yes 10000 15000 Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office macOS
|
||||
20/02/2026 08:54:52 Employee No 46-50 Female Yes Both 4 3 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Agriculture, Forestry, Fisheries, and Veterinary 13.6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Cloud Infrastructure Engineer Mid-level No 5000 Health insurance, Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows Python Terraform, Google Cloud Platform (GCP)
|
||||
20/02/2026 08:56:42 Employee No 31-35 Male Yes Both 8 0 5 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) -8 Turku Product company with software as their core business 37.5 0 Developer, Full-Stack Senior Yes 5500 2700 0 20000 Salary and stonks Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, PHP React, Next.js, Laravel SQL Linux server, Docker, AWS MySQL
|
||||
20/02/2026 08:58:20 Employee No 26-30 Male Yes Both 5 4 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 11 Tampere Consulting 37.5 40 Developer, Full-Stack Mid-level No 4400 0 2200 0 60 Below market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript React, Next.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
20/02/2026 08:59:52 Employee No 31-35 Male Yes Both 12 10 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 UX, Research Ops or UI Design Professional Senior Yes 5900 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS
|
||||
20/02/2026 09:00:20 Employee No 36-40 Male Yes Both 14 3 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Tampere Consulting 37.5 50 Developer, Full-Stack Senior Yes 4600 0 2300 2000 small bonus Average market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Free gym membership, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Python React, Vue.js, Node.js SQL, Airflow Docker, AWS, Microsoft Azure PostgreSQL, MongoDB
|
||||
20/02/2026 09:04:25 Employee No 21-25 Male Yes Both 3 1 3 6-10 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 18 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 30 50 Developer, Full-Stack Mid-level No 4500 2000 8000 Below market Company performance bonus, Stock options / equity Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript React, Node.js, Express TensorFlow Docker PostgreSQL
|
||||
20/02/2026 09:06:19 Employee No 41-45 Male Yes Both 5 2 2 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 SOK Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Mid-level No 4970 3000 6500 0 Above market Lomaraha (Holiday bonus), Company performance bonus Work laptop, Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Node.js SQL, Kafka, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 09:07:33 Employee No 36-40 Male Yes Both 5 2 3 2 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 10 One person product team Staff / Principal / Lead No 6100 0 0 Average market Linux (bare metal / native) TypeScript React, Next.js, Node.js Linux server, Docker, Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 09:08:18 Employee No 21-25 Male Yes Finnish 6 3 3 51-100 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 5 Developer, Mobile Senior Yes 5000 3750 1200 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS Dart Flutter Linux server PostgreSQL Only asked about web frameworks. Would be beneficial to ask about mobile development frameworks
|
||||
20/02/2026 09:08:21 Employee No 46-50 Male Yes Both 25 0 8 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Nitor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Frontend Staff / Principal / Lead No 5400 1300 3500 0 0 Average market Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript React, Next.js, Express Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL
|
||||
20/02/2026 09:10:04 Entrepreneur No 26-30 Male Yes Both 4 2 3 6-10 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 4 Architecture, full stack, GenAI 52 70000 37.5 8 Hourly billing Open-ended Agencies Finland, Abroad Windows + WSL TypeScript, Python, C# React, Node.js, Django SQL, PyTorch Windows server, Docker, Microsoft Azure PostgreSQL, Redis
|
||||
20/02/2026 09:10:05 Employee No 41-45 Female Yes Both 18 0 4 5001-10000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere A company where software is a support role (for example banks or healthcare) 30 85 Developer, Desktop or Enterprise Applications Senior Yes 4560 2280 1000 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Python, C++ React, Next.js, Node.js SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
20/02/2026 09:11:20 Employee No 36-40 Male Yes Both 6 4 2 10000+ Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 18 Tampere Consulting 37.5 1 Developer, Full-Stack Mid-level Yes 4500 Below market Referral bonus (for successful hires) Work laptop, Free office parking (during work hours) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Windows JavaScript, TypeScript, C# React, ASP.NET Core SQL Microsoft Azure SQL Server
|
||||
20/02/2026 09:11:30 Employee No 51-55 Male Yes Finnish 26 1 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Kuopio Public or third sector 37.5 5 Architect, Software or Solutions Staff / Principal / Lead Yes 5900 3540 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Bash React, Node.js, ASP.NET Core SQL, Pandas / NumPy, AWS Athena + Glue Linux server, AWS, Microsoft Azure PostgreSQL, Oracle, DynamoDB
|
||||
20/02/2026 09:11:46 Employee No 41-45 Male Yes Both 15 10 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 UX, Research Ops or UI Design Professional Staff / Principal / Lead Yes 6300 0 3780 0 0 Average market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 300 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Employer-subsidised commuter ticket (taxed) macOS
|
||||
20/02/2026 09:12:07 Employee No 26-30 Female Yes Finnish 3 2 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law Academic Work Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Data / Business Analyst Mid-level Yes 5000 3000 Average market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) Windows Employer is academic work but I work for a customer
|
||||
20/02/2026 09:12:34 Employee No 31-35 Male Yes Both 10 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Aiven Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Developer, Full-Stack Senior Yes 6700 0 0 0 2000 Average market Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Bash React, Node.js SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL Lomaraha is difficult to calculate, I'd leave that out next year because most folks will probably just wing it and don't want to log into things to get the last summer's payslips to check.
|
||||
20/02/2026 09:14:13 Entrepreneur No 41-45 Male Yes English 15 5 3 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 6 software development 80 125000 33 6 Hourly billing Over 24 months Myself Finland Linux (bare metal / native) TypeScript, Python React, Next.js, Node.js SQL Linux server, Docker, Ansible PostgreSQL, InfluxDB
|
||||
20/02/2026 09:14:35 Employee No 36-40 Male Yes Finnish 15 10 4 101-500 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) Nitor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Mobile Senior Yes 6900 2000 3500 0 2000 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Kotlin, Swift Microsoft Azure
|
||||
20/02/2026 09:15:22 Employee No 26-30 Male Yes Finnish 4 4 1 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Developer, Full-Stack Mid-level No 4920 0 Above market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS JavaScript, TypeScript, Kotlin React, Node.js, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL Those last "Choose max 3" options were weird. I would have liked to choose more
|
||||
20/02/2026 09:16:59 Employee No 21-25 Male Yes English 6 2 3 10000+ Upper secondary – general (lukio / high school equivalent) 4 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 1 Developer, Desktop or Enterprise Applications Staff / Principal / Lead Yes 10400 6240 27000 0 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Free office parking (during work hours), Fixed-line internet to your home Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS C++ Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 09:18:15 Employee No 36-40 Male Yes Finnish 15 6 3 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Founder, Technology or Otherwise Staff / Principal / Lead 9096 5430 15705 0 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Bash React, Next.js, Node.js SQL, Pandas / NumPy Linux server, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
20/02/2026 09:19:23 Employee No 36-40 Male Yes Finnish 15 5 4 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 10 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Backend Senior No 5800 0 3480 0 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay) Health insurance, Work laptop, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 220 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, PHP, Go React Kubernetes, Terraform, Google Cloud Platform (GCP) MongoDB, Redis
|
||||
20/02/2026 09:19:45 Employee No 36-40 Male Yes Finnish 12 10 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.1 Gofore Tampere Consulting 30 60 UX, Research Ops or UI Design Professional Senior Yes 4000 3000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership, Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
20/02/2026 09:20:59 Employee No 41-45 Female Yes Finnish 5 2 4 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2 - Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37 20 System Administrator Senior No 4820 0 1500 0 0 Below market Lomaraha (Holiday bonus), Individual performance bonus Work laptop, Free office parking (during work hours), Wide healthcare and dental care 0 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows
|
||||
20/02/2026 09:21:51 Employee No 36-40 Male Yes Both 15 4 4 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Tieto Capital region (Helsinki, Espoo, Vantaa) Consulting 40 40 Engineering Manager Manager or People Lead Yes 6800 4080 5000 Not sure Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS JavaScript, TypeScript React, Next.js, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
20/02/2026 09:24:58 Employee No 31-35 Female Yes Finnish 6 1 5 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Frontend Mid-level Yes 5000 0 0 0 0 Average market Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js
|
||||
20/02/2026 09:25:09 Employee No 41-45 Non-binary Yes Finnish 12 1 5 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 30 Developer, Full-Stack Senior Yes 6000 3500 2500 Average market Lomaraha (Holiday bonus), Profit sharing Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Python, Java React, Next.js, Spring Boot SQL, Pandas / NumPy Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server, DynamoDB
|
||||
20/02/2026 09:25:37 Employee No 36-40 Female Yes Both 9 3 2 11-50 Doctorate (PhD / tohtori) Natural Sciences, Mathematics, and Statistics Capital region (Helsinki, Espoo, Vantaa) 37.5 60 Algorithm engineer Senior Not sure 6155 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity Health insurance, Free office parking (during work hours), Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python, C++, Matlab Microsoft Azure
|
||||
20/02/2026 09:25:56 Employee No 46-50 Female Yes Finnish 25 17 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Backend Staff / Principal / Lead Yes 6100 3660 6800 Below market Lomaraha (Holiday bonus), Company performance bonus Work laptop, Snacks and beverages in office 250 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
20/02/2026 09:26:47 Employee No 36-40 Male Yes Both 9 3 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1.7 Nitor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Developer, Frontend Senior Yes 4685 866 3330 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 1100 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript React CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 09:27:48 Employee No 21-25 Male Yes English 7 2 5 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 5.7 Visma Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Mobile Mid-level Yes 4545 0 3989 750 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS C#, Dart
|
||||
20/02/2026 09:28:52 Employee No 36-40 Male Yes English 11 5 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 60 Engineering Manager Senior Yes 6700 3800 12000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Node.js SQL, Kafka Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
20/02/2026 09:28:59 Employee No 31-35 Male Yes Both 14 8 7 10000+ Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) OP Pohjola Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37 10 Developer, Full-Stack Staff / Principal / Lead Yes 7124 4274 Above market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript React, Node.js SQL, Kafka Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
20/02/2026 09:29:04 Employee No 31-35 Female Yes English 11 5 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.09 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Data Engineer Senior Yes 6990.18 4194 19585.47 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python Apache Spark, Pandas / NumPy, Dagster Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
20/02/2026 09:29:29 Employee No 36-40 Male Yes Both 13 3 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Developer, Full-Stack Senior No 3000 5000 3500 1500 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Work laptop, Free gym membership, Snacks and beverages in office 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript Vue.js, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 09:30:12 Employee No 46-50 Male Yes Both 25 17 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Staff / Principal / Lead No 5400 1500 4140 0 12000 Base+provision+dividends Above market Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay), Peer to peer awards Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Extra paid vacation, massage, yoga etc. lots of events and flexibility 3000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) All of them TypeScript, Swift, Clojure React, re-frame, Reagent SQL Docker, AWS, Google Cloud Platform (GCP) PostgreSQL, DynamoDB It's just difficult to be correct in the answers, so many benefits
|
||||
20/02/2026 09:32:11 Employee No 46-50 Male Yes Both 19 8 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0.6 Tampere Consulting 37.5 95 Developer, QA or Test Senior Yes 4528.87 622.27 3248.4 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Profit sharing, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Seniority leave 4800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Python, Bash Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
20/02/2026 09:35:40 Employee No 31-35 Male Yes English 6 4 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 110 Turku Product company with software as their core business 29.5 40 Cybersecurity or InfoSec Professional Senior Yes 4600 2400 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
20/02/2026 09:36:49 Employee No 21-25 Male Yes English 2 1 2 101-500 Upper secondary – general (lukio / high school equivalent) 35.7 UpCloud Tampere Product company with software as their core business 37.5 0 Developer, Backend Mid-level Yes 3800 Average market Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Go, Bash SQL Linux server, Docker, Kubernetes PostgreSQL Not software developer, but software engineer 😫
|
||||
20/02/2026 09:36:51 Employee No 36-40 Male Yes Both 13 0 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Turku Consulting 37.5 15 Developer, Frontend Senior Yes 5200 0 3100 0 0 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React
|
||||
20/02/2026 09:38:20 Entrepreneur No 36-40 Male Yes Both 14 6 6 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -10 10 Hourly billing Over 24 months Myself, Agencies Finland macOS JavaScript, TypeScript, Kotlin React, Next.js, Node.js SQL, Kafka Docker, Google Cloud Platform (GCP) PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 09:39:56 Employee No 36-40 Male Yes Finnish 9 4 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Data Engineer Senior Not sure 6284 3770 1000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 4000 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + WSL Python, SQL SQL, Apache Spark, dbt Terraform, Microsoft Azure
|
||||
20/02/2026 09:40:06 Employee No 26-30 Male Yes English 6 3 2 11-50 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 0 Turku A company where software is a support role (for example banks or healthcare) 37.5 5 Developer, Mobile Mid-level No 5475 0 2000 0 0 Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Dart CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 09:40:20 Employee No 31-35 Male Yes Both 9 3 4 101-500 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Mid-level No 4400 0 2000 0 0 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Go React, Next.js, Node.js SQL, Snowflake / BigQuery / Redshift Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 09:40:52 Employee No 41-45 Female Yes English 20 2 7 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 OrangIT Oy Capital region (Helsinki, Espoo, Vantaa) Software maintenance company 37.5 20 Developer, Full-Stack Staff / Principal / Lead Yes 6150 0 3690 0 0 Salary plus one-off bonuses for blog texts etc. Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay), Blog writing bonus Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, PHP, Scala React, Symfony SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 09:43:32 Employee No 51-55 Male Yes Both 27 13 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Architect, Software or Solutions Senior Yes 5394 2200 3500 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 2500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Limited car benefit, Kulttuuri/liikuntaetu 400€/v, hierontaetu 400€/v, hammashoito 300€/v Windows + WSL TypeScript, Java, Bash Angular, Spring Boot, Ext Js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MySQL
|
||||
20/02/2026 09:44:01 Entrepreneur Yes, from employee to entrepreneur 31-35 Male Yes Both 5 0 4 1 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 13 1 Data & solution architecture, data engineering, full-stack 80 62500 12.5 7 Hourly + Fixed/project-based 6-12 months Myself, Agencies Finland, Abroad Windows TypeScript, Python, Bash React, Next.js, Node.js SQL, dbt, Snowflake / BigQuery / Redshift Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Snowflake
|
||||
20/02/2026 09:44:06 Employee No 41-45 Male Yes Both 20 7 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior Yes 4628 1455 3700 0 5000 Above market Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
20/02/2026 09:45:11 Employee Yes, from entrepreneur to employee 31-35 Male Yes English 12 1 10 51-100 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Arts and Humanities 20 RevenueCat Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer Advocate Senior Yes 15800 40000 Not sure Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget macOS TypeScript, Swift, Flutter React, Next.js CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 09:45:48 Employee No 41-45 Male Yes Both 20 13 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1.87 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 30 100 Developer, Full-Stack Senior Yes 5348 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 550 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native)
|
||||
20/02/2026 09:46:39 Employee No 51-55 Male Yes Finnish 27 12 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 40 0 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 8200 0 4900 0 0 Not sure Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office 500 macOS TypeScript, Python SQL, Pandas / NumPy Docker, AWS PostgreSQL
|
||||
20/02/2026 09:47:00 Employee No 41-45 Male Yes Both 23 1 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 7.8 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Full-Stack Senior Yes 5300 1800 3180 0 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 2500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
20/02/2026 09:47:15 Employee Yes, from entrepreneur to employee 36-40 Male Yes Both 15 1 5 11-50 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Architect, Software or Solutions Staff / Principal / Lead Yes 7124 4272 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, C#, Swift React, ASP.NET Core SQL Docker, Kubernetes, Microsoft Azure PostgreSQL, SQL Server, MongoDB
|
||||
20/02/2026 09:47:18 Entrepreneur Yes, from employee to entrepreneur 46-50 Male No English 25 1 7 1 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 1 95 157000 32 5 Hourly billing 6-12 months Myself Abroad macOS JavaScript, Python, Rust Django Pandas / NumPy Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 09:47:24 Employee No 36-40 Male Yes English 15 8 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5.3 Capital region (Helsinki, Espoo, Vantaa) Consulting 30 50 Developer, Full-Stack Staff / Principal / Lead No 6950 0 3336 200 3000 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 500 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Bash AI tools, Claude Code, Cursor, Copilot etc. adaptation – probably not fully compensation related though but might have an effect
|
||||
20/02/2026 09:51:10 Employee No 31-35 Male Yes Finnish 8 2 2 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 1.25 Solita Tampere Consulting 37.5 100 Integration Specialist Mid-level No 4556 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, C# CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
20/02/2026 09:51:57 Employee No 36-40 Male Yes English 13 5 4 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 21.5 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 5 Developer, Backend Senior Yes 8023 4813.8 56000 Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office macOS
|
||||
20/02/2026 09:53:40 Employee No 31-35 Female Yes Finnish 11 11 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.14 Tampere Consulting 37.5 95 Developer, Full-Stack Senior Yes 5429.62 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Kotlin React SQL Docker, Kubernetes PostgreSQL
|
||||
20/02/2026 09:53:51 Employee No 41-45 Male Yes Both 20 2 4 51-100 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 6.5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior Yes 3350 4000 3650 Not sure Lomaraha (Holiday bonus), Individual performance bonus, Sign-on bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Kotlin, Bash React, Node.js, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MySQL, MongoDB, DynamoDB
|
||||
20/02/2026 09:56:44 Employee No 26-30 Male Yes Both 9 2 5 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.25 Solita Oy Oulu Consulting 37.5 95 Architect, Software or Solutions Staff / Principal / Lead Yes 5366 0 3219.6 0 0 Monthly salary Below market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Monitors for home office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Go Vue.js TensorFlow, PyTorch Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Memgraph Business domain that you are working on/consulting to
|
||||
20/02/2026 09:58:02 Employee No 36-40 Male Yes Finnish 13 0 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 17 Turku Consulting 37.5 40 Developer, Full-Stack Senior Yes 5800 0 3480 0 0 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript React, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
20/02/2026 09:58:13 Employee No 31-35 Female Yes Finnish 10 2 2 11-50 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior No 6000 Average market Lomaraha (Holiday bonus) Work laptop, Free office parking (during work hours), Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js SQL Kubernetes, Terraform, AWS Oracle
|
||||
20/02/2026 09:59:22 Employee No 41-45 Male Yes Finnish 21 10 5 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.25 Oulu Consulting 37.5 0 Developer, Full-Stack Senior Yes 4851 0 2903 0 0 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit Windows + WSL JavaScript, TypeScript, Java React, Angular, Node.js SQL Docker, AWS, Microsoft Azure PostgreSQL, SQL Server, Redis
|
||||
20/02/2026 10:02:20 Employee No 36-40 Male Yes English 13 6 2 10000+ Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 25.4 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 0 Architect, Software or Solutions Staff / Principal / Lead Yes 7400 0 3540 14000 0 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Java, Go React, Spring Boot Kafka, Pandas / NumPy Linux server, Docker, Kubernetes PostgreSQL, MySQL
|
||||
20/02/2026 10:02:35 Employee No 31-35 Male Yes English 8 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 8 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Developer, Full-Stack Mid-level Yes 4800 350 3000 0 0 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 2000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) JavaScript, TypeScript, Java React, Next.js, Node.js SQL Linux server, Docker PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 10:06:06 Employee No 36-40 Male Yes Both 15 6 4 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 DevOps Engineer or Professional Senior Yes 5400 1200 3240 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 2000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript, Python, Bash Linux server, Docker, Terraform MySQL
|
||||
20/02/2026 10:07:05 Employee No 46-50 Male Yes Finnish 25 3 8 1001-5000 Upper secondary – general (lukio / high school equivalent) 2 Yleisradio Tampere Public or third sector 37 60 DevOps Engineer or Professional Senior No 6322 5200 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free gym membership Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Python, Go, Bash Kubernetes, Terraform, AWS PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 10:07:09 Employee No 26-30 Female Yes Both 7 1 4 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Senior No 4850 0 0 0 0 0 Below market Health insurance, Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) macOS TypeScript, Java, C# React, Vue.js, Next.js Kubernetes PostgreSQL, MongoDB
|
||||
20/02/2026 10:08:05 Employee No 36-40 Male Yes Both 14 7 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 50 Architect, Software or Solutions Staff / Principal / Lead Yes 5395 1380 3237 0 0 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires), certificate bonus, peer recognition bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 1100 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 10:09:24 Employee No 26-30 Male Yes Both 8 5 3 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Oulu Consulting 37.5 90 Developer, Full-Stack Senior No 4425 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript, Go Vue.js SQL Linux server, Docker, AWS PostgreSQL
|
||||
20/02/2026 10:09:51 Employee No 21-25 Male Yes Finnish 2 1 2 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 22.5 9 ICT Specialist. Tasks range from Linux servers to backend development to cloud solutions. Mid-level Not sure 2115 Average market Company performance bonus, Sign-on bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Limited car benefit Windows + WSL JavaScript, Python, Bash SQL, TensorFlow, PyTorch Linux server, Docker, AWS PostgreSQL, Redis
|
||||
20/02/2026 10:10:31 Employee No 36-40 Male No English 18 1 8 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 22 Globalization Partners remote Product company with software as their core business 37.5 0 Developer, Frontend Senior Not sure 110000 0 20000 salary and RSU options Above market Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop macOS TypeScript React Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS duckdb
|
||||
20/02/2026 10:11:13 Employee Yes, from entrepreneur to employee 31-35 Male Yes Both 4 1 4 3-5 Basic education (peruskoulu / compulsory education) Information and Communication Technologies (ICT / Computer Science) 170 Salo Product company with software as their core business 40 0 Developer, Full-Stack Mid-level No 4500 0 2500 0 0 Average market Work remotely from abroad (1 week or more) 0 macOS JavaScript, TypeScript, Bash Vue.js, Next.js, Node.js SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MongoDB, Drizzle
|
||||
20/02/2026 10:12:33 Entrepreneur No 31-35 Male Yes Both 13 5 4 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -50 5 backend, frontend, full-stack, mobile, AI 90 25000 5 30 Hourly billing 1-3 months Myself, Agencies Finland, Abroad macOS TypeScript, Rust, Kotlin React, Vue.js SQL Docker, Terraform, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
20/02/2026 10:13:21 Employee No 31-35 Male Yes Both 3 1 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 27 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 80 Developer, Full-Stack Mid-level Not sure 4700 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Snacks and beverages in office 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Clojure, ClojureScript Flask, re-frame, Reagent SQL, PyTorch Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Datomic
|
||||
20/02/2026 10:14:31 Employee No 36-40 Male Yes Finnish 15 2 8 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Architect, Software or Solutions Senior No 5500 1800 0 0 0 Average market Profit sharing Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 7200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
20/02/2026 10:14:46 Employee No 26-30 Male No English 10 0 6 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 80 AI/ML Engineer Senior No 110000 0 7500 20000 Above market Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Monitors for home office 0 macOS Python, Bash Airflow, PyTorch, scikit-learn Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL Controversial lists of tech in the ML databases. Some of them are not really about the topic like airflow to ML
|
||||
20/02/2026 10:17:19 Entrepreneur No 36-40 Male Yes Both 13 1 6 1 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 10 Full-stack software development, devops, architecture 70 100000 37.5 9 Hourly billing Varies significantly Myself, Agencies Finland macOS TypeScript, Python, Ruby React, Django, Ruby on Rails SQL, Pandas / NumPy Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL, Redis
|
||||
20/02/2026 10:19:32 Employee No 41-45 Male Yes Finnish 8 3 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Traficom Capital region (Helsinki, Espoo, Vantaa) Public or third sector 30 15 Data Engineer Senior Yes 4100 2500 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Public transport subsidy (tax-free), Liikunta- / kulttuurietu 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) JavaScript, Python, Bash React, Django, FastAPI SQL Linux server, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 10:21:56 Employee No 31-35 Male Yes Finnish 8 2 4 1001-5000 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 11 Gofore Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Cloud Infrastructure Engineer Senior Not sure 4766 2383 0 0 Stock Share Saving Plan from salary Below market Lomaraha (Holiday bonus), Sign-on bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Python, Powershell, HCL (HashiCorp Language) Django SQL Windows server, Terraform, Microsoft Azure PostgreSQL, Microsoft SQL
|
||||
20/02/2026 10:23:55 Employee No 46-50 Male Yes Both 22 13 6 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Turku Consulting 37.5 95 Developer, Desktop or Enterprise Applications Senior Yes 5480 3271 0 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Free office parking (during work hours), Fixed-line internet to your home 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows C#, C, Oracle PL/SQL SQL Linux server Oracle
|
||||
20/02/2026 10:24:11 Employee No 31-35 Female Yes Both 5 5 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 10 Futurice Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Backend Senior No 5049 0 2643.35 1326 Monthly salary + variable salary based on company performance. In addition, I have gained one-off recruitment bonuses and voluntary work payments (called spice hours compensation) Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Bash Next.js, Node.js, FastAPI SQL Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 10:24:39 Employee No 31-35 Male Yes English 5 5 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 2 Solita Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 95 Data Engineer Mid-level Yes 4920 0 2940 0 0 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Hobby clubs 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows Python, SQL SQL, Apache Spark, Python Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure Databricks
|
||||
20/02/2026 10:26:08 Employee No 46-50 Male Yes Both 18 1 5 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Backend Senior Yes 5600 0 3360 1000 Above market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Snacks and beverages in office 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Accommodation macOS PHP Drupal Docker MySQL
|
||||
20/02/2026 10:26:43 Employee No 31-35 Female Yes English 4 1 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 8.51 University Capital region (Helsinki, Espoo, Vantaa) Public or third sector 36.25 60 Cloud Infrastructure Engineer Mid-level Yes 3150 0 3090 0 0 Average market Lomaraha (Holiday bonus) Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc 120 Windows + WSL Linux server, Terraform, Microsoft Azure
|
||||
20/02/2026 10:28:37 Employee No 31-35 Male Yes English 0 0 1 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Junior / Entry-level Not sure 2500 Below market Referral bonus (for successful hires) Health insurance, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office macOS JavaScript, TypeScript, Python React, FastAPI
|
||||
20/02/2026 10:28:40 Employee No 41-45 Male Yes Finnish 24 7 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0.18 Gofore Jyväskylä Consulting 35 15 Architect, Software or Solutions Senior Not sure 5318 140 3190 Base + flex Below market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Free use of the office public spaces for personal events 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript, C# React, Node.js, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins) SQL Server, Redis LLM use, either local or remote and whether agentic or not and any limitations related to these would probably be questions worth asking these days.
|
||||
20/02/2026 10:29:09 Entrepreneur Yes, from employee to entrepreneur 26-30 Male Yes Both 5 3 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 project management 50 90000 40 Hourly billing Varies significantly Myself Finland Linux (bare metal / native)
|
||||
20/02/2026 10:30:26 Employee No 41-45 Male Yes Finnish 21 8 7 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2.1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Architect, Software or Solutions Staff / Principal / Lead Yes 6808.1 1600 4800 15000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office 600 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit Linux (bare metal / native) Java, Bash Quarkus SQL Linux server, Docker, Kubernetes PostgreSQL, Redis
|
||||
20/02/2026 10:30:53 Employee No 46-50 Male Yes Both 20 5 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 30 Architect, Software or Solutions Staff / Principal / Lead Yes 5200 2100 2500 0 500 Above market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Sauna / SPA at the office. Beer tap at the office. Yearly trip abroad. 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Go, Kotlin, Swift Docker, Terraform, AWS
|
||||
20/02/2026 10:31:22 Employee Yes, from entrepreneur to employee 31-35 Male Yes English 10 0 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -17 Fully remote Product company with software as their core business 40 0 Developer, Full-Stack Senior Yes 11667 0 7000 3500 Stock options Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office macOS TypeScript, Python React, Django Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
20/02/2026 10:31:42 Employee No 36-40 Male Yes Finnish 18 5 3 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 8 Polar Squad Oy Tampere Consulting 37.5 20 Cloud Infrastructure Engineer Staff / Principal / Lead Yes 6704 3620 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 1024 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Bash React, Django, FastAPI SQL, Pandas / NumPy Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 10:33:09 Entrepreneur No 26-30 Male Yes Both 4 2 4 2 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 AI consulting, fullstack web app development, indie hacking web apps 100 30000 20 40 Fixed price / project-based 1-3 months Myself Finland, Abroad macOS TypeScript, Python React, Next.js, FastAPI SQL Linux server, Microsoft Azure, Google Cloud Platform (GCP) PostgreSQL entrepreneurship is hard. I worked a lot, but majority was spent my own product development. I work very little for customer projects, as I develop almost everything with AI in super short time. Can't estimate hours. Probably 1 hour of todays work is 30 hours two year ago in terms of efficiency.
|
||||
20/02/2026 10:33:37 Employee No 26-30 Male Yes Both 4 1 3 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 45 Inderes Oyj Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Developer, Full-Stack Mid-level Yes 5100 200 3000 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Super large health insurance 200 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Angular, Next.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MongoDB, Redis
|
||||
20/02/2026 10:34:54 Employee No 36-40 Male Yes Both 16 12 3 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Turku Consulting 40 0 AI/ML Engineer Manager or People Lead Yes 6800 0 0 0 75000 Above market Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Limited car benefit Windows + WSL TypeScript, Python, Go React, Next.js, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
20/02/2026 10:36:50 Employee No 36-40 Male Yes English 15 4 4 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 Remote (US) Product company with software as their core business 37.5 0 Developer, Backend Staff / Principal / Lead Yes 12600 0 7560 4800 Management by objectives from Q3 2025 onwards. Up to 10% bonus on yearly salary. Not sure Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget 0 macOS TypeScript, Go, Bash React SQL Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 10:36:59 Employee No 36-40 Male Yes Finnish 11 11 1 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 1.98 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Developer, Full-Stack Senior Yes 6424 3854 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Fixed-line internet to your home, Snacks and beverages in office 500 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Python React, Next.js, FastAPI SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 10:38:41 Employee No 31-35 Female Yes Both 10 10 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 7 Solita Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 25 Developer, Full-Stack Senior Yes 5400 Average market Health insurance, Work laptop, Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Java SQL Docker PostgreSQL
|
||||
20/02/2026 10:39:26 Employee No 36-40 Male Yes English 12 1 5 6-10 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction -3 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 80 Developer, Full-Stack Senior No 6800 0 0 0 Average market Stock options / equity Health insurance, Work laptop, Snacks and beverages in office macOS TypeScript, Python, Bash React, Next.js SQL, Vespa Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Redis Currently in a seed-stage startup
|
||||
20/02/2026 10:39:47 Employee Yes, from entrepreneur to employee 31-35 Male Yes Finnish 10 10 1 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Engineering, Manufacturing, and Construction 0.74 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 37.5 Founder, Technology or Otherwise Senior No
|
||||
20/02/2026 10:40:41 Employee No 46-50 Male Yes English 25 5 9 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Smartly.io Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 60 DevOps Engineer or Professional Senior Yes 6522 3584.18 11162.81 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Bash Kubernetes, Terraform, Ansible PostgreSQL, Redis, Clickhouse
|
||||
20/02/2026 10:41:32 Employee No 31-35 Male Yes Finnish 8 1 2 51-100 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 30 Rebase Capital region (Helsinki, Espoo, Vantaa) Consulting 38 5 Recruiter Senior No 6000 1000 4200 0 0 base + OKR model quarterly 0-4500€ Not sure Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Work laptop Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS I'm recruiter/people lead in IT consulting company and would like to know more about salaries in this subsection
|
||||
20/02/2026 10:41:38 Employee No 46-50 Male Yes Both 20 5 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Tampere Consulting 37.5 5 Cloud Infrastructure Engineer Staff / Principal / Lead Yes 5973 3583.8 Average market Lomaraha (Holiday bonus), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Python, Bash Node.js Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
20/02/2026 10:42:16 Employee No 36-40 Male Yes Finnish 12 1 3 51-100 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 23.6 Tampere Consulting 37.5 90 DevOps Engineer or Professional Senior Yes 5500 0 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python SQL, Airflow, Kafka Kubernetes, Terraform, AWS PostgreSQL, Oracle
|
||||
20/02/2026 10:43:44 Employee No 41-45 Male Yes Finnish 18 10 6 51-100 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 2 Wunderdog Capital region (Helsinki, Espoo, Vantaa) Consulting 30 100 Developer, Full-Stack Senior Not sure 5162 3000 Average market Lomaraha (Holiday bonus), Sign-on bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 675 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js, Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS Oracle
|
||||
20/02/2026 10:44:48 Employee No 36-40 Prefer not to say Yes Both 15 6 5 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 50 Developer, Full-Stack Senior Yes 5800 3400 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Profit sharing, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 300 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Python, C# React, Node.js, Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
20/02/2026 10:46:12 Employee No 31-35 Male Yes Both 16 3 3 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Cybersecurity or InfoSec Professional Manager or People Lead Yes 7920 0 3960 0 107200 Salary + RSUs Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 750 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Rust, Bash React Pandas / NumPy Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MongoDB
|
||||
20/02/2026 10:47:35 Entrepreneur No 41-45 Male Yes Both 18 5 8 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5.7 5 Full-stack software development 95 156417 37.5 6 Hourly billing 6-12 months Agencies Finland macOS TypeScript, Python, Java Node.js, Express, Spring Boot SQL, Kafka Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 10:49:38 Employee No 36-40 Male Yes Finnish 15 7 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Staff / Principal / Lead Yes 6400 7700 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work laptop, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Clojure React, Node.js, Express Kubernetes, Terraform, AWS PostgreSQL
|
||||
20/02/2026 10:52:46 Employee No 46-50 Male Yes Finnish 27 5 8 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 Kuopio Product company with software as their core business 37.5 30 Product Manager Senior No 6500 0 3900 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows SQL Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
20/02/2026 10:56:24 Employee No 31-35 Prefer not to say Yes Both 8 8 1 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Tampere Consulting 37.5 100 System Administrator Not sure 4900 0 2800 Not sure Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Linux server, Terraform, Ansible MongoDB
|
||||
20/02/2026 10:56:33 Employee No 46-50 Prefer not to say Yes Finnish 28 3 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 39 80 educator Senior No 4450 0 2000 Average market Company performance bonus Work laptop, Free office parking (during work hours) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, PHP Node.js, Express SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure MySQL
|
||||
20/02/2026 10:57:39 Entrepreneur No 36-40 Female Yes Both 17 4 6 1 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 0 4 full-stack & AI development 83 129232 30 45 Hourly billing 12-24 months Agencies Finland macOS TypeScript, Python, Scala React, Node.js, FastAPI SQL, Kafka, PyTorch Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL, Redis
|
||||
20/02/2026 10:59:15 Entrepreneur No 51-55 Male Yes Finnish 26 18 10 1 Upper secondary – general (lukio / high school equivalent) 0 18 software development/consulting in niche tech 95 155000 35 5 Hourly billing Over 24 months Myself Finland, Abroad Linux (bare metal / native) TypeScript, Python, Java React, Vue.js, Node.js PyTorch, https://github.com/ray-project Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, sqlite, https://kvrocks.apache.org/, AI use in daily doing has exploded, 2025 was the year when ai agents like opencode became the mainstream.
|
||||
20/02/2026 11:00:35 Employee No 41-45 Female Yes Finnish 18 12 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2.4 Government agency Capital region (Helsinki, Espoo, Vantaa) Public or third sector 36.25 2 Engineering Manager No 5985 4489 0 0 Above market Lomaraha (Holiday bonus) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) 50 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows JavaScript, TypeScript, Java React, Spring Boot SQL Linux server, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Oracle
|
||||
20/02/2026 11:01:41 Employee No 31-35 Female Yes Both 4 2 2 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Danfoss Tampere Product company with software as their core business 37.5 40 Developer, Embedded Applications or Devices Mid-level Yes 4284 2570.4 1564.77 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc 350 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows Python, C++ Ansible, Microsoft Azure
|
||||
20/02/2026 11:01:47 Employee No 31-35 Female Yes Finnish 8 1 6 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Mid-level Yes 5300 0 2650 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS Oracle
|
||||
20/02/2026 11:03:54 Employee No 36-40 Male Yes Finnish 17 14 2 11-50 Upper secondary – general (lukio / high school equivalent) 2.5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 85 Developer, Full-Stack Staff / Principal / Lead Yes 5870 0 3522 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, PHP React, Angular, Next.js Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL, Redis
|
||||
20/02/2026 11:04:07 Employee No 36-40 Male Yes English 12 1 4 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 9 Holvi Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 0 Developer, Backend Senior Not sure 6000 3300 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Accommodation macOS Python Django, FastAPI SQL, Snowflake / BigQuery / Redshift Docker, Kubernetes, Terraform PostgreSQL
|
||||
20/02/2026 11:04:35 Employee No 41-45 Female Yes Finnish 12 7 2 5001-10000 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 2.5 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 37.5 20 Architect, Software or Solutions Senior No 4636 0 3256 1000 0 Below market Lomaraha (Holiday bonus), Individual performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) Windows powershell Windows server, Terraform, Microsoft Azure
|
||||
20/02/2026 11:05:26 Employee No 36-40 Male Yes Both 20 7 3 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 Turku Product company with software as their core business 37.5 75 Founder, Technology or Otherwise Staff / Principal / Lead No 6500 0 3900 0 0 Above market Lomaraha (Holiday bonus) Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office macOS TypeScript, Python, Rust React, Node.js, Django SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 11:08:24 Entrepreneur No 21-25 Non-binary Yes Both 6 1 4 1 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 14 4 Software development in all kinds of technologies 80 43000 15 10 Hourly billing 3-6 months Myself, Agencies Finland macOS TypeScript, C++, Scala React, Next.js, Node.js SQL CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
20/02/2026 11:09:09 Employee No 26-30 Male Yes Both 7 7 1 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2.5 Turku Consulting 30 5 Developer, Full-Stack Senior Yes 3000 1700 500 1000 Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Fixed-line internet to your home 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, Java Angular, Spring Boot SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL, MariaDB
|
||||
20/02/2026 11:09:55 Employee No 31-35 Male Yes Both 9 4 2 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Social Sciences, Journalism, and Information 2.26 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Data Engineer Senior Yes 4400 1600 3600 Not sure Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Python Apache Spark, Airflow, Pandas / NumPy Docker, Kubernetes, Ansible PostgreSQL, MySQL
|
||||
20/02/2026 11:10:44 Employee No 36-40 Male Yes Both 14 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 60 Developer, Full-Stack Senior No 4700 6300 Below market Lomaraha (Holiday bonus), Company performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 240 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) JavaScript, TypeScript React, Node.js, Express SQL PostgreSQL, SQLite
|
||||
20/02/2026 11:11:27 Employee No 41-45 Female Yes Both 20 1 10 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 20 Developer, Full-Stack Senior Yes 6500 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Kotlin React SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 11:13:58 Employee No 31-35 Male Yes Both 9 4 4 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Tampere Consulting 37.5 50 Developer, Full-Stack Senior Yes 4800 0 2880 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Fixed-line internet to your home Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python, C#, Bash React Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MongoDB
|
||||
20/02/2026 11:16:19 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes English 9 1 7 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Cloud and devops 75 37.5 Hourly billing 1-3 months Myself, Agencies Finland Windows JavaScript, TypeScript, Python React, Next.js, Django SQL, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MySQL, DynamoDB
|
||||
20/02/2026 11:17:41 Employee No 36-40 Female Yes Finnish 25 5 6 5001-10000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2 University of Helsinki Capital region (Helsinki, Espoo, Vantaa) Public or third sector 32.5 40 IT specialist Senior No 56117 3139 0 0 Below market Lomaraha (Holiday bonus) Work laptop 0 macOS PHP, Bash Docker, Terraform, Ansible
|
||||
20/02/2026 11:19:18 Entrepreneur No 31-35 Male Yes Both 15 1 10 10000+ Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 8 3 Full-stack development, mobile, DevOps, architecture 95 160000 37.5 3 Hourly billing Over 24 months Myself, Agencies Finland macOS TypeScript React, Next.js, Node.js SQL Docker, Terraform, AWS PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 11:20:26 Employee No 36-40 Male Yes Both 13 4 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Consulting 37.5 1 Developer, Embedded Applications or Devices Senior Not sure 4970 0 0 0 None Below market 300 Bicycle benefit Windows + Linux VM C++ Sqlite I hate computers
|
||||
20/02/2026 11:22:18 Employee No 41-45 Male Yes Both 20 20 1 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Tampere A company where software is a support role (for example banks or healthcare) 37.5 50 Engineering Manager Manager or People Lead Yes 6400 3840 10000 Not sure Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free), Dentist 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS Python, Java, Terraform SQL, dbt, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Oracle, DynamoDB
|
||||
20/02/2026 11:24:35 Employee No 41-45 Male Yes Both 25 11 11 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 30 10 Architect, Software or Solutions Senior Yes 5468.2 636.78 3689.79 5681 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay), recognition bonus for doing a good thing (any colleague can recommend it) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Dental care 2576 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Clojure React, Node.js, htmx SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 11:24:43 Entrepreneur No 41-45 Female Yes Finnish, English both 15 3 5 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 3 Test management, Quality management, release management 72 109000 38 7 Hourly billing Open-ended Agencies Finland SQL MySQL
|
||||
20/02/2026 11:25:33 Employee No 31-35 Male Yes English 12 2 4 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 4 Smartly.io Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 60 Developer, Full-Stack Senior Yes 7020 0 3510 13700 Above market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Koa SQL, Kafka Linux server, Docker, Kubernetes PostgreSQL, Redis
|
||||
20/02/2026 11:25:34 Employee No 36-40 Male Yes English 15 7 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 0 Cloud2 Capital region (Helsinki, Espoo, Vantaa) 37.5 80 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 8000 0 1 1 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours) Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Java, C++ React SQL, Snowflake / BigQuery / Redshift AWS, Microsoft Azure, Google Cloud Platform (GCP) PostgreSQL, MySQL, SQL Server
|
||||
20/02/2026 11:26:04 Entrepreneur No 41-45 Male Yes English 19 3 5 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 12 12 Full stack 95 150000 138 6 Hourly billing Over 24 months Myself, Agencies Finland, Abroad
|
||||
20/02/2026 11:28:42 Employee No 36-40 Female Yes Both 10 5 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Project Manager Manager or People Lead 5400 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
20/02/2026 11:34:20 Employee No 41-45 Female Yes Both 20 3 5 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 50 Test specialist Senior No 5366.73 0 2974.65 3464.82 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Robot Framework SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MySQL Would be nice to have a role specific for Test engineer / Test specialist / QA engineer. I don't consider myself as Developer (in Test / QA), so I didn't select that option. Depends if the definition of Developer is like in Agile development, i.e. everyone in a development team is considered as Developer, but then also designers should be considered as Developers (in Design).
|
||||
20/02/2026 11:36:09 Employee Yes, from entrepreneur to employee 26-30 Male Yes Both 8 1 2 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Social Sciences, Journalism, and Information Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 50 Developer, Full-Stack Senior No 5350 0 2500 0 0 Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 200 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Python Next.js SQL, Pandas / NumPy Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MongoDB, Redis
|
||||
20/02/2026 11:36:28 Employee No 26-30 Male Yes English 6 2 3 501-1000 Upper secondary – general (lukio / high school equivalent) 20 Unikie Tampere Consulting 37.5 5 DevOps Engineer or Professional Mid-level No 5600 3360 50% of amount invoiced from customer Above market Lomaraha (Holiday bonus), Commission (sales or performance-based) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) Python, Bash, nix Astro Linux server, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 11:41:00 Employee No 51-55 Male Yes Both 30 4 9 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Nitor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Architect, Software or Solutions Senior Yes 7250 550 3600 1300 0 We get bonuses from certificates and certificate renewals, and employer pays certs Average market Commission (sales or performance-based), Referral bonus (for successful hires), Passing and renewing certs Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Unlimited car benefit macOS TypeScript, Python, Java React, Node.js, Spring Boot SQL, Snowflake / BigQuery / Redshift Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 11:43:32 Employee No 41-45 Male Yes Finnish 20 9 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -20 Kuopio Consulting 37.5 75 Developer, Full-Stack Senior Yes 4700 1500 base+provision from hourly rate Average market Lomaraha (Holiday bonus), Profit sharing Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
20/02/2026 11:43:42 Employee No 46-50 Male Yes Both 27 0 5 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) -10 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 65 Cybersecurity or InfoSec Professional Staff / Principal / Lead Yes 8000 5000 25000 Above market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python, Bash React, Node.js, FastAPI SQL, TensorFlow, PyTorch Linux server, Microsoft Azure PostgreSQL
|
||||
20/02/2026 11:44:57 Employee No 41-45 Male Yes Finnish 15 3 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Vincit Tampere Consulting 37.5 20 Developer, Full-Stack Senior Yes 5050 200 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, C# React, Next.js, NestJS SQL Kubernetes, AWS, Microsoft Azure PostgreSQL, SQL Server, Redis
|
||||
20/02/2026 11:45:24 Employee No 31-35 Male Yes Both 5 3 2 10000+ Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 1 SOK Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Developer, Full-Stack Mid-level Yes 4766 2859 3701 Salary + annual bonus Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Kotlin React, Node.js, Ktor SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
20/02/2026 11:51:50 Employee No 41-45 Male Yes Finnish 25 3 11 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 80 Developer, Full-Stack Senior Yes 5950 2975 1000 2000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Garage (outside work hours) Linux (bare metal / native) JavaScript, TypeScript, Python React, Node.js, FastAPI SQL Linux server, Docker, AWS PostgreSQL
|
||||
20/02/2026 11:55:58 Employee No 31-35 Male No English 10 4 2 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Engineering, Manufacturing, and Construction 9 Liikennevirta Oy Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 5 Cloud Infrastructure Engineer Senior Not sure 6310 3786 1139 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 3000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit macOS TypeScript, Python, Bash SQL Kubernetes, Terraform, AWS PostgreSQL, MySQL, Redis
|
||||
20/02/2026 11:56:42 Employee No 31-35 Male Yes Both 7 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 8 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 50 AI/ML Engineer Senior Yes 5400 3300 Not sure Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) Python SQL Google Cloud Platform (GCP) PostgreSQL, Tiger Data (Timescale)
|
||||
20/02/2026 11:57:42 Employee No 41-45 Male Yes Finnish 18 18 1 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Tampere Consulting 37.5 5 Developer, Full-Stack Senior Yes 5460 0 3276 0 Below market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Limited car benefit macOS JavaScript, TypeScript, Java Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS Oracle
|
||||
20/02/2026 11:57:45 Employee No 36-40 Female Yes Both 10 10 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 14 Vincit Oyj Jyväskylä Consulting 37.5 80 Project Manager Senior Not sure 4620 1356 1000 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
20/02/2026 11:58:51 Employee No 31-35 Male Yes Finnish 8 1 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 20 61N Tampere Consulting 37.5 50 Developer, Full-Stack Mid-level Yes 5150 3000 1000 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Kotlin, Bash React SQL, Kafka Linux server, Docker, Kubernetes PostgreSQL
|
||||
20/02/2026 12:01:56 Employee No 36-40 Female Yes English 15 4 7 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -0.6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Data Engineer Senior No 3000 4000 4200 Above market Lomaraha (Holiday bonus), Individual performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Python, Clojure React, Node.js SQL, dbt, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 12:09:34 Employee No 36-40 Male Yes Finnish 9 4 3 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Consulting 37.5 10 Developer, Full-Stack Mid-level 4600 Below market Work laptop, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, C# Angular, Node.js, Flask Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
20/02/2026 12:12:33 Employee No > 55 yrs Male Yes Both 42 8 4 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Vincit Oyj Capital region (Helsinki, Espoo, Vantaa) Consulting 30 5 Developer, Desktop or Enterprise Applications Senior Not sure 4540 2450 22200 Provision Above market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows ABAP
|
||||
20/02/2026 12:12:56 Employee No 41-45 Male Yes English 15 7 2 501-1000 Upper secondary – general (lukio / high school equivalent) 2.14 Vincit Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Full-Stack Senior No 4710 2300 4000 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python, C++ Django Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 12:13:38 Employee No 41-45 Male Yes Both 13 1 5 11-50 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 6 Resistomap Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 66 Developer, Full-Stack Senior Not sure 5800 0 0 Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript React, Node.js, Express Linux server, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
20/02/2026 12:14:16 Entrepreneur No 41-45 Male Yes Both 18 5 3 2 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) -15 5 Fullstack 94 37.5 6 Hourly billing Over 24 months Myself, Agencies Finland macOS JavaScript, TypeScript, Java React, Node.js, Spring Boot SQL, Kafka Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Oracle, Redis I was without project 6 months last year Perhaps asking about months of unemployment / without project during last 1-2 years
|
||||
20/02/2026 12:14:19 Employee No 36-40 Male Yes Finnish 10 2 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Full-Stack Senior Yes 5850 1375 The commission is paid once a year as dividends based on the ownership of the company Above market Profit sharing Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Hammaslääkäri 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Python, Terraform DSL React, Node.js, FastAPI SQL, TensorFlow, PyTorch Linux server, Kubernetes, Terraform PostgreSQL 3 vaihtoehtoa on aivan liian vähän fullstackerille
|
||||
20/02/2026 12:15:07 Employee No 36-40 Male Yes Finnish 16 8 5 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Vincit Tampere Consulting 37.5 100 Architect, Software or Solutions Senior Yes 5740 2500 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Java React, Node.js, Spring Boot SQL Kubernetes, Terraform, Microsoft Azure PostgreSQL, MySQL, MongoDB
|
||||
20/02/2026 12:16:15 Employee Yes, from entrepreneur to employee 26-30 Male Yes English 6 0 8 501-1000 Upper secondary – general (lukio / high school equivalent) Lukio -24 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Developer, Full-Stack Senior Yes 5550 2775 0 0 Above market Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 2700 macOS JavaScript Express SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS SQLite
|
||||
20/02/2026 12:16:22 Employee No 36-40 Male Yes Both 10 9 2 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Staff / Principal / Lead No 6270 3750 Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Fixed-line internet to your home, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, Bash React, Node.js, Astro Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS
|
||||
20/02/2026 12:23:24 Employee No 36-40 Male Yes Finnish 11 7 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 1.55 vincit Tampere Consulting 37.5 80 Developer, Full-Stack Senior Yes 5024.48 531.93 2705.39 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Work laptop, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js, NestJS SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 12:25:26 Employee No 31-35 Male Yes Finnish 5 5 2 501-1000 Doctorate (PhD / tohtori) Engineering, Manufacturing, and Construction 11 Tampere Consulting 37.5 60 Developer, Full-Stack Senior Yes 4800 200 2800 4800 Base salary + bonus based on utilization + bonus based on acquired certifications + bonus based on competence development time outside working hours (monthly capped hours) Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay), bonus for acquiring certifications / spending time on learning outside work Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript React, Next.js, NestJS SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 12:30:49 Employee No 31-35 Male Yes Both 11 11 1 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0.18 Tampere Consulting 37.5 Architect, Software or Solutions 5000 Below market
|
||||
20/02/2026 12:32:13 Employee No 26-30 Male Yes Finnish 8 4 3 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 Tampere Consulting 30 80 Cloud Infrastructure Engineer Mid-level No 4280 2000 Average market Lomaraha (Holiday bonus) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 4000 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript, Python, C# NestJS, FastAPI, ASP.NET Core SQL, TensorFlow, scikit-learn Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL, MySQL, SQL Server
|
||||
20/02/2026 12:39:50 Employee No 41-45 Male Yes Both 20 18 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Turck Vilant Systems Oy Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 60 System Administrator Manager or People Lead No 5815 0 2310 0 24/7 support standby compensation Below market Lomaraha (Holiday bonus), Company performance bonus, On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours) 300 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Ruby, C, Bash React, Ruby on Rails SQL Linux server, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 12:43:00 Employee No 41-45 Male Yes Finnish 17 3 5 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Tampere A company where software is a support role (for example banks or healthcare) 37.5 90 Developer, Backend Staff / Principal / Lead Yes 7003 0 4200 3500 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Python, C# FastAPI SQL Docker, Kubernetes, Microsoft Azure PostgreSQL, SQL Server
|
||||
20/02/2026 12:45:40 Employee No 36-40 Male Yes Both 15 8 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Tampere Consulting 37.5 50 Developer, Frontend Senior No 4550 0 2000 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Angular, Next.js
|
||||
20/02/2026 12:45:42 Employee No 41-45 Female Yes Both 24 1 10 101-500 Master’s degree – university (FM, KTM, DI, etc.) Two master's decrees: MSc & MBA 23 Tampere Product company with software as their core business 37.5 20 Business Analyst Manager or People Lead Yes 7400 4400 2000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS
|
||||
20/02/2026 12:53:32 Entrepreneur No 46-50 Male Yes Both 26 6 5 1 Upper secondary – general (lukio / high school equivalent) 19 6 Technical advisory, software architecture design, data analytics, software development 130 187000 36 3 Hourly billing Over 24 months Myself, Agencies Finland Windows + WSL TypeScript, Python React Snowflake / BigQuery / Redshift, Pandas / NumPy, Polars Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MongoDB
|
||||
20/02/2026 12:53:48 Employee No 31-35 Male Yes English 9 7 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Developer, Full-Stack Staff / Principal / Lead No 5900 3540 8400 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity Health insurance, Work laptop, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript React, Next.js, Node.js CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Google Cloud Platform (GCP) PostgreSQL
|
||||
20/02/2026 13:03:24 Employee No 31-35 Male Yes English 8 2 5 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Turku Consulting 37.5 30 AI/ML Engineer Senior Yes 6000 0 3600 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Limited car benefit macOS JavaScript, TypeScript, Python React, Node.js, FastAPI scikit-learn, Pandas / NumPy, MLflow Terraform, AWS, Microsoft Azure PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 13:10:33 Employee No 31-35 Male Yes Both 7 5 2 51-100 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 Oulu Consulting 37.5 40 Developer, Full-Stack Senior No 4000 2000 3000 0 0 Base salary + consulting billed hours Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, C# Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis, DynamoDB
|
||||
20/02/2026 13:14:12 Employee No 21-25 Male Yes Both 4 3 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Tampere Consulting 37.5 99 Developer, Full-Stack Mid-level Yes 3600 1800 2000 0 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires), Sales lead bonus Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 750 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows JavaScript, TypeScript, C# React, Node.js, ASP.NET Core Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
20/02/2026 13:15:41 Employee No 36-40 Male Yes Finnish 6 6 1 10000+ Upper secondary – general (lukio / high school equivalent) 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Developer, Full-Stack Mid-level Yes 5800 0 0 0 0 Not sure Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 0 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, SQL Node.js, Express, MSSQL SQL Docker, Kubernetes SQL Server
|
||||
20/02/2026 13:18:56 Employee No 41-45 Male Yes Both 19 14 2 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 System Administrator Senior Not sure 6000 1700 3500 22000 Not sure Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows SAP
|
||||
20/02/2026 13:20:38 Employee No 36-40 Male Yes Both 14 14 1 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 0 Developer, Mobile Senior No 5000 650 3000 7800 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Limited car benefit macOS Kotlin, Swift, Dart CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 13:24:50 Employee No 26-30 Male Yes English 9 2 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 7 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Mid-level Yes 5050 2525 100 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Java, Go React, Next.js, Spring Boot SQL, Kafka Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL, MongoDB, Redis
|
||||
20/02/2026 13:26:53 Employee No 26-30 Male Yes Both 4 1 2 3-5 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 19 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Developer, Mobile Mid-level No 5000 0 3000 0 0 Not sure Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Java, Dart Flutter Kafka, TensorFlow Docker, Kubernetes, Google Cloud Platform (GCP)
|
||||
20/02/2026 13:32:13 Entrepreneur Yes, from employee to entrepreneur 26-30 Male Yes English 7 1 5 6-10 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 1 Full-stack development 80 148000 40 2 Monthly billing Open-ended Myself Abroad macOS JavaScript, TypeScript, Bash React, Next.js, Node.js SQL, Snowflake / BigQuery / Redshift Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MongoDB, Firestore
|
||||
20/02/2026 13:45:57 Employee No 26-30 Male Yes Both 5 1 3 11-50 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 17.5 Tampere Product company with software as their core business 37.5 90 Developer, Full-Stack Mid-level No 4000 0 2400 0 0 Below market Lomaraha (Holiday bonus), Commission (sales or performance-based) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office macOS JavaScript, TypeScript, Python React, Next.js, Django Docker, Docker swarm mode PostgreSQL
|
||||
20/02/2026 13:46:15 Employee No 41-45 Male Yes Both 20 3 6 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1.9 Cinia Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Consultant Staff / Principal / Lead Yes 7723 0 4634 7266 0 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Java, Clojure React, Next.js, re-frame SQL, Kafka Docker, Kubernetes, Pulumi PostgreSQL, Oracle
|
||||
20/02/2026 14:04:47 Employee No 36-40 Male Yes Both 8 3 3 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 9.3 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 50 Developer, Full-Stack Senior No 4700 2850 Below market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Swift React, Node.js, Express SQL, Snowflake / BigQuery / Redshift Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 14:22:52 Employee No 36-40 Male Yes English 8 7 2 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6.25 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 95 Developer, Mobile Senior Yes 5200 3060 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Kotlin CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 14:25:40 Employee No 36-40 Male Yes Finnish 11 6 3 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, Full-Stack Senior Yes 5600 3360 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, PHP React, Next.js, Laravel SQL Docker, Terraform, Google Cloud Platform (GCP) MySQL, Redis
|
||||
20/02/2026 14:35:34 Employee No 46-50 Prefer not to say Yes Finnish 27 26 1 11-50 Upper secondary – general (lukio / high school equivalent) 3 Tampere Product company with software as their core business 22.5 70 Developer, Full-Stack Senior No 7900 0 3000 0 0 Not sure Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, On-call compensation (standby pay) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript Vue.js, Django SQL Linux server, Docker, AWS MySQL ❤️
|
||||
20/02/2026 14:40:54 Employee No 41-45 Male Yes Finnish 17 17 1 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) CGI Joensuu Consulting 30 5 Developer, Full-Stack Senior No 4400 2627 Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Fixed-line internet to your home 450 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript React, Next.js, Node.js SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
20/02/2026 15:37:51 Employee No 46-50 Male Yes Finnish 28 3 5 1001-5000 Basic education (peruskoulu / compulsory education) none 3.5 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 37.5 40 Product Manager Manager or People Lead Yes 6493 0 4000 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership 0 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Python, Clojure, Bash Kubernetes, Terraform, AWS PostgreSQL
|
||||
20/02/2026 15:39:29 Employee No 36-40 Male Yes Both 16 4 7 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 50 Developer, Full-Stack Senior Yes 9700 0 0 0 Above market Health insurance, Work laptop 800 macOS TypeScript, Swift React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
20/02/2026 15:42:18 Employee No 36-40 Female Yes Finnish 8 4 3 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Social Sciences, Journalism, and Information 2 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 20 Developer, Full-Stack Senior Not sure 5600 3360 Average market Lomaraha (Holiday bonus) Work laptop, Free office parking (during work hours), Free gym membership, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js, Node.js
|
||||
20/02/2026 15:47:55 Employee No 21-25 Male Yes Finnish 7 4 3 6-10 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 4.87 Jyväskylä Product company with software as their core business 37.5 80 Developer, Full-Stack Staff / Principal / Lead Yes 4300 2500 Not sure Lomaraha (Holiday bonus), Individual performance bonus Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) 400 macOS TypeScript, PHP React, ElysiaJS SQL Linux server, Docker, AWS MySQL, Redis
|
||||
20/02/2026 16:41:21 Employee No 31-35 Male Yes Both 2 1 2 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 111 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Developer, Full-Stack Mid-level No 4000 1700 3500 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python, Bash React, Fastify, GraphQL SQL, Airflow Linux server, Docker, Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
20/02/2026 16:43:15 Employee No 26-30 Female Yes Both 8 4 2 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Nitor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 80 Developer, Full-Stack Mid-level Yes 4730 500 2840 Salary and 3.5% of billing Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), Dentist, yearly gynaecologist's consultation Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed), Limited car benefit macOS TypeScript, Java, Bash React, Angular, Spring Boot Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
20/02/2026 16:44:30 Employee No 31-35 Male No English 7 4 5 10000+ Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 3.02 Wärtsilä Vaasa A company where software is a support role (for example banks or healthcare) 37.5 20 Integrator Senior No 4802 0 2880 4053 0 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Monitors for home office, Public transport subsidy (tax-free) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + WSL Python, Java, C# PyTorch, Databricks (sql+spark), MQTT Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, InfluxDB, Iceberg Monthly time used for developing skills and portion of that time out of work hours ~ 15 hrs, 100% I would remove categories in the tech stack section and have a plain list of tools. Tools can be used for multiple purposes :)
|
||||
20/02/2026 17:08:16 Employee No 26-30 Female Yes Both 8 4 3 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Turku Consulting 37.5 20 Developer, Full-Stack Mid-level Yes 4261 2556 2400 Average market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours), Accommodation Linux (bare metal / native) JavaScript, TypeScript, Java React, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
20/02/2026 17:26:59 Employee No 36-40 Male Yes Finnish 17 5 3 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 100% remote, no main office Product company with software as their core business 37.5 100 Developer, Full-Stack Senior No 4000 2400 0 Monthly salary, lomaraha, Epassi lunch/wellness/culture perk Below market Referral bonus (for successful hires) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, Python, Elixir Vue.js, Phoenix, Tornado SQL, scikit-learn, Pandas / NumPy Linux server, AWS, Bare metal servers in datacenter PostgreSQL, Redis, VictoriaMetrics
|
||||
20/02/2026 17:27:06 Employee No 31-35 Female Yes Finnish 10 5 4 3-5 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 6 Oulu Consulting 37.5 50 Developer, Full-Stack Staff / Principal / Lead Yes 3000 3500 3900 3000 1600 Average market Lomaraha (Holiday bonus), Individual performance bonus, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS TypeScript, Java, C# React, Next.js, ASP.NET Core SQL, Kafka Docker, Kubernetes, AWS SQL Server, Redis
|
||||
20/02/2026 17:31:45 Employee No 31-35 Male Yes Both 6 1 2 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Business, Administration, and Law 70 Consulting Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Developer, Frontend Senior Yes 4000 2200 3500 0 0 Base + % of billing Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Monitors for home office 0 macOS TypeScript React, Node.js, Astro How willing are the employers for the employees to work remotely for long term (EU and outside of EU)?
|
||||
20/02/2026 17:40:23 Employee No 31-35 Female Yes English 10 3 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 0 Vaasa Consulting 37.5 10 Developer, Frontend Mid-level Yes 3500 0 2100 0 0 Below market Health insurance, Work laptop, Free office parking (during work hours), Snacks and beverages in office 750 Windows TypeScript Angular Microsoft Azure would it be possible to select survey language between English / Finnish / Swedish?
|
||||
20/02/2026 17:50:48 Employee No 41-45 Male Yes English 15 2 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 105 Tampere Product company with software as their core business 37.5 5 Developer, Frontend Senior Yes 7333 0 3600 20000 130000 RSU, private Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Swift, C++ iOS SQL, PyTorch Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 17:52:55 Employee No 51-55 Male Yes Both 27 3 4 1001-5000 Doctorate (PhD / tohtori) Information and Communication Technologies (ICT / Computer Science) Tampere Consulting 37.5 90 Architect, Software or Solutions Staff / Principal / Lead No 5738 Below market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Free gym membership, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Java React, Node.js, Spring Boot SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
20/02/2026 17:55:54 Employee No 46-50 Male Yes Both 25 5 5 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 6 OP Pohjola Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37 1 Developer, Backend Staff / Principal / Lead Yes 6013 3469 6617 0 Not sure Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Java, Bash Spring Boot SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 18:34:48 Employee No 46-50 Male Yes English 23 20 2 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 4 remote Product company with software as their core business 37.5 0 Architect, Software or Solutions Staff / Principal / Lead Yes 11600 7000 94000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office Linux (bare metal / native) JavaScript, C++ Origin of the employer might be interesting especially if one is fully remote.
|
||||
20/02/2026 18:57:33 Employee No 26-30 Male Yes Finnish 10 5 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Developer, Full-Stack Senior 5675 Average market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript React, Next.js, Express SQL Docker, Ansible, openshift PostgreSQL
|
||||
20/02/2026 19:24:54 Employee No 36-40 Male Yes Finnish 7 2 4 3-5 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2.5 Tampere Consulting 37.5 50 Developer, Full-Stack Senior Yes 5125 2255 0 Average market Lomaraha (Holiday bonus) Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript React, Next.js, NestJS SQL Docker PostgreSQL, MySQL
|
||||
20/02/2026 19:27:02 Employee No 41-45 Male Yes Both 30 15 5 101-500 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 33 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 7500 4000 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Elixir Phoenix SQL Linux server PostgreSQL
|
||||
20/02/2026 19:30:33 Employee No 36-40 Male No English 18 4 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Mobile Senior Yes 7200 3600 0 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Python, Java, C++ Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
20/02/2026 20:32:40 Employee No 36-40 Male Yes Both 8 8 1 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 CGI Tampere Consulting 37.5 90 Product Manager Staff / Principal / Lead Yes 4950 2900 0 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) macOS
|
||||
20/02/2026 21:53:21 Employee No 46-50 Male Yes English 26 1 12 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Tallinna Product company with software as their core business 40 0 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 30000 0 137000 2183297 Above market Individual performance bonus, Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget macOS TypeScript, Go, Rust SQL, Kafka, dbt Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL, Redis, Tiger Data (Timescale)
|
||||
20/02/2026 21:55:40 Employee No 36-40 Male Yes English 15 3 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 45 n8n Tampere Product company with software as their core business 40 100 Architect, Software or Solutions Staff / Principal / Lead Yes 13200 base salary + equity Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget macOS TypeScript, Go Vue.js, Node.js, Express Kubernetes PostgreSQL, Redis, SQLite
|
||||
20/02/2026 21:56:45 Employee No 46-50 Male Yes English 26 1 12 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Tallinna Product company with software as their core business 40 0 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 30000 0 137000 2183297 Above market Individual performance bonus, Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget macOS TypeScript, Go, Rust SQL, Kafka, dbt Kubernetes, Terraform, Google Cloud Platform (GCP) PostgreSQL, Redis, Tiger Data (Timescale)
|
||||
20/02/2026 21:59:57 Entrepreneur No 46-50 Male Yes English 22 3 9 1 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction -8 3 Mobile development, Devops 80 150000 38 2 Monthly billing Open-ended Myself Abroad macOS Swift, C++, Objective-C React, Node.js SQL, Kafka, PyTorch Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MongoDB, Redis
|
||||
20/02/2026 22:17:08 Employee No 46-50 Male Yes Finnish 22 1 3 10000+ Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 95 Architect, Software or Solutions Senior No 5630 2815 1200 Not sure Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Free office parking (during work hours) 250 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows Python FastAPI SQL Terraform, Microsoft Azure SQL Server
|
||||
20/02/2026 22:18:57 Employee Yes, from entrepreneur to employee 36-40 Male Yes Both 13 0 7 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior Yes 6300 0 3150 0 0 Base salary Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Monitors for home office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Python, Java, Bash FastAPI, Spring Boot Apache Spark, MLflow Terraform, AWS, Microsoft Azure PostgreSQL
|
||||
21/02/2026 00:07:37 Employee No 41-45 Male Yes Finnish 20 6 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Tampere Consulting 37.5 90 Developer, Backend Staff / Principal / Lead Yes 5950 600 3570 0 0 Base salary and variable amount based on targets not related to my work. Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React, Node.js Docker, Kubernetes, Microsoft Azure MongoDB, Redis
|
||||
21/02/2026 03:12:46 Employee No 31-35 Male Yes Finnish 10 2 5 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Gov Tampere Public or third sector 37.5 100 Data Engineer Senior No 5200 2600 0 0 Average market Lomaraha (Holiday bonus) Health insurance, Free office parking (during work hours), Free gym membership Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) Python, Bash SQL, Airflow, Pandas / NumPy Linux server, Docker, Ansible PostgreSQL, MySQL, SQL Server
|
||||
21/02/2026 07:55:40 Employee Yes, from entrepreneur to employee 41-45 Male Yes Both 23 1 10 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 DevOps Engineer or Professional Staff / Principal / Lead Yes 7130 0 4278 0 0 Fixed pay, some one-off bonuses for certifications and sales leads Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free), Dental, massage, virike 2000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Employer-subsidised commuter ticket (taxed) macOS JavaScript, Python, Go React, Django, Flask Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Oracle I am in an advisory and coach role for a large part, the role parts do not really catch this component at all. I am a mix between management consultant and individual contributor.
|
||||
21/02/2026 08:38:50 Employee No 36-40 Male Yes Finnish 5 3 3 501-1000 Licentiate degree (lisensiaatti) Natural Sciences, Mathematics, and Statistics 0 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 80 Data Scientist Mid-level 5300 2800 1000 2500 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Python Next.js, Flask, FastAPI SQL, Apache Spark, PyTorch Microsoft Azure
|
||||
21/02/2026 11:29:25 Employee No 41-45 Male Yes Both 12 1 6 101-500 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) -6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 60 Developer, Full-Stack Staff / Principal / Lead Yes 7300 0 0 0 Above market Lomaraha (Holiday bonus), Sign-on bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) macOS TypeScript, Kotlin React, Node.js, Express SQL Linux server, Docker, AWS PostgreSQL
|
||||
21/02/2026 11:47:57 Employee No 36-40 Female Yes English 9 4 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Social Sciences, Journalism, and Information 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 70 Developer, Full-Stack Mid-level No 6000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React AWS PostgreSQL, MongoDB, DynamoDB
|
||||
21/02/2026 12:13:16 Employee No 41-45 Female Yes English 18 7 3 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 14.7 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 50 Engineering Manager Manager or People Lead Yes 7270 4320 83600 Above market Lomaraha (Holiday bonus), Stock options / equity Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
21/02/2026 12:28:32 Employee No 31-35 Female No English 11 5 2 5001-10000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Elisa Oyj Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 60 Data Scientist Mid-level No 5096 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free gym membership, Fixed-line internet to your home, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python SQL Docker, Microsoft Azure PostgreSQL
|
||||
21/02/2026 12:50:46 Employee No 31-35 Male Yes English 14 6 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Full-Stack Senior Yes 0 6400 3800 6000 0 Flätti 45 % provikka laskutuksesta Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Java React, Node.js, Spring Boot SQL Docker, Kubernetes, AWS PostgreSQL, MongoDB
|
||||
21/02/2026 14:24:32 Employee No 36-40 Male Yes Both 8 1 4 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 14 Reaktor Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, Full-Stack Mid-level Not sure 5800 3360 0 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 300 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, Bash, QML Linux server, Docker, Ansible
|
||||
21/02/2026 19:20:24 Employee No 36-40 Male Yes Finnish 20 1 6 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.45 Tampere Product company with software as their core business 37.5 60 Founding Engineer Staff / Principal / Lead No 6000 0 3600 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Ruby React, Ruby on Rails Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
21/02/2026 19:47:38 Entrepreneur No 26-30 Male Yes Both 7 6 3 6-10 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 6 CEO, selling consultants, partnershilps, recruiting developers, 75 100000 37.5 5 Hourly billing 6-12 months Myself Finland macOS JavaScript, TypeScript, Python React, Next.js, FastAPI SQL Docker, Kubernetes, Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
21/02/2026 21:48:26 Employee No 36-40 Male Yes Both 15 8 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 6.6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 75 Developer, Mobile Staff / Principal / Lead Yes 6500 0 3900 0 0 Dividends from company stock Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 300 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Employer-subsidised commuter ticket (taxed) macOS TypeScript, Java, C++ React Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
22/02/2026 12:16:21 Employee No 31-35 Female Yes Finnish 3 3 2 10000+ Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 1 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Developer, Backend Mid-level Yes 4545 2727 1400 Average market Lomaraha (Holiday bonus), Company performance bonus, On-call compensation (standby pay) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, discounts on company's services 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Java, Kotlin SQL, Kafka Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
22/02/2026 12:25:26 Employee No 41-45 Male swedish 8 6 2 11-50 Upper secondary – general (lukio / high school equivalent) Consulting 40 50 Developer, Frontend Senior No 5000 0 Not sure macOS JavaScript, TypeScript, Swift React, Next.js, Node.js Microsoft Azure, Google Cloud Platform (GCP) PostgreSQL, MongoDB, Firestore
|
||||
22/02/2026 15:31:01 Employee No 51-55 Male Yes Both 29 7 6 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.6 Tampere A company where software is a support role (for example banks or healthcare) 37.5 80 Architect, Software or Solutions Staff / Principal / Lead No 5700 0 3420 2000 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity Free office parking (during work hours), Snacks and beverages in office macOS Go SQL Docker, Kubernetes, AWS MySQL, Redis
|
||||
22/02/2026 20:19:55 Employee No 46-50 Female Yes Finnish 20 5 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 36.25 10 Developer, Full-Stack Staff / Principal / Lead Yes 5200 4875 Average market Lomaraha (Holiday bonus), Individual performance bonus 150 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows + WSL TypeScript, Python, C# React, Next.js, Node.js Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure
|
||||
22/02/2026 21:43:24 Employee No 26-30 Male Yes Finnish 5 0 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Solita Tampere Consulting 37.5 80 Cloud Infrastructure Engineer Mid-level No 3900 2500 0 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Terraform, AWS, Microsoft Azure
|
||||
22/02/2026 21:49:48 Employee No 36-40 Male Yes Both 8 1 2 10000+ Upper secondary – vocational (ammatillinen perustutkinto) Engineering, Manufacturing, and Construction 26 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Senior Yes 5400 0 3240 0 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) JavaScript, TypeScript, Bash React, Node.js SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MongoDB
|
||||
22/02/2026 22:23:07 Employee No 46-50 Male Yes Finnish 20 9 6 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Vincit Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, Full-Stack Staff / Principal / Lead No 4500 2200 3500 0 0 Average market Lomaraha (Holiday bonus), Commission (sales or performance-based) Health insurance, Work laptop, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, C# React, Next.js, NestJS SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
23/02/2026 00:46:08 Employee No 31-35 Male Yes Finnish 3 3 1 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 7.4 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Developer, Full-Stack No 2900 Below market Company performance bonus Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows JavaScript, C# React, ASP.NET Core SQL Server
|
||||
23/02/2026 06:46:53 Employee No 36-40 Male Yes English 12 4 6 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Product company with software as their core business 37.5 5 Architect, Software or Solutions Senior Yes 6200 Average market Referral bonus (for successful hires) Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js, Express Docker, Kubernetes PostgreSQL, Redis
|
||||
23/02/2026 07:28:03 Employee No 36-40 Male Yes Finnish 17 4 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Data Engineer Senior Yes 4900 2200 4200 Average market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows Python SQL, Apache Spark, dbt CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
23/02/2026 07:53:51 Employee No 36-40 Male Yes English 12 0 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 12 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 10 Developer, Frontend Senior No 6500 3250 Above market Lomaraha (Holiday bonus), Sign-on bonus, Stock options / equity Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, C#, Bash React, Node.js, ASP.NET Core SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
23/02/2026 08:07:25 Employee No 36-40 Male Yes English 7 3 2 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4.5 Tampere Consulting 37.5 0 Developer, Full-Stack Senior Yes 4400 Not sure Lomaraha (Holiday bonus), Profit sharing, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, PHP React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
23/02/2026 08:10:38 Employee No 46-50 Male Yes Both 25 14 4 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Turku A company where software is a support role (for example banks or healthcare) 37.5 5 Architect, Software or Solutions Staff / Principal / Lead Yes 7400 0 4680 9100 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Fixed-line internet to your home, Snacks and beverages in office 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, PHP, Bash React, Node.js, Express SQL, Snowflake / BigQuery / Redshift Linux server, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) SQL Server
|
||||
23/02/2026 08:11:48 Entrepreneur No 46-50 Male Yes Finnish 18 10 3 1 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) -10 10 backend, full-stack and architecture 90 135000 37.5 10 Hourly billing 12-24 months Agencies Finland macOS TypeScript, Java, Go React, Node.js, Spring Boot SQL Linux server, Terraform, AWS PostgreSQL, MySQL, DynamoDB
|
||||
23/02/2026 08:14:44 Employee No 31-35 Male Finnish 6 3 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Lahti Consulting 35 20 Developer, Full-Stack Mid-level No 3000 4000 1000 0 0 Based on billing Above market Lomaraha (Holiday bonus), Individual performance bonus Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, C# React, Angular, ASP.NET Core SQL, TensorFlow, scikit-learn Docker, Kubernetes, Microsoft Azure PostgreSQL, MySQL, SQL Server
|
||||
23/02/2026 08:21:14 Employee No 36-40 Male No English 7 3 3 101-500 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 4 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 60 Developer, Full-Stack Manager or People Lead Yes 6300 0 3150 0 0 Average market Lomaraha (Holiday bonus) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.) macOS JavaScript, TypeScript, Java React, NestJS, Spring Boot SQL, Kafka Docker, Kubernetes, Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
23/02/2026 08:29:19 Entrepreneur No 46-50 Male Yes English 24 3 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 7 3 full-stack 150 175000 40 6 Fixed price / project-based Over 24 months Myself Abroad macOS TypeScript, Python React, Next.js, Django SQL Kubernetes, Terraform, Microsoft Azure PostgreSQL, Redis
|
||||
23/02/2026 08:36:30 Entrepreneur No 46-50 Prefer not to say Yes English 30 2 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Health and Welfare 0 28 Software development (all except AI), system engineering, infrastructure administration 75 180000 42 0 Hourly billing Over 24 months Myself Finland, Abroad Windows TypeScript, C# Vue.js, ASP.NET Core SQL Linux server, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, SQLite
|
||||
23/02/2026 08:42:02 Entrepreneur No 41-45 Male Yes Both 10 10 20 1 Master’s degree – university (FM, KTM, DI, etc.) Social Sciences, Journalism, and Information 0 10 Service Design 85 60000 30 6 Hourly billing 6-12 months Agencies Finland macOS As a UX/UI Designer, I most likely represent a minority as far as this survey goes.
|
||||
23/02/2026 08:45:33 Employee No 41-45 Male Yes Both 12 11 2 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 Tampere Product company with software as their core business 37.5 25 Developer, Frontend Staff / Principal / Lead Yes 6400 3800 Not sure Lomaraha (Holiday bonus) Health insurance, Work laptop, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, C# React, ASP.NET Core Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, SQL Server
|
||||
23/02/2026 08:50:38 Employee No 36-40 Male Yes Finnish 12 3 3 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) Yle Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 30 20 Developer, Full-Stack Senior No 5800 4000 Not sure Lomaraha (Holiday bonus) Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Clojure React SQL, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
23/02/2026 08:52:37 Employee No 31-35 Male Yes English 10 4 5 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 8 Outside Finland Product company with software as their core business 34 10 Engineering Manager Manager or People Lead Yes 6000 3500 1500 Above market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Bike Linux (bare metal / native) TypeScript, Go React SQL Google Cloud Platform (GCP) PostgreSQL
|
||||
23/02/2026 09:01:40 Employee No 31-35 Male Yes Both 8 3 2 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Turku Product company with software as their core business 37.5 35 Developer, Full-Stack Senior No 4600 0 2760 0 Average market Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours) 400 Windows TypeScript, Python React, Next.js, Django Linux server, Docker MySQL, Redis
|
||||
23/02/2026 09:02:12 Employee No > 55 yrs Male Yes Finnish 32 8 3 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 OP Oulu A company where software is a support role (for example banks or healthcare) 37 40 Product Manager Senior Yes 7520 4512 14000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), On-call compensation (standby pay) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc 300 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows
|
||||
23/02/2026 09:03:16 Employee No 46-50 Male Yes Both 30 7 5 6-10 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 5 Kuopio Product company with software as their core business 37.5 90 Senior Executive (C-suite, VP, etc.) Manager or People Lead Yes 9000 0 4000 6000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript, Go React SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
23/02/2026 09:19:16 Employee No 41-45 Male Yes Both 20 8 4 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 5.4 Tieto Tampere Consulting 37.5 80 Developer, Full-Stack Senior Yes 5575 3345 Average market Lomaraha (Holiday bonus), Individual performance bonus, Sign-on bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Monitors for home office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit, Garage (outside work hours) Windows + WSL JavaScript, TypeScript, C# React, Node.js, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
23/02/2026 09:29:15 Employee No 36-40 Male Yes Finnish 7 3 2 1001-5000 Basic education (peruskoulu / compulsory education) Business, Administration, and Law 3 Turku Consulting 37.5 5 Cybersecurity or InfoSec Professional Mid-level No 4890 2917.2 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free), 50% reseptilääkkeistä 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS AWS, Microsoft Azure
|
||||
23/02/2026 09:49:07 Employee No 26-30 Male Yes Finnish 8 4 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 2 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 70 Developer, Full-Stack Senior No 6000 3500 700 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
23/02/2026 09:59:46 Entrepreneur No 41-45 Male Yes Finnish 22 8 7 1 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 0 8 backend, full-stack, architecture 84.5 137000 37.5 6 Hourly billing Over 24 months Agencies Finland macOS TypeScript, Java, Clojure React, Spring Boot, ring Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
23/02/2026 10:04:44 Employee No 31-35 Male Yes Both 8 1 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -61 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 100 Architect, Software or Solutions Senior No 6000 3600 Average market Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership macOS TypeScript, Python React, Next.js, FastAPI SQL, Pandas / NumPy Linux server, Docker, Microsoft Azure PostgreSQL, Redis
|
||||
23/02/2026 10:36:59 Employee No 41-45 Female Yes Finnish 4 4 1 1001-5000 Doctorate (PhD / tohtori) Arts and Humanities 5.156948608 Turku Consulting 37.5 50 Developer, Full-Stack Mid-level No 3426.76 2043.33 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 800 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Java Angular, Node.js, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
23/02/2026 10:44:35 Employee No 36-40 Male Yes English 15 5 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Staff / Principal / Lead No 8000 0 4000 0 20000 Above market Lomaraha (Holiday bonus), Stock options / equity Work laptop, Home office equipment budget (chair, desk, etc.), Monitors for home office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript React SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, BigQuery
|
||||
23/02/2026 10:45:58 Employee No 41-45 Male Yes Finnish 10 2 7 51-100 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 20 Remote without HQ Product company with software as their core business 37.5 0 Developer, Full-Stack Manager or People Lead Yes 6000 3600 7000 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, PHP Laravel Docker, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
23/02/2026 11:00:49 Employee No 31-35 Female Yes Finnish 4 1 2 5001-10000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Restonomi, alempi ammattikoulu tutkinto tieto- ja viestintätekniikan perustutkinto Granlund Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 10 DevOps Engineer or Professional Junior / Entry-level Yes 3575 2145 Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free), yearly 400€ for so called TYKY activities 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows Python, Bash Pandas / NumPy Windows server, Microsoft Azure SQL Server
|
||||
23/02/2026 11:04:43 Employee No 36-40 Male Yes English 6 4 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Social Sciences, Journalism, and Information Copenhagen Consulting 30 90 Analytics Engineer Senior Yes 7493 Average market Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Python, Swift SQL, Snowflake / BigQuery / Redshift, Pandas / NumPy Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) Firestore
|
||||
23/02/2026 11:11:53 Employee No 26-30 Male Yes Finnish 6 1 2 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 11 Visma Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 20 Developer, Full-Stack Senior Yes 5072 3000 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Snacks and beverages in office Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js, Meteor Linux server, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS MongoDB
|
||||
23/02/2026 11:28:42 Entrepreneur No 41-45 Male Yes Both 17 5 6 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 5 software developmentent 78 144000 37.5 3 Hourly billing Over 24 months Myself, Agencies Finland macOS TypeScript, Java Spring Boot SQL Linux server, Docker, Kubernetes db2
|
||||
23/02/2026 11:43:57 Entrepreneur No 31-35 Male Prefer not to say Both 13 4 10 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) -11 4 Backend/Devops/Full-stack 80 130000 37 5 Hourly billing 6-12 months Agencies Finland macOS TypeScript, Python, Rust React, FastAPI SQL, Kafka, Pandas / NumPy Kubernetes, Terraform, AWS PostgreSQL, MongoDB, Redis
|
||||
23/02/2026 11:47:10 Entrepreneur Yes, from employee to entrepreneur 31-35 Male Yes English 5 0 2 51-100 Master’s degree – university (FM, KTM, DI, etc.) Natural Sciences, Mathematics, and Statistics 1 AI * ML 50 32000 20 4 Hourly billing Open-ended One major client with an ongoing contract Abroad Linux (bare metal / native) Python scikit-learn, Pandas / NumPy, PyMC & PyTensor Microsoft Azure, Google Cloud Platform (GCP)
|
||||
23/02/2026 11:56:32 Employee No 31-35 Male Yes Finnish 12 4 3 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 13 Capital region (Helsinki, Espoo, Vantaa) Public or third sector 37.5 50 Project Manager Senior Yes 5774 0 3464 1500 0 Not sure Lomaraha (Holiday bonus) Health insurance, Work laptop, Free gym membership, Training/Courses/Education budget 100 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows + WSL
|
||||
23/02/2026 12:01:02 Entrepreneur No 41-45 Male Yes Finnish 15 0 7 1 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction -5 3 Full-stack development 90 112000 30 12 Hourly billing 6-12 months Myself, Agencies, Ohjelmistofriikit network Finland Linux (bare metal / native) JavaScript, TypeScript, Go React, Next.js, htmx SQL, Kafka, TensorFlow Docker, Kubernetes, Terraform PostgreSQL, MongoDB, DynamoDB
|
||||
23/02/2026 12:08:09 Employee No 46-50 Male Yes English 13 3 3 11-50 Doctorate (PhD / tohtori) Natural Sciences, Mathematics, and Statistics 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 95 Product Manager Manager or People Lead Yes 11500 0 9000 Above market Individual performance bonus, Company performance bonus, Stock options / equity Health insurance macOS TypeScript, Python, Go React Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB, OpenSearch
|
||||
23/02/2026 12:14:19 Employee No 41-45 Female Yes Finnish 3 3 1 6-10 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 35 0 Developer, Full-Stack Mid-level Not sure 3223 4000 Below market Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget 400 macOS JavaScript, TypeScript, Bash React, Node.js SQL AWS MongoDB
|
||||
23/02/2026 15:37:21 Employee No 36-40 Male Yes Finnish 3 2 2 51-100 Doctorate (PhD / tohtori) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Consulting 40 40 Architect, Software or Solutions Senior Yes 6900 250 4140 15000 800 Above market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL TypeScript, Python, Kotlin React, Node.js, FastAPI PyTorch, scikit-learn, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
23/02/2026 17:06:34 Employee No 36-40 Female No English 10 5 6 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 12 Wolt Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Backend Senior Yes 6696 0 80000 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Go, Kotlin Flask, FastAPI SQL, Kafka, Snowflake / BigQuery / Redshift Kubernetes, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Cassandra
|
||||
23/02/2026 19:07:26 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes I don't understand what this question is trying to ask 10 1 5 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 backend, frontend, full-stack, AI, architecture, data science 95 Hourly billing Open-ended Myself Finland Windows JavaScript, TypeScript, Python React, Flask, VanillaJS SQL, Pandas / NumPy Linux server, Docker PostgreSQL, SQLite
|
||||
23/02/2026 21:27:55 Employee No 46-50 Male Yes English 22 0 7 3-5 Doctorate (PhD / tohtori) Natural Sciences, Mathematics, and Statistics Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 40 15 Founder, Technology or Otherwise Manager or People Lead Yes 10000 1200000 Base salary + equity vesting Average market Stock options / equity macOS Python, R scikit-learn, Pandas / NumPy Google Cloud Platform (GCP)
|
||||
23/02/2026 21:52:48 Entrepreneur Yes, from employee to entrepreneur 26-30 Male Yes Both 8 0 5 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Fullstack 70 37.5 6 Hourly billing Agencies Finland Linux (bare metal / native) JavaScript, TypeScript, Java React, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, MongoDB, Redis
|
||||
23/02/2026 22:04:34 Employee No 46-50 Male Yes Both 30 7 6 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 10 SaaS Software for workforce management Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 45 80 Founder, Technology or Otherwise Staff / Principal / Lead No 6500 6500 5000 0 Fully vested shares, working for my own company. Below market Health insurance macOS JavaScript, TypeScript, Terraform/HCL React, Node.js SQL, Kafka Kubernetes, Terraform, AWS PostgreSQL The entrepreneur part is a bit misleading - it seems to refer to "entrepreneurs" selling their services rather than people in product business.
|
||||
24/02/2026 00:13:56 Employee No 31-35 Male No English 9 3 3 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) Tampere Product company with software as their core business 37.5 5 Architect, Software or Solutions Mid-level No 4400 Below market Lomaraha (Holiday bonus), kahvi in the office and pulla twice a year Work laptop, Free office parking (during work hours), Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows PowerShell SQL Windows server, Microsoft Azure SQL Server
|
||||
24/02/2026 02:36:31 Employee No 51-55 Male Yes English 28 8 8 501-1000 Upper secondary – general (lukio / high school equivalent) 1 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Architect, Software or Solutions Staff / Principal / Lead No 6983 0 4100 0 Not sure Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Garage (outside work hours) macOS TypeScript, Python FastAPI SQL, dbt, Snowflake / BigQuery / Redshift Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
24/02/2026 07:23:16 Employee No 31-35 Male Yes Both 12 4 3 51-100 Upper secondary – general (lukio / high school equivalent) 2.6 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 10 Developer, Full-Stack Staff / Principal / Lead Yes 6016 3610 Not sure Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Bash React SQL Linux server, Docker, Terraform PostgreSQL
|
||||
24/02/2026 09:52:45 Entrepreneur No 36-40 Male Yes Both 8 2 4 1 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 0 4 Full-stack with backend and infra focus 85 150000 37.5 0 Hourly billing 12-24 months Myself, Agencies Finland macOS TypeScript, Python, Rust Next.js, FastAPI, Streamlit SQL, Snowflake / BigQuery / Redshift, PyTorch Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
24/02/2026 10:03:51 Employee No 41-45 Male Yes Both 25 13 4 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 1.9 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 70 Architect, Software or Solutions Staff / Principal / Lead No 7656 4593 Above market Lomaraha (Holiday bonus) Health insurance, Work laptop, Free office parking (during work hours) Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, Java SQL Linux server, Terraform, AWS PostgreSQL
|
||||
24/02/2026 14:34:43 Entrepreneur No 46-50 Male Yes Both 25 5 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 3 sw engineering 80 135000 38 6 Hourly billing Over 24 months Agencies Abroad Linux (bare metal / native) Python Django SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis
|
||||
24/02/2026 14:34:53 Employee No 46-50 Male Yes English 26 18 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Nitor Creations Capital region (Helsinki, Espoo, Vantaa) Consulting 38 20 Architect, Software or Solutions Senior Yes 5400 1900 0 Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 650 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Linux (bare metal / native) TypeScript, Java, Bash SQL Linux server, Terraform, AWS PostgreSQL, MySQL
|
||||
24/02/2026 15:52:26 Employee No 36-40 Male Yes English 10 0 3 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 DevOps Engineer or Professional Senior No 6200 0 3720 4000 0 Salary + worthless RSus Average market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Bash Apache Spark, Airflow, Kafka Docker, Kubernetes, Terraform PostgreSQL Paikkakunta / maa. Olisi kiva tietää maantieteellisesti minkälainen palkkahajonta. gg
|
||||
24/02/2026 17:34:35 Employee No 31-35 Male Yes Finnish 6 1 4 6-10 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 95 Data Engineer Senior No 5000 0 0 0 0 Salary + Stock/options with vesting. Salary a bit lower than market, but there is the upside with stock/options. Below market Stock options / equity Health insurance, Work laptop, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 0 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS Python SQL, dbt, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
24/02/2026 18:50:33 Employee No 46-50 Male Yes English 26 0 7 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 52.19 Remote Product company with software as their core business 40 0 Developer, Full-Stack Staff / Principal / Lead Yes 10833 0 0 0 Not sure Stock options / equity Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Monitors for home office macOS TypeScript, Python, Bash React, FastAPI SQL, Airflow, Snowflake / BigQuery / Redshift Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, Redis
|
||||
24/02/2026 22:02:56 Employee No 26-30 Male Yes Both 8 3 3 501-1000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) -8.42 Capital region (Helsinki, Espoo, Vantaa) Consulting 38 80 Developer, Full-Stack Manager or People Lead Yes 5900 1600 3607 0 Average market Lomaraha (Holiday bonus), Sign-on bonus, Stock options / equity, Commission (sales or performance-based) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript Node.js, UI5 Fiori, CAP SAP BTP PostgreSQL
|
||||
25/02/2026 11:17:18 Entrepreneur No 46-50 Male Yes Both 24 3 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5.6 4 AI & mobile 90 135000 37.5 10 Hourly billing 6-12 months Myself, Agencies Finland, Abroad macOS Java, Kotlin SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL, Room
|
||||
25/02/2026 11:46:57 Entrepreneur No 31-35 Male Yes Finnish 10 4 14 1 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 100 4 Data consulting, 97 141800 37.5 14 Hourly billing Over 24 months Myself, Agencies Finland Windows + WSL SQL, dbt, Snowflake / BigQuery / Redshift Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server
|
||||
25/02/2026 12:12:52 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes Finnish 15 0 6 1 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Full-stack, mobile, devops 90 37.5 8 Hourly billing Open-ended Agencies, Industry connections Finland Windows + WSL TypeScript, Python, Kotlin React, Node.js, Spring Boot Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server
|
||||
25/02/2026 13:03:44 Employee No 36-40 Male Yes Both 7 7 1 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.3 Nokia Oulu Product company with software as their core business 37.5 40 Developer, Backend Mid-level Yes 4034.69 2420.81 5992.1 Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity Work laptop, Free office parking (during work hours), Free gym membership, Training/Courses/Education budget 400 Bike benefit Windows + WSL Python, Go, Bash Django, FastAPI Kafka, Pandas / NumPy Linux server, Docker, Ansible Redis, ElasticSearch
|
||||
25/02/2026 13:26:52 Employee No 31-35 Male Yes Finnish 9 6 2 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 3.54 Solita Tampere Consulting 37.5 20 Developer, Frontend Mid-level Yes 4286.7 0 2572.02 0 0 Below market Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires) Health insurance, Work laptop, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Clojure, ClojureScript React, re-frame, Reagent Docker, Ansible, CI/CD (GitHub Actions, GitLab CI, Jenkins) Oracle
|
||||
25/02/2026 13:37:27 Entrepreneur No 41-45 Male Yes Finnish 13 3 3 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3.5 3 full-stack 87 120000 37.5 8 Hourly billing 6-12 months Agencies Finland macOS TypeScript, C# React, Node.js SQL Docker, Kubernetes, Terraform PostgreSQL
|
||||
25/02/2026 14:15:07 Employee No 31-35 Male Yes Both 9 8 2 501-1000 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 2 Reaktor Turku Consulting 37.5 5 Developer, Full-Stack Mid-level Yes 5245 0 3147 0 0 Above market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Node.js, Express SQL Linux server, AWS PostgreSQL
|
||||
25/02/2026 15:16:53 Employee No 31-35 Male Yes Finnish 7 0 2 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 10 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Backend Mid-level No 4500 2700 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows TypeScript, Java, PHP Node.js, Laravel SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL, SQL Server
|
||||
25/02/2026 15:21:44 Employee No 31-35 Female Yes Finnish 8 3 5 51-100 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 30 0 Developer, Full-Stack Senior Yes 5000 400 Average market Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) macOS JavaScript, PHP Laravel SQL Linux server
|
||||
25/02/2026 15:23:36 Employee No 31-35 Male Yes Both 12 5 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 3 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 95 Developer, Full-Stack Senior Yes 5918 3888 0 0 Above market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, PHP React, Laravel Docker, Terraform, Google Cloud Platform (GCP) MySQL, Redis
|
||||
25/02/2026 15:32:44 Employee No 51-55 Male Yes Both 28 4 4 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 30 Developer, Full-Stack Senior Not sure 7500 0 3750 0 0 Average market Lomaraha (Holiday bonus), Individual performance bonus Health insurance, Work laptop, Monitors for home office, Snacks and beverages in office 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript, Java React SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL
|
||||
25/02/2026 16:01:37 Employee No 41-45 Male Yes Both 20 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) Developer, Full-Stack Staff / Principal / Lead 7200 macOS
|
||||
25/02/2026 16:08:50 Employee Yes, from employee to entrepreneur 31-35 Non-binary Yes Both 9 0 8 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Developer, Mobile Senior Yes 5600 10000 Average market Individual performance bonus, Company performance bonus, Stock options / equity Work laptop, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Kotlin
|
||||
25/02/2026 16:23:05 Employee No 41-45 Male Yes Swedish 15 7 4 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Abroad Consulting 40 90 Team Lead Staff / Principal / Lead No 7000 0 4200 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Windows + Linux VM Python, C# SQL, dbt Docker, Terraform, Microsoft Azure MySQL, SQL Server, Oracle
|
||||
25/02/2026 16:32:27 Employee No 51-55 Male Yes English 25 1 6 6-10 Master’s degree – AMK (YAMK) Turku Product company with software as their core business 37.5 0 DevOps Engineer or Professional Senior Yes 7000 3500 Above market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + WSL TypeScript Next.js, Django Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), Pulumi PostgreSQL, Redis
|
||||
25/02/2026 17:35:22 Employee No 36-40 Female Yes Both 7 5 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1.25 Capital region (Helsinki, Espoo, Vantaa) Consulting 34 5 Developer, Full-Stack Mid-level Yes 4252 2758 Average market Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Java React, Angular, Spring Boot SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL Jäi vähän epäselväksi tai meni ohi mihin piti ilmoittaa jos tekee lyhennettyä työaikaa, jotta bruttopalkka voidaan normalisoida. Anyways teen 90% työaikaa Ihan hyvä, mutta valittavat luontois ja muut edut oli kyllä aika epäselvästi listattu ja paljon puuttuikin sieltä vaihtoehtoja. Esim työsuhdepyörä, liikuntasetelit, kattava työterveys (eri kuin vakuutus)
|
||||
25/02/2026 18:27:13 Employee No 36-40 Male Yes English 14 6 6-10 Upper secondary – general (lukio / high school equivalent) Information and Communication Technologies (ICT / Computer Science) 8 Tampere Consulting 37.5 15 Developer, AI Apps or Physical AI Staff / Principal / Lead Yes 5700 2000 Average market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Rust React, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
25/02/2026 18:31:25 Employee No 41-45 Male Yes Both 16 8 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.89 Cirit Tampere Consulting 37.5 80 Developer, Frontend Senior No 5400 3240 30 Above market Lomaraha (Holiday bonus), Referral bonus (for successful hires), Compensation from attending to meetups and other industry events Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free), Sauna and jacuzzi at the office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + WSL JavaScript, TypeScript, Bash React Docker Erittäin hyvin laadittu kysely. Arvostan, että kaikki laskukaavat oli valmiiksi tarjottu, niin ei tarvinnut alkaa kaivelemaan mitään Verottajan lappuja
|
||||
25/02/2026 21:24:27 Employee No 41-45 Male Yes Finnish 7 1 4 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 2 Developer, Full-Stack Mid-level No 5300 3180 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Swimming hall benefit 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows TypeScript, C# Vue.js, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins) SQL Server
|
||||
25/02/2026 21:54:35 Entrepreneur Yes, from employee to entrepreneur 51-55 Male Yes Finnish 2 0 3 3-5 Doctorate (PhD / tohtori) Information and Communication Technologies (ICT / Computer Science) 0 Software development 0 0 0 52 Monthly billing 3-6 months Myself Finland Windows JavaScript, TypeScript, Java React, Node.js, Spring Boot SQL AWS PostgreSQL, MongoDB
|
||||
26/02/2026 06:52:14 Employee No 51-55 Male Yes Both 6 4 2 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.7 Terveystalo Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 40 Developer, Full-Stack Senior Yes 5580 3348 Average market Lomaraha (Holiday bonus) Work remotely from abroad (1 week or more), Work laptop 150 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, PHP React, Node.js, ASP.NET Core SQL Linux server, Windows server, Docker PostgreSQL, SQL Server Lunch benefit can be anything 1-25%. Terveystalo has 10%.
|
||||
26/02/2026 08:12:23 Entrepreneur No 51-55 Male Yes Finnish 26 19 2 1 Upper secondary – general (lukio / high school equivalent) 0 19 WordPress theme development, web app development 90 107000 15 5 Hourly billing Open-ended Myself Finland macOS JavaScript, PHP Node.js SQL Linux server MySQL Some additional questions that would have been useful: Do you primarily work from home or at an office? How would you describe the general atmosphere among your clients — is it trending upward or downward economically? Are you planning to raise your hourly rate in the near future? How reliably and on time do your clients pay their invoices? Which marketing channels do you use (especially as a freelancer)? Which AI platforms do you use, if any? What accounting software do you use?
|
||||
26/02/2026 08:35:28 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes English 10 0 3 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1 92 150000 38 6 Hourly billing Over 24 months Myself, Agencies Finland macOS JavaScript, TypeScript React, Next.js SQL, Kafka, Snowflake / BigQuery / Redshift Docker, Terraform, AWS PostgreSQL, DynamoDB Top 3 tech you work with questions can lead to bad survey results. If you mainly work everything from FE to BE to Infra its nearly impossible to pick top 3 when you actually work with tens of different techs "mainly".
|
||||
26/02/2026 09:14:27 Employee No 31-35 Female Yes English 3 3 1 501-1000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 12 Joensuu Consulting 30 90 Data Engineer Mid-level Yes 2578.4 100 1547 Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows SQL Microsoft Azure SQL Server
|
||||
26/02/2026 09:51:02 Employee No 36-40 Male Yes English 8 7 4 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2.5 Remote Consulting 37.5 0 Developer, Full-Stack Senior Yes 6100 3660 3000 Average market Lomaraha (Holiday bonus), Individual performance bonus, Commission (sales or performance-based) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Other tools like high-end keyboard, mouse etc, Monitors for home office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Linux (bare metal / native) TypeScript, Kotlin React, Spring Boot Linux server, Docker PostgreSQL
|
||||
26/02/2026 09:56:53 Employee No 31-35 Male Yes Both 6 4 3 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 3.9 Tampere Consulting 37.5 15 Data Engineer Mid-level Yes 5300 3180 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + WSL Python SQL, Apache Spark, Databricks CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
26/02/2026 10:09:57 Employee No 31-35 Male No English 10 2 7 10000+ Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 30 Developer, Backend Mid-level Yes 6600 3960 0 20000 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Monitors for home office, Snacks and beverages in office 600 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Python, Go, Kotlin SQL, Airflow, Snowflake / BigQuery / Redshift Kubernetes, Terraform PostgreSQL, MongoDB, Cassandra
|
||||
26/02/2026 11:02:17 Employee Yes, from entrepreneur to employee 31-35 Male Yes Finnish 10 1 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 23 Hämeenlinna Product company with software as their core business 37.5 0 Developer, Full-Stack Senior Yes 4400 2200 Below market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Work laptop, Free office parking (during work hours), Free gym membership, Other tools like high-end keyboard, mouse etc, Monitors for home office 500 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS TypeScript, Python, PHP React, Laravel SQL, Airflow Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
26/02/2026 11:59:14 Employee No 31-35 Male Yes English 11 1 5 11-50 Upper secondary – general (lukio / high school equivalent) Education and Teaching Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 10 Developer, Full-Stack Senior No 4850 2910 Below market Work laptop, Training/Courses/Education budget, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript React, Next.js, Express SQL Linux server MySQL
|
||||
26/02/2026 12:14:55 Employee No 31-35 Male Yes Both 3 2 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 12 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 80 Developer, Full-Stack Junior / Entry-level No 4300 2150 0 0 Average market Lomaraha (Holiday bonus) Public transport subsidy (tax-free) Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit) macOS JavaScript, TypeScript React, Next.js, Node.js MySQL
|
||||
26/02/2026 12:25:26 Employee No 26-30 Male Yes English 5 5 1 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 7 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 5 Development Manager Mid-level Yes 4280 Average market Individual performance bonus, Company performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Java, Ruby SQL, Kafka Linux server, Terraform, Microsoft Azure SQL Server,
|
||||
26/02/2026 12:35:00 Employee No 41-45 Male Yes Finnish 20 7 5 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.9 Robu Oy Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Developer, Full-Stack Senior Yes 6950 0 4200 0 0 Above market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 700 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python React, Vue.js, Express SQL Docker, Terraform, AWS, GCP, CI/CD, Kubernetes PostgreSQL Why only 3 choices? Good survey model this year
|
||||
26/02/2026 13:23:35 Employee No 41-45 Female Yes Finnish 4 4 1 11-50 Master’s degree – university (FM, KTM, DI, etc.) Business, Administration, and Law 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Project Manager Manager or People Lead No 5300 3180 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget 200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
26/02/2026 13:41:56 Employee No 41-45 Male Yes Both 18 1 6 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Oulu Consulting 37.5 40 Architect, Software or Solutions Staff / Principal / Lead No 6300 3700 Average market Lomaraha (Holiday bonus), Stock options / equity, Profit sharing, Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python Svelte, FastAPI SQL Docker, Terraform, Microsoft Azure PostgreSQL, MySQL
|
||||
26/02/2026 14:47:47 Employee No 36-40 Male Yes Both 9 2 5 101-500 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 9 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 40 Engineering Manager Senior No 6800 0 3400 0 0 Average market Lomaraha (Holiday bonus), Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS
|
||||
26/02/2026 14:55:18 Employee No 36-40 Male Yes Finnish 7 0 3 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, Full-Stack Mid-level Yes 4820 2800 0 Below market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript, C# Vue.js CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
26/02/2026 16:30:53 Employee No 31-35 Male Yes Finnish 11 8 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 6.37 Turku Product company with software as their core business 37.5 95 Tech lead Staff / Principal / Lead Yes 5637 0 3382 0 500 Average market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) 0 macOS JavaScript, TypeScript, Bash React, Node.js, Express SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis
|
||||
26/02/2026 16:55:27 Employee Yes, from entrepreneur to employee 26-30 Male Both 5 0 4 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) -3.4 Elisa Oyj Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 66 Developer, Full-Stack Mid-level No 5100 0 3500 5000 0 Below market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Limited car benefit, Garage (outside work hours) macOS TypeScript, Java, Go React, Spring Boot SQL, Kafka Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL, Redis
|
||||
26/02/2026 20:07:02 Employee No 31-35 Female Yes Finnish 6 3 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 0 Developer, Full-Stack Mid-level No 3200 1920 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Helsingin uimahalleihin uintiliput Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows C# Vue.js, ASP.NET Core SQL Microsoft Azure SQL Server polkupyöräetu luontaiseduissa?
|
||||
26/02/2026 20:38:59 Entrepreneur No 46-50 Male Yes Both 25 2 8 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 2 full-stack 100 150000 37 8 Hourly billing 6-12 months Myself, Agencies Finland macOS TypeScript, Java, Kotlin Vue.js, Express, Spring Boot SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, Redis, DynamoDB
|
||||
26/02/2026 21:45:24 Employee No 46-50 Male Yes Both 27 3 10 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 20 Developer, Full-Stack Senior Yes 6500 Not sure Monitors for home office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows TypeScript, Java React, Node.js, Spring Boot SQL, Kafka Docker, AWS, Microsoft Azure PostgreSQL, SQL Server, DynamoDB
|
||||
27/02/2026 01:07:13 Employee No 26-30 Male Yes English 6 1 4 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 6 Tampere Product company with software as their core business 37.5 0 Developer, Full-Stack Senior Yes 5200 3150 5000 Above market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Dart React, FastAPI, Flutter Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB, InfluxDB
|
||||
27/02/2026 08:13:21 Employee No 31-35 Female Yes Finnish 4 3 1 51-100 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 14.6 Turku Consulting 37.5 90 Developer, AI Apps or Physical AI Mid-level Yes 4700 2477 Below market Company performance bonus, Referral bonus (for successful hires) Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Training/Courses/Education budget, Snacks and beverages in office, Culture/Sport benefit (e-passi) 400 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Clojure, ClojureScript Vue.js, re-frame, Reagent SQL, scikit-learn, Pandas / NumPy Linux server, Docker, AWS PostgreSQL
|
||||
27/02/2026 09:51:03 Employee No 36-40 Male Yes Finnish 15 5 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Arado Turku Consulting 37.5 50 Developer, Full-Stack Senior Yes 4000 3500 2400 1000 Our compensation model is 50% of what we invoice from customer. We have base salary that is paid if monthly invoicing is below 4000 Above market Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work remotely from abroad (1 week or more), Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS JavaScript, TypeScript, Python React, Next.js, Flask SQL Kubernetes, Terraform, AWS PostgreSQL, MongoDB
|
||||
27/02/2026 10:29:35 Employee No 31-35 Male Yes Both 10 4 3 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 60 Developer, Full-Stack Senior Yes 5550 3400 Below market Lomaraha (Holiday bonus), Stock options / equity, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) 200 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Next.js, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
27/02/2026 10:46:46 Employee No 36-40 Male Yes English 15 2 5 501-1000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 40 86 Staff / Principal / Lead Not sure 90000 90000 30000 Above market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Free gym membership, Training/Courses/Education budget, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip)
|
||||
27/02/2026 13:30:36 Employee Yes, from entrepreneur to employee 46-50 Male Yes Finnish 24 0 5 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) -50 Tieto Capital region (Helsinki, Espoo, Vantaa) Public or third sector 40 1 Cloud Infrastructure Engineer Senior Yes 5500 Not sure Lomaraha (Holiday bonus) Health insurance, Work laptop Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows C# ASP.NET Core SQL Microsoft Azure SQL Server
|
||||
27/02/2026 13:32:37 Employee No 46-50 Male Yes Both 15 5 5 1001-5000 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 2 Nortal Turku Consulting 37.5 33 Developer, Full-Stack Mid-level No 4750 2850 Below market Lomaraha (Holiday bonus), Sign-on bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate) Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours) 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Garage (outside work hours) Windows + WSL TypeScript, Java, C# Angular, Spring Boot, ASP.NET Core SQL Docker, Microsoft Azure MySQL, SQL Server
|
||||
27/02/2026 13:47:31 Employee No 46-50 Male Yes Finnish 6 0 3 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 4.25 Tietoevry Kuopio Consulting 37.5 20 Developer, Frontend Mid-level Yes Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Snacks and beverages in office 400 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL JavaScript, TypeScript React, Next.js
|
||||
27/02/2026 15:03:58 Entrepreneur Yes, from employee to entrepreneur 31-35 Male Yes English 7 1 5 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 100 1 software development (backend, frontend, full-stack, devops, AI) 72 120000 37.5 6 Hourly billing 6-12 months Agencies Finland Linux (bare metal / native) TypeScript, Python, Bash React, FastAPI PyTorch, scikit-learn CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS, Microsoft Azure PostgreSQL
|
||||
27/02/2026 15:08:41 Employee No 36-40 Male Yes Both 5 4 2 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 1.5 Turku Consulting 37.5 5 Software Engineer Mid-level Yes 3848 0 2309 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) Windows + WSL Python, C#, C React, Node.js SQL Linux server, Windows server, Microsoft Azure Oracle
|
||||
27/02/2026 15:40:53 Employee No 36-40 Male Yes Finnish 7 5 3 11-50 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 10 remote Consulting 37.5 100 Data Scientist Senior No 4650 0 2790 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Monitors for home office 100 Windows + WSL TypeScript, Python, Bash Angular, FastAPI, Spring Boot SQL, scikit-learn, Pandas / NumPy Linux server, Docker, Microsoft Azure MySQL, SQL Server, SQLite
|
||||
27/02/2026 16:35:33 Employee No 46-50 Female Yes English 7 4 2 501-1000 Doctorate (PhD / tohtori) Social Sciences, Journalism, and Information 11 Futurice Tampere Consulting 37.5 40 Developer, Frontend Senior Yes 4444 0 1000 0 Not sure Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
27/02/2026 20:30:41 Entrepreneur No 26-30 Male Yes Both 28 6 4 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 9 Architecture, full-stack, AI 75 190000 60 6 Hourly billing Over 24 months Myself, Agencies Finland macOS TypeScript, Java React, Node.js, Spring Boot SQL Docker, Kubernetes, Microsoft Azure PostgreSQL, MySQL, Redis
|
||||
27/02/2026 20:51:40 Employee No 41-45 Male Yes Both 19 6 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 1 Developer, Full-Stack Senior Yes 6647 3988 800 Below market Lomaraha (Holiday bonus), Profit sharing, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Fixed-line internet to your home, Public transport subsidy (tax-free) 1200 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Swift, Clojure, ClojureScript React, re-frame, UIX SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
28/02/2026 00:48:56 Employee No 31-35 Male Yes Finnish 15 14 2 11-50 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.5 Capital region (Helsinki, Espoo, Vantaa) Consulting 30 10 Developer, Full-Stack Senior Yes 6340 2966.4 0 0 Not sure Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Kotlin Vue.js Linux server, Docker, Kubernetes PostgreSQL, MySQL
|
||||
28/02/2026 12:44:04 Entrepreneur No 36-40 Male Yes English 11 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 1 Devops 145000 37.5 8 Monthly billing 12-24 months Myself Abroad macOS TypeScript, Python, Bash Node.js Airflow, Kafka Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
28/02/2026 19:49:21 Employee No 36-40 Male Yes English 14 6 4 501-1000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Reaktor Tampere Consulting 37.5 60 Developer, Full-Stack Senior Yes 5300 Below market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Home office equipment budget (chair, desk, etc.), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 2640 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS JavaScript, TypeScript, Kotlin React, Node.js, FastAPI Docker, Kubernetes, AWS PostgreSQL, Redis
|
||||
28/02/2026 23:04:12 Employee No 31-35 Male Yes Finnish 8 8 1 1001-5000 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Engineering, Manufacturing, and Construction 10 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 40 Developer, Full-Stack Senior Yes 4930 2250 1700 Average market Lomaraha (Holiday bonus), Company performance bonus, Stock options / equity, Referral bonus (for successful hires) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Free office parking (during work hours), Free gym membership, Fixed-line internet to your home 450 Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Python React, Next.js, Node.js SQL Docker swarm mode, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL
|
||||
28/02/2026 23:51:57 Employee No 36-40 Male Yes Both 11 3 2 51-100 Master’s degree – AMK (YAMK) Information and Communication Technologies (ICT / Computer Science) 5 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Data Engineer Mid-level Not sure 6000 3600 3600 Cert bonus Above market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python, HCL SQL, Snowflake / BigQuery / Redshift, apache beam Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL, SQL Server
|
||||
01/03/2026 11:10:51 Entrepreneur Yes, from employee to entrepreneur 36-40 Male Yes Finnish 16 5 5 1 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 5 4 Software dwvelopment, devops, architecture 92 140000 37.5 9 Monthly billing 6-12 months Myself, Agencies Finland Windows + WSL TypeScript, C# React, ASP.NET Core SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server, Redis
|
||||
01/03/2026 16:15:10 Employee No 46-50 Male Yes Both 25 2 5 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Engineering, Manufacturing, and Construction 6.5 - Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 5 Architect, Software or Solutions Senior Yes 6300 100 3800 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 609 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, Python, C# React, Node.js, ASP.NET Core SQL, Kafka, Pandas / NumPy Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, SQL Server, Redis
|
||||
01/03/2026 16:23:43 Employee No 26-30 Male Yes Finnish 5 3 2 101-500 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 20 Capital region (Helsinki, Espoo, Vantaa) Consulting 42 40 Support Engineer or Analyst Senior No 4800 3000 Average market Lomaraha (Holiday bonus), Stock options / equity, Study bonuses Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) Windows + WSL JavaScript, Python, C# React, ASP.NET Core SQL Windows server, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
01/03/2026 19:01:48 Employee No 31-35 Male Yes English 12 12 1 11-50 Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction 2 Turku Product company with software as their core business 40 75 System Administrator Staff / Principal / Lead Not sure 5600 6000 Average market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 500 Full Lunch benefit employer pays 100% (luontoisetu/fringe benefit), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Python, Go, Bash SQL Linux server, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Redis, Tiger Data (Timescale)
|
||||
01/03/2026 19:58:59 Employee No 31-35 Male Yes Finnish 8 3 5 101-500 Bachelor’s degree – university (kandidaatti / alempi korkeakoulututkinto) Information and Communication Technologies (ICT / Computer Science) 2 Alfame Systems Oy Tampere Consulting 37.5 80 Developer, Full-Stack Senior Yes 4400 0 2640 0 0 Below market Lomaraha (Holiday bonus) Health insurance, Work remotely from abroad (1 week or more), Free office parking (during work hours), Fixed-line internet to your home, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Garage (outside work hours) Windows TypeScript, Java, C# React, Node.js, ASP.NET Core SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure SQL Server
|
||||
01/03/2026 21:45:10 Employee No 51-55 Female Yes Finnish 20 2 4 11-50 Master’s degree – university (FM, KTM, DI, etc.) Arts and Humanities 2 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 25 Project Manager Senior No 5916 3500 3210 I had a bonus based on the billability level of my team Average market Lomaraha (Holiday bonus), Individual performance bonus, Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Monitors for home office, Snacks and beverages in office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows
|
||||
01/03/2026 22:08:53 Employee No 41-45 Male Yes Finnish 14 5 4 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Business, Administration, and Law 1.32 Alfame Systems Oy Kokkola Consulting 30 90 Architect, Software or Solutions Senior Yes 4900 2940 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Fixed-line internet to your home, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript, Java React, Next.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), OpenShift PostgreSQL, MySQL, MongoDB
|
||||
01/03/2026 22:25:13 Employee No 26-30 Male Yes Finnish 6 3 2 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0.09 Rovaniemi Consulting 37.5 30 Developer, Full-Stack Senior Yes 4450 2000 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Health insurance, Work laptop, Free office parking (during work hours), Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Java React, Next.js, Quarkus Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
02/03/2026 07:39:53 Employee No 26-30 Male Yes Finnish 3 2 2 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 8.6 Tampere Consulting 30 100 Data Engineer Mid-level Yes 4000 2358 1000 Above market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office, Public transport subsidy (tax-free) 1000 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python SQL, Apache Spark, Airflow Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
02/03/2026 08:09:52 Employee No 31-35 Male Yes Finnish 3 0 3 501-1000 Master’s degree – AMK (YAMK) Education and Teaching Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 90 Developer, Full-Stack Mid-level Not sure 4000 2500 Below market Lomaraha (Holiday bonus), Company performance bonus Health insurance, Work laptop, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS JavaScript, TypeScript React, Next.js, Node.js Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, MongoDB
|
||||
02/03/2026 08:14:04 Employee No 41-45 Male Yes Finnish 8 5 4 1001-5000 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Etteplan Finland Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 2 Developer, Full-Stack Senior Yes 5610.4 0 3366.24 0 0 Average market Lomaraha (Holiday bonus), Referral bonus (for successful hires) 220 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript, C# React SQL CI/CD (GitHub Actions, GitLab CI, Jenkins) SQL Server
|
||||
02/03/2026 08:19:13 Employee No 41-45 Male Yes Finnish 20 2 6 6-10 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Product company with software as their core business 45 5 Startup CTO doing everything tech related Manager or People Lead No 6500 0 3900 0 Below market Lomaraha (Holiday bonus) Health insurance 0 macOS TypeScript, Python React, Node.js SQL, Snowflake / BigQuery / Redshift Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB
|
||||
02/03/2026 08:26:34 Employee No 26-30 Male Yes English 5 4 2 1001-5000 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Nortal Turku Consulting 37.5 30 Developer, Full-Stack Mid-level Not sure 4500 2500 Below market Overtime extra pay (e.g. 1.5x or 2x pay rate) Health insurance, Snacks and beverages in office Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows JavaScript, TypeScript, C# React, ASP.NET Core SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), Google Cloud Platform (GCP) PostgreSQL
|
||||
02/03/2026 08:36:12 Employee No 41-45 Male Yes Finnish 16 16 1 101-500 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 1.3 Consulting 37.5 20 Developer, Backend Senior 3800 1800 Below market Lomaraha (Holiday bonus), Referral bonus (for successful hires) Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Snacks and beverages in office 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Linux (bare metal / native) Java Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), OpenShift PostgreSQL
|
||||
02/03/2026 08:40:39 Employee No 36-40 Male Yes English 10 7 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Tampere Consulting 37.5 100 Developer, Backend Senior Yes 4500 2700 Below market Health insurance, Work laptop, Free gym membership macOS Go, Bash SQL Docker, Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
02/03/2026 08:40:41 Employee No 51-55 Male Yes English 25 1 7 10000+ Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Capital region (Helsinki, Espoo, Vantaa) Consulting 37.5 0 Product Manager Senior Yes 7400 0 3700 8000 0 Average market Lomaraha (Holiday bonus), Individual performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Snacks and beverages in office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS Python, Bash, Terraform Terraform, AWS, Google Cloud Platform (GCP) PostgreSQL, MySQL
|
||||
02/03/2026 09:23:56 Employee No 41-45 Male Yes English 15 4 3 51-100 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4 Tampere Product company with software as their core business 37.5 90 Engineering Manager Manager or People Lead Yes 6500 0 Average market Company performance bonus Health insurance, Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip), Free office parking (during work hours), Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Python, Bash Express SQL Docker, Kubernetes, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL
|
||||
02/03/2026 09:27:10 Employee No 36-40 Male Yes Both 14 3 3 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 0 Consulting 37.5 15 Developer, Full-Stack Staff / Principal / Lead Yes 3000 3500 3900 Above market Lomaraha (Holiday bonus), Commission (sales or performance-based), Referral bonus (for successful hires) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Mobile phone with paid plan (Select only if NO 20 € puhelinetu on payslip) Linux (bare metal / native) TypeScript, Python Vue.js, Node.js Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS DynamoDB
|
||||
02/03/2026 09:47:17 Employee No 36-40 Male Yes Finnish 10 0 4 3-5 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 15 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 90 Developer, Full-Stack Senior Not sure 6500 Above market Stock options / equity Work laptop, Snacks and beverages in office 0 macOS TypeScript, Python React, Next.js, FastAPI SQL Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, Supabase
|
||||
02/03/2026 09:49:46 Entrepreneur No 41-45 Male Yes Both 17 0 5 1 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 0 6 Full-stack, DevOps, Cloud, Architecture 100 203000 43 3 Hourly billing 6-12 months Myself, Agencies Finland macOS TypeScript, Python, Go React, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, SQL Server For enterpreneurs, one idea for additional question is "how many clients you had per year max simultaneously, and overall during the year", or similar. Pretty good questions, would be nice to select more than 3 options per tech stack. And maybe could ask more about different tech stacks.
|
||||
02/03/2026 10:46:08 Employee No 41-45 Male Yes Both 26 11 7 101-500 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2.74 Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 39 30 Architect, Software or Solutions Staff / Principal / Lead Yes 10788 6472.8 0 Above market Lomaraha (Holiday bonus), Individual performance bonus, Sign-on bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work remotely from abroad (1 week or more), Work laptop, Training/Courses/Education budget, Fixed-line internet to your home, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office, Public transport subsidy (tax-free) Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip), Employer-subsidised commuter ticket (taxed) macOS Go, Bash, SQL, Kafka Linux server, Docker, Ansible PostgreSQL, MySQL Direct reporteers, commercial responsibilities, travel days
|
||||
02/03/2026 10:52:19 Employee No 31-35 Male Yes Finnish 8 8 2 11-50 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 3 Turku Consulting 37.5 90 Architect, Software or Solutions Manager or People Lead Yes 6100 0 3000 500 0 Average market Lomaraha (Holiday bonus), Company performance bonus, Referral bonus (for successful hires) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Snacks and beverages in office 400 Windows + WSL TypeScript, Python React, Node.js, Django SQL Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), Microsoft Azure PostgreSQL, MySQL, Redis
|
||||
02/03/2026 11:11:22 Employee No 26-30 Male Yes Both 6 8 1 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 4.43 Oulu Product company with software as their core business 37.5 50 Developer, Backend Mid-level Yes 4008 2402 6663 2100 Salary + bonus (perf driven, monetary) + stock bonus Average market Lomaraha (Holiday bonus), Individual performance bonus, Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Profit sharing, Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Work laptop, Home office equipment budget (chair, desk, etc.), Free office parking (during work hours), Free gym membership, Monitors for home office, Public transport subsidy (tax-free) 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) Windows + WSL Python, Bash Django, Flask, FastAPI Kafka, Pandas / NumPy, Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) MySQL, Redis, Elasticsearch
|
||||
02/03/2026 11:59:29 Entrepreneur No 46-50 Male Yes Both 25 5 4 3-5 Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 10 5 Own SaaS application Fixed price / project-based 6-12 months Own sales Finland, Abroad macOS TypeScript React, Next.js, Node.js SQL Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL, DynamoDB Questions does not work at all for SaaS company
|
||||
02/03/2026 12:16:16 Employee No 46-50 Male Yes English 20 4 6 10000+ Master’s degree – university (FM, KTM, DI, etc.) Information and Communication Technologies (ICT / Computer Science) 2 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37.5 5 Architect, Software or Solutions Senior Yes 7000 3500 12000 Above market Lomaraha (Holiday bonus), Company performance bonus Work laptop, Snacks and beverages in office, Public transport subsidy (tax-free) 600 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Mobile phone with paid plan (Select only if 20 € puhelinetu on payslip) macOS TypeScript, Bash Terraform, CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS PostgreSQL
|
||||
02/03/2026 13:05:22 Entrepreneur No 31-35 Male Yes Finnish 8 8 1 2 Bachelor’s degree – AMK (insinööri, tradenomi, etc.) Information and Communication Technologies (ICT / Computer Science) 15 8 Everything 172000 0 0 Monthly billing Open-ended Myself Finland macOS JavaScript, TypeScript, PHP React, Node.js SQL Linux server, Docker MySQL, Redis
|
||||
02/03/2026 18:08:13 Entrepreneur No 36-40 Male Yes Finnish 14 5 4 1 Upper secondary – vocational (ammatillinen perustutkinto) Information and Communication Technologies (ICT / Computer Science) 0 5 Full stack development and maintenance services 80 138000 37.5 6 Hourly billing Over 24 months Myself, Agencies Finland macOS JavaScript, TypeScript, PHP React, Next.js, Node.js Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins) PostgreSQL, MySQL
|
||||
02/03/2026 18:51:53 Employee No 31-35 Male Yes Both 9 3 10000+ Master’s degree – university (FM, KTM, DI, etc.) Engineering, Manufacturing, and Construction Capital region (Helsinki, Espoo, Vantaa) Product company with software as their core business 37.5 50 Applied Scientist Senior Yes 10000 450000 Not sure Lomaraha (Holiday bonus), Stock options / equity Health insurance, Work laptop, Monitors for home office 0 Windows + WSL Python, C++ PyTorch Linux server, Docker, CI/CD (GitHub Actions, GitLab CI, Jenkins)
|
||||
03/03/2026 08:55:47 Employee No 31-35 Female Yes Both 1 1 2 501-1000 Upper secondary – general (lukio / high school equivalent) 40 Capital region (Helsinki, Espoo, Vantaa) A company where software is a support role (for example banks or healthcare) 37 5 Developer, QA or Test Junior / Entry-level Yes 2660 Average market Work laptop, Snacks and beverages in office 300 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction) macOS
|
||||
03/03/2026 16:36:20 Employee No 21-25 Female Yes Both 6 5 4 501-1000 Upper secondary – general (lukio / high school equivalent) 4 Tampere Consulting 22.5 20 Developer, Full-Stack Mid-level Yes 3410 1416 1360 854 Below market Lomaraha (Holiday bonus), Company performance bonus, Overtime extra pay (e.g. 1.5x or 2x pay rate), Stock options / equity, Profit sharing, Commission (sales or performance-based), Referral bonus (for successful hires), On-call compensation (standby pay) Health insurance, Ryhmäeläkevakuutus (Additional employer pension contribution), Work laptop, Free office parking (during work hours), Training/Courses/Education budget, Other tools like high-end keyboard, mouse etc, Monitors for home office, Snacks and beverages in office 400 Partial Lunch benefit employer pays 25% (lounasvähennys/lunch deduction), Garage (outside work hours) macOS TypeScript, C# React, Next.js, ASP.NET Core Windows server, Docker, Microsoft Azure SQL Server, MongoDB, Redis
|
||||
|
Can't render this file because it is too large.
|
BIN
data/2025/data.xlsx
Normal file
BIN
data/2025/data.xlsx
Normal file
Binary file not shown.
Binary file not shown.
123
data_ingest.py
123
data_ingest.py
@@ -1,123 +0,0 @@
|
||||
import re
|
||||
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
COLUMN_MAP = {
|
||||
"Missä kaupungissa työpaikkasi pääasiallinen toimisto sijaitsee?": "Kaupunki",
|
||||
"Työaika (jos työsuhteessa)": "Työaika",
|
||||
"Etänä vai paikallisesti?": "Etä",
|
||||
"Vuositulot (sis. bonukset, osingot yms) / Vuosilaskutus (jos laskutat)": "Vuositulot",
|
||||
"Kuukausipalkka (jos työntekijä) (brutto)": "Kuukausipalkka",
|
||||
"Onko palkkasi nykyroolissasi mielestäsi kilpailukykyinen?": "Kilpailukykyinen",
|
||||
}
|
||||
|
||||
ETATYO_MAP = {
|
||||
"Pääosin tai kokonaan etätyö": "Etä",
|
||||
"Pääosin tai kokonaan toimistolla": "Toimisto",
|
||||
"Noin 50/50 hybridimalli": "50/50",
|
||||
}
|
||||
|
||||
|
||||
def map_sukupuoli(value: str):
|
||||
if isinstance(value, str):
|
||||
value = value.lower()
|
||||
if "nainen" in value or "female" in value:
|
||||
return "nainen"
|
||||
|
||||
if (
|
||||
"mies" in value
|
||||
or "uros" in value
|
||||
or "miäs" in value
|
||||
or "äiä" in value
|
||||
or "male" in value
|
||||
or value == "m"
|
||||
):
|
||||
return "mies"
|
||||
return "muu" # Map the handful of outliers into "muu" (so a given value but not specified)
|
||||
return value
|
||||
|
||||
|
||||
def map_vuositulot(r):
|
||||
if r["Vuositulot"] is np.nan:
|
||||
return r["Kuukausipalkka"] * 12.5
|
||||
return r["Vuositulot"]
|
||||
|
||||
|
||||
def map_numberlike(d):
|
||||
if isinstance(d, str):
|
||||
try:
|
||||
return float(re.sub("\s+", "", d))
|
||||
except ValueError:
|
||||
pass
|
||||
return d
|
||||
|
||||
|
||||
def map_ika(d):
|
||||
if d == "30-35 v": # Early answers had a wrong bracket here
|
||||
d = "31-35 v"
|
||||
return d
|
||||
|
||||
|
||||
def read_data() -> pd.DataFrame:
|
||||
df: pd.DataFrame = pd.read_excel(
|
||||
"data/results.xlsx",
|
||||
skiprows=[1], # Google Sheets exports one empty row
|
||||
)
|
||||
df.rename(columns=COLUMN_MAP, inplace=True)
|
||||
|
||||
df["Kaupunki"].replace(
|
||||
"PK-Seutu (Helsinki, Espoo, Vantaa)", "PK-Seutu", inplace=True
|
||||
)
|
||||
df["Kaupunki"] = df["Kaupunki"].astype("category")
|
||||
df["Sukupuoli"] = df["Sukupuoli"].apply(map_sukupuoli).astype("category")
|
||||
df["Ikä"] = df["Ikä"].apply(map_ika).astype("category")
|
||||
# Turn työaika into 0% - 100%
|
||||
df["Työaika"] = pd.to_numeric(df["Työaika"], errors="coerce").clip(0, 1)
|
||||
|
||||
df["Etä"] = df["Etä"].map(ETATYO_MAP).astype("category")
|
||||
df["Kilpailukykyinen"].replace({"Kyllä": True, "Ei": False}, inplace=True)
|
||||
|
||||
# Try to clean up numbers with spaces, etc. to real numbers
|
||||
df["Kuukausipalkka"] = df["Kuukausipalkka"].apply(map_numberlike)
|
||||
df["Vuositulot"] = df["Vuositulot"].apply(map_numberlike)
|
||||
|
||||
# Remove Oy, Oyj, etc. from work places
|
||||
df["Työpaikka"] = df["Työpaikka"].replace(re.compile(r"\s+oy|oyj$", flags=re.I), "")
|
||||
|
||||
# Fill in Vuositulot as 12.5 * Kk-tulot if empty
|
||||
df["Vuositulot"] = df.apply(map_vuositulot, axis=1)
|
||||
|
||||
# Synthesize kk-tulot from Vuositulot
|
||||
df["Kk-tulot"] = pd.to_numeric(df["Vuositulot"], errors="coerce") / 12
|
||||
return df
|
||||
|
||||
|
||||
def force_tulot_numeric(df):
|
||||
df["Kuukausipalkka"] = pd.to_numeric(df["Kuukausipalkka"], errors="coerce")
|
||||
df["Vuositulot"] = pd.to_numeric(df["Vuositulot"], errors="coerce")
|
||||
return df
|
||||
|
||||
|
||||
def force_age_numeric(df):
|
||||
age_map = {}
|
||||
for cat in df["Ikä"].cat.categories:
|
||||
m = re.match("^(\d+)-(\d+) v", cat)
|
||||
if m:
|
||||
age_map[cat] = int(round(float(m.group(1)) + float(m.group(2))) / 2)
|
||||
df["Ikä"] = df["Ikä"].apply(lambda r: age_map.get(r, r))
|
||||
return df
|
||||
|
||||
|
||||
def main():
|
||||
pd.set_option("display.max_column", None)
|
||||
pd.set_option("display.max_rows", None)
|
||||
pd.set_option("display.max_seq_items", None)
|
||||
pd.set_option("display.max_colwidth", 500)
|
||||
pd.set_option("expand_frame_repr", True)
|
||||
df = read_data()
|
||||
print(df.head())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -1,41 +0,0 @@
|
||||
from typing import Optional
|
||||
|
||||
import pandas as pd
|
||||
|
||||
|
||||
def q25(x):
|
||||
return x.quantile(0.25)
|
||||
|
||||
|
||||
def q50(x):
|
||||
return x.quantile(0.5)
|
||||
|
||||
|
||||
def q75(x):
|
||||
return x.quantile(0.75)
|
||||
|
||||
|
||||
def q90(x):
|
||||
return x.quantile(0.9)
|
||||
|
||||
|
||||
def get_categorical_stats(
|
||||
df: pd.DataFrame,
|
||||
category_col: str,
|
||||
value_col: str,
|
||||
*,
|
||||
na_as_category: Optional[str] = None,
|
||||
) -> pd.DataFrame:
|
||||
# Drop records where value is not numeric before grouping...
|
||||
df = df.copy()
|
||||
df[value_col] = pd.to_numeric(df[value_col], errors="coerce")
|
||||
df = df[df[value_col].notna() & df[value_col] > 0]
|
||||
if na_as_category:
|
||||
df[category_col] = df[category_col].astype("string")
|
||||
df.loc[df[category_col].isna(), category_col] = na_as_category
|
||||
df[category_col] = df[category_col].astype("category")
|
||||
# ... then carry on.
|
||||
group = df[[category_col, value_col]].groupby(category_col)
|
||||
return group[value_col].agg(
|
||||
["mean", "min", "max", "median", "count", q25, q50, q75, q90]
|
||||
)
|
||||
@@ -1,64 +0,0 @@
|
||||
import bokeh.plotting as bp
|
||||
import bokeh.models as bm
|
||||
import bokeh.layouts as bl
|
||||
from pandas import DataFrame
|
||||
|
||||
from chart_utils import (
|
||||
gender_colormap,
|
||||
get_df_hover_tool,
|
||||
set_yaxis_cash,
|
||||
get_categorical_stats_plot,
|
||||
)
|
||||
from data_ingest import read_data
|
||||
|
||||
plot_funcs = set()
|
||||
|
||||
|
||||
def plot_this(fn):
|
||||
"""
|
||||
Decorator for marking a function as a plot generator.
|
||||
"""
|
||||
plot_funcs.add(fn)
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_kokemus_tulot(df: DataFrame):
|
||||
source = bm.ColumnDataSource(df)
|
||||
plot = bp.figure(title="Kokemus/Vuositulot")
|
||||
plot.add_tools(get_df_hover_tool(df))
|
||||
plot.xaxis.axis_label = "Työkokemus (v)"
|
||||
set_yaxis_cash(plot)
|
||||
plot.circle(
|
||||
x="Työkokemus", y="Vuositulot", source=source, color=gender_colormap, size=10
|
||||
)
|
||||
return plot
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_ika_vuositulot(df: DataFrame):
|
||||
return get_categorical_stats_plot(df, category="Ikä", value="Vuositulot")
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_sukupuoli_vuositulot(df: DataFrame):
|
||||
return get_categorical_stats_plot(
|
||||
df, category="Sukupuoli", value="Vuositulot", na_as_category="EOS"
|
||||
)
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_kaupunki_vuositulot(df: DataFrame):
|
||||
plot = get_categorical_stats_plot(df, category="Kaupunki", value="Vuositulot", line=False)
|
||||
plot.xaxis.major_label_orientation = "vertical"
|
||||
return plot
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
plots = [func(df) for func in sorted(plot_funcs, key=lambda f: f.__name__)]
|
||||
bp.output_file("out/charts.html", title="Koodiklinikan Palkkakysely")
|
||||
bp.save(bl.grid(plots, ncols=2, sizing_mode="stretch_both"))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -1,14 +0,0 @@
|
||||
from data_ingest import read_data, force_tulot_numeric, force_age_numeric
|
||||
from pandas_profiling import ProfileReport
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
df = force_tulot_numeric(df)
|
||||
df = force_age_numeric(df)
|
||||
profile = ProfileReport(df)
|
||||
profile.to_file("out/profiling_report.html")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -1,33 +0,0 @@
|
||||
import datetime
|
||||
import glob
|
||||
import os
|
||||
|
||||
import jinja2
|
||||
import numpy
|
||||
import pandas
|
||||
|
||||
from data_ingest import read_data
|
||||
|
||||
|
||||
def main():
|
||||
env = jinja2.Environment(
|
||||
autoescape=True,
|
||||
)
|
||||
data = {
|
||||
"date": datetime.datetime.utcnow(),
|
||||
"pd": pandas,
|
||||
"np": numpy,
|
||||
"df": read_data(),
|
||||
}
|
||||
for filename in glob.glob("template/*"):
|
||||
out_filename = os.path.join("out", os.path.relpath(filename, "template"))
|
||||
with open(filename, "r") as inf:
|
||||
tpl: jinja2.Template = env.from_string(inf.read())
|
||||
content = tpl.render(data)
|
||||
with open(out_filename, "w") as outf:
|
||||
outf.write(content)
|
||||
print(filename, "=>", out_filename)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
51
out/index.html
Normal file
51
out/index.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Koodiklinikan palkkakysely</title>
|
||||
<style>
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
.years {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
}
|
||||
.years li a {
|
||||
display: block;
|
||||
padding: 24px 48px;
|
||||
border-radius: 8px;
|
||||
color: #222;
|
||||
text-decoration: none;
|
||||
font-size: 2.2em;
|
||||
font-weight: 600;
|
||||
}
|
||||
.years li a:hover {
|
||||
filter: brightness(1.1);
|
||||
}
|
||||
.y2025 a { background: #4ade80; }
|
||||
.y2024 a { background: #60a5fa; }
|
||||
.y2023 a { background: #a78bfa; }
|
||||
.y2022 a { background: #fb923c; }
|
||||
.y2021 a { background: #2dd4bf; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Koodiklinikan palkkakysely</h1>
|
||||
<ul class="years">
|
||||
<li class="y2025"><a href="2025/">2025</a></li>
|
||||
<li class="y2024"><a href="2024/">2024</a></li>
|
||||
<li class="y2023"><a href="2023/">2023</a></li>
|
||||
<li class="y2022"><a href="2022/">2022</a></li>
|
||||
<li class="y2021"><a href="2021/">2021</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
34
out/style.css
Normal file
34
out/style.css
Normal file
@@ -0,0 +1,34 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
|
||||
|
||||
:root {
|
||||
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 650px;
|
||||
margin: 40px auto;
|
||||
padding: 0 10px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
font-family: var(--fontstack);
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
line-height: 1.2;
|
||||
font-family: Fustat, var(--fontstack);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color: white;
|
||||
background: #444
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #5bf
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ccf
|
||||
}
|
||||
}
|
||||
0
pulkka/__init__.py
Normal file
0
pulkka/__init__.py
Normal file
@@ -1,8 +1,9 @@
|
||||
from bokeh import models as bm, plotting as bp
|
||||
from bokeh import models as bm
|
||||
from bokeh import plotting as bp
|
||||
from bokeh.transform import factor_cmap
|
||||
from pandas import DataFrame
|
||||
from pandas import DataFrame, Series
|
||||
|
||||
from data_utils import get_categorical_stats
|
||||
from pulkka.data_utils import explode_multiselect, get_categorical_stats
|
||||
|
||||
CAT_Q_RADIUS = 0.1
|
||||
|
||||
@@ -20,10 +21,11 @@ def set_yaxis_cash(plot):
|
||||
|
||||
def get_categorical_stats_plot(df, *, category, value, na_as_category=None, line=True):
|
||||
df = get_categorical_stats(df, category, value, na_as_category=na_as_category)
|
||||
df.reset_index(inplace=True)
|
||||
df = df.reset_index()
|
||||
df[category] = df[category].astype("category")
|
||||
plot = bp.figure(
|
||||
title=f"{category}/{value}", x_range=list(df[category].cat.categories)
|
||||
title=f"{category}/{value}",
|
||||
x_range=list(df[category].cat.categories),
|
||||
)
|
||||
set_yaxis_cash(plot)
|
||||
plot.vbar(
|
||||
@@ -64,7 +66,11 @@ def get_categorical_stats_plot(df, *, category, value, na_as_category=None, line
|
||||
line_width=4,
|
||||
)
|
||||
plot.line(
|
||||
df[category], df["mean"], legend_label="mean", color="#B53471", line_width=4
|
||||
df[category],
|
||||
df["mean"],
|
||||
legend_label="mean",
|
||||
color="#B53471",
|
||||
line_width=4,
|
||||
)
|
||||
else:
|
||||
plot.circle(
|
||||
@@ -82,3 +88,27 @@ def get_categorical_stats_plot(df, *, category, value, na_as_category=None, line
|
||||
color="#B53471",
|
||||
)
|
||||
return plot
|
||||
|
||||
|
||||
def get_multiselect_frequency_plot(
|
||||
series: Series,
|
||||
*,
|
||||
title: str,
|
||||
top_n: int = 20,
|
||||
) -> bp.figure:
|
||||
"""Horizontal bar chart of the top N values from a comma-separated multiselect column."""
|
||||
counts = explode_multiselect(series, top_n=top_n)
|
||||
# Reverse so highest count is at the top
|
||||
labels = list(counts.index[::-1])
|
||||
values = list(counts.values[::-1]) # noqa: PD011
|
||||
|
||||
plot = bp.figure(
|
||||
title=title,
|
||||
y_range=labels,
|
||||
height=max(300, 22 * len(labels)),
|
||||
width=700,
|
||||
)
|
||||
plot.hbar(y=labels, right=values, height=0.7, color="#2a6180")
|
||||
plot.xaxis.axis_label = "Vastauksia"
|
||||
plot.x_range.start = 0
|
||||
return plot
|
||||
238
pulkka/column_maps.py
Normal file
238
pulkka/column_maps.py
Normal file
@@ -0,0 +1,238 @@
|
||||
from __future__ import annotations
|
||||
|
||||
IKA_COL = "Ikä"
|
||||
KAUPUNKI_COL = "Kaupunki"
|
||||
KIKY_COL = "Onko palkkasi nykyroolissasi mielestäsi kilpailukykyinen?"
|
||||
KKPALKKA_COL = "Kuukausipalkka"
|
||||
KK_TULOT_COL = "Kk-tulot (laskennallinen)"
|
||||
KK_TULOT_NORM_COL = "Kk-tulot (laskennallinen, normalisoitu)"
|
||||
LAHITYO_COL = "Kuinka suuren osan ajasta teet lähityönä toimistolla?"
|
||||
LANG_COL = "Vastauskieli"
|
||||
MILLAISESSA_COL = "Millaisessa yrityksessä työskentelet?"
|
||||
MISTA_ASIAKKAAT_COL = "Mistä asiakkaat ovat?"
|
||||
PALAUTE_COL = "Palaute"
|
||||
PALKANSAAJA_VAI_LASKUTTAJA_COL = "Palkansaaja vai laskuttaja"
|
||||
PALVELUT_COL = "Palvelut"
|
||||
ROOLI_COL = "Rooli"
|
||||
ROOLI_NORM_COL = "Rooli (normalisoitu)"
|
||||
SIIRTYNYT_COL = "Siirtynyt palkansaaja/laskuttaja"
|
||||
SUKUPUOLI_COL = "Sukupuoli"
|
||||
TUNTILASKUTUS_ALV0_COL = "Tuntilaskutus (ALV 0%, euroina)"
|
||||
TYOAIKA_COL = "Työaika"
|
||||
TYOKOKEMUS_COL = "Työkokemus alalta (vuosina)"
|
||||
TYOPAIKKA_COL = "Työpaikka"
|
||||
VUOSILASKUTUS_ALV0_COL = "Vuosilaskutus (ALV 0%, euroina)"
|
||||
VUOSITULOT_COL = "Vuositulot"
|
||||
ID_COL = "Vastaustunniste"
|
||||
|
||||
COMMISSION_COL = "Provisio (kk, brutto)"
|
||||
LOMARAHA_COL = "Lomaraha (EUR)"
|
||||
BONUS_COL = "Bonus (EUR)"
|
||||
EQUITY_COL = "Osakkeet/optiot (EUR)"
|
||||
SENIORITY_COL = "Seniority"
|
||||
|
||||
COLUMN_MAP_2025 = {
|
||||
"Timestamp": "Timestamp",
|
||||
"Employee or entrepreneur": PALKANSAAJA_VAI_LASKUTTAJA_COL,
|
||||
"Switched from employment to entrepreneurship, or vice versa, in 2025?": SIIRTYNYT_COL,
|
||||
"Age": IKA_COL,
|
||||
"Gender": SUKUPUOLI_COL,
|
||||
"Finnish fluency": "Suomen kielen taito",
|
||||
"Work language": "Työkieli",
|
||||
"Relevant work experience from the industry (in years)": TYOKOKEMUS_COL,
|
||||
"Years at current employer": "Vuosia nykyisellä työnantajalla",
|
||||
"Companies worked for": "Työpaikkojen lukumäärä",
|
||||
"Company size": "Yrityksen koko",
|
||||
"Education": "Koulutustaustasi",
|
||||
"Field of Study": "Opintoala",
|
||||
"Change in pay rate from last year (%)": "Tulojen muutos viime vuodesta (%)",
|
||||
"Years as entrepreneur": "Montako vuotta olet tehnyt laskuttavaa työtä alalla?",
|
||||
"What services do you offer?": PALVELUT_COL,
|
||||
"Hourly rate (VAT 0%, in euros)": TUNTILASKUTUS_ALV0_COL,
|
||||
"Yearly billing (VAT 0%, in euros)": VUOSILASKUTUS_ALV0_COL,
|
||||
"Billable hours per week": "Laskutettavat tunnit viikossa",
|
||||
"Weeks not billing": "Viikot ilman laskutusta",
|
||||
"Billing methods": "Laskutustavat",
|
||||
"Contract length": "Sopimuksen pituus",
|
||||
"Do you use agencies or find your clients yourself?": "Hankitko asiakkaasi itse suoraan vai käytätkö välitysfirmojen palveluita?",
|
||||
"Where are your clients from?": MISTA_ASIAKKAAT_COL,
|
||||
"Company": TYOPAIKKA_COL,
|
||||
"City": KAUPUNKI_COL,
|
||||
"What kind of a company you work in?": MILLAISESSA_COL,
|
||||
"Working time (h/week)": TYOAIKA_COL,
|
||||
"Time in office (%)": LAHITYO_COL,
|
||||
"Role / title": ROOLI_COL,
|
||||
"Seniority level": SENIORITY_COL,
|
||||
"Formal Seniority": "Virallinen senioriteetti",
|
||||
"Base salary (gross, monthly EUR)": KKPALKKA_COL,
|
||||
"Commission (gross, monthly EUR)": COMMISSION_COL,
|
||||
"Lomaraha (Holiday bonus, in EUR)": LOMARAHA_COL,
|
||||
"Bonus (EUR)": BONUS_COL,
|
||||
"Equity (EUR)": EQUITY_COL,
|
||||
"Free description of your compensation model": "Vapaa kuvaus kokonaiskompensaatiomallista",
|
||||
"Competitive salary": KIKY_COL,
|
||||
"Bonus": "Bonukset (kuvaus)",
|
||||
"Non-fringe benefits": "Edut (ei luontoisedut)",
|
||||
"Yearly Tax-Free Benefits (EUR)": "Vuosittaiset verovapaat edut (EUR)",
|
||||
"Fringe benefits (luontoisedut)": "Luontoisedut",
|
||||
"Operating system": "Käyttöjärjestelmä",
|
||||
"Language": "Ohjelmointikieli",
|
||||
"Web Frameworks": "Web-kehykset",
|
||||
"Data Engineering & Machine Learning": "Data & ML",
|
||||
"DevOps & Cloud Platforms": "DevOps & pilvi",
|
||||
"Databases": "Tietokannat",
|
||||
"What was left unasked that you want to answer to?": "Vapaa sana",
|
||||
"Feedback of the survey": PALAUTE_COL,
|
||||
}
|
||||
|
||||
VALUE_MAP_2025 = {
|
||||
PALKANSAAJA_VAI_LASKUTTAJA_COL: {
|
||||
"Employee": "Palkansaaja",
|
||||
"Entrepreneur": "Laskuttaja",
|
||||
},
|
||||
SIIRTYNYT_COL: {
|
||||
"No": "Ei",
|
||||
"En": "Ei",
|
||||
"Kyllä, palkansaajasta laskuttajaksi": "palkansaaja → laskuttaja",
|
||||
"Kyllä, laskuttajasta palkansaajaksi": "laskuttaja → palkansaaja",
|
||||
"Yes, from employee to entrepreneur": "palkansaaja → laskuttaja",
|
||||
"Yes, from entrepreneur to employee": "laskuttaja → palkansaaja",
|
||||
},
|
||||
IKA_COL: {
|
||||
"< 15 yrs": "< 15v",
|
||||
"> 55 yrs": "> 55v",
|
||||
},
|
||||
MISTA_ASIAKKAAT_COL: {
|
||||
"Finland": "Suomesta",
|
||||
},
|
||||
KAUPUNKI_COL: {
|
||||
"Asun Porissa, toimisto Helsingissä, sijainnilla ei vaikutusta palkkaan": "Pori",
|
||||
"Capital region (Helsinki, Espoo, Vantaa)": "PK-seutu",
|
||||
"Firmalla ei ole toimistoa": "Etätyöfirma",
|
||||
"Hajautettu": "Etätyöfirma",
|
||||
"New York City": "New York",
|
||||
"New York, NY, USA": "New York",
|
||||
"PK-Seutu (Helsinki, Espoo, Vantaa)": "PK-seutu",
|
||||
"Tampere (etänä Berliiniin)": "Tampere",
|
||||
"Turku/remote (HQ Austin, TX)": "Turku",
|
||||
"Ulkomailla": "Ulkomaat",
|
||||
"Remote": "Etätyö",
|
||||
"remote": "Etätyö",
|
||||
"Fully remote": "Etätyö",
|
||||
"Fully remote work": "Etätyö",
|
||||
"100% remote, no main office": "Etätyö",
|
||||
"Completely distributed and remote": "Etätyö",
|
||||
"Remote without HQ": "Etätyö",
|
||||
"Remote (US)": "Ulkomaat",
|
||||
"Outside Finland": "Ulkomaat",
|
||||
"Abroad": "Ulkomaat",
|
||||
"No centrla office, multiple locations with employees": "Etätyö",
|
||||
},
|
||||
MILLAISESSA_COL: {
|
||||
"Product company with softaware as their core business": "Tuotetalossa, jonka core-bisnes on softa",
|
||||
"Product company with software as their core business": "Tuotetalossa, jonka core-bisnes on softa",
|
||||
"A company where software is a support role (for example banks or healthcare)": "Yritys, jossa softa tukirooli",
|
||||
"Consulting": "Konsultointi",
|
||||
"Public or third sector": "Julkinen/kolmas sektori",
|
||||
},
|
||||
SUKUPUOLI_COL: {
|
||||
"Male": "mies",
|
||||
"Female": "nainen",
|
||||
"Non-binary": "muu",
|
||||
"Prefer not to say": None,
|
||||
},
|
||||
KIKY_COL: {
|
||||
"Above market": "Yli markkinatason",
|
||||
"Average market": "Markkinataso",
|
||||
"Below market": "Alle markkinatason",
|
||||
"Not sure": "En osaa sanoa",
|
||||
},
|
||||
}
|
||||
|
||||
BOOLEAN_TEXT_TO_BOOLEAN_MAP = {
|
||||
"Kyllä": True,
|
||||
"Ei": False,
|
||||
"Yes": True,
|
||||
"No": False,
|
||||
}
|
||||
|
||||
COMPANY_MAP = {
|
||||
"Mavericks Software": "Mavericks",
|
||||
"Mavericks: a Witted company": "Mavericks",
|
||||
"Netum Groupj": "Netum",
|
||||
"Siili Solutions": "Siili",
|
||||
"Vincitj": "Vincit",
|
||||
}
|
||||
|
||||
FULL_STACK_ROLE = "*Full-stack Developer"
|
||||
SENIOR_DEVELOPER_ROLE = "*Senior Developer"
|
||||
DEVOPS_CONSULTANT_ROLE = "*Devops Consultant"
|
||||
|
||||
ROLE_MAP = {
|
||||
"DevOps Consult": DEVOPS_CONSULTANT_ROLE,
|
||||
"DevOps Consultant": DEVOPS_CONSULTANT_ROLE,
|
||||
"Devops consultant": DEVOPS_CONSULTANT_ROLE,
|
||||
"Devops konsultti": DEVOPS_CONSULTANT_ROLE,
|
||||
"Full Stack": FULL_STACK_ROLE,
|
||||
"Full stack developer": FULL_STACK_ROLE,
|
||||
"Full stack engineer": FULL_STACK_ROLE,
|
||||
"Full stack web developer": FULL_STACK_ROLE,
|
||||
"Full-stack Developer": FULL_STACK_ROLE,
|
||||
"Full-stack developer": FULL_STACK_ROLE,
|
||||
"Full-stack kehittäjä": FULL_STACK_ROLE,
|
||||
"Full-stack ohjelmistokehittäjä": FULL_STACK_ROLE,
|
||||
"Full-stack software developer": FULL_STACK_ROLE,
|
||||
"Full-stack web developer": FULL_STACK_ROLE,
|
||||
"Full-stack-kehittäjä": FULL_STACK_ROLE,
|
||||
"Fullstack developer": FULL_STACK_ROLE,
|
||||
"Fullstack web developer": FULL_STACK_ROLE,
|
||||
"Fullstack": FULL_STACK_ROLE,
|
||||
"Ohjelmistokehittäjä (full-stack)": FULL_STACK_ROLE,
|
||||
"Ohjelmistokehittäjä, full-stack": FULL_STACK_ROLE,
|
||||
"Senior developer": SENIOR_DEVELOPER_ROLE,
|
||||
"Senior software developer": SENIOR_DEVELOPER_ROLE,
|
||||
"Software engineer, fullstack": FULL_STACK_ROLE,
|
||||
"Full-stack cloud developer": FULL_STACK_ROLE,
|
||||
"Fullstack developer, web apps": FULL_STACK_ROLE,
|
||||
}
|
||||
|
||||
NO_GENDER_VALUES = {
|
||||
"-",
|
||||
"on",
|
||||
"yes",
|
||||
}
|
||||
|
||||
OTHER_GENDER_VALUES = {
|
||||
"muu",
|
||||
"muunsukupuolinen",
|
||||
}
|
||||
|
||||
FEMALE_GENDER_VALUES = (
|
||||
"f",
|
||||
"n",
|
||||
"women",
|
||||
)
|
||||
|
||||
MALE_GENDER_VALUES = (
|
||||
"he / him / male",
|
||||
"ihminen. kikkelillä.",
|
||||
"m i ä s",
|
||||
"m",
|
||||
"mail", # probably a typo
|
||||
"male presenting",
|
||||
"male",
|
||||
"man",
|
||||
"meis",
|
||||
"mie", # probably mies?
|
||||
"miekkonen",
|
||||
"mies",
|
||||
"miesoletettu",
|
||||
"miäs",
|
||||
"ukko",
|
||||
"äiä",
|
||||
)
|
||||
|
||||
IDS_TO_DROP_2025 = {
|
||||
"18121abbdb13303c", # duplicate of d5ac88f64a922e6c (submitted 3 min later)
|
||||
}
|
||||
EXPECTED_ROW_COUNT_2025 = 683
|
||||
6
pulkka/config.py
Normal file
6
pulkka/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
DATA_DIR = Path(os.environ.get("DATA_DIR", "data"))
|
||||
OUT_DIR = Path(os.environ.get("OUT_DIR", "out"))
|
||||
YEAR = str(os.environ["YEAR"])
|
||||
286
pulkka/data_ingest.py
Normal file
286
pulkka/data_ingest.py
Normal file
@@ -0,0 +1,286 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import hashlib
|
||||
import re
|
||||
import warnings
|
||||
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
from pulkka.column_maps import (
|
||||
BONUS_COL,
|
||||
COLUMN_MAP_2025,
|
||||
COMMISSION_COL,
|
||||
COMPANY_MAP,
|
||||
EQUITY_COL,
|
||||
EXPECTED_ROW_COUNT_2025,
|
||||
FEMALE_GENDER_VALUES,
|
||||
ID_COL,
|
||||
IDS_TO_DROP_2025,
|
||||
IKA_COL,
|
||||
KIKY_COL,
|
||||
KK_TULOT_COL,
|
||||
KK_TULOT_NORM_COL,
|
||||
KKPALKKA_COL,
|
||||
LAHITYO_COL,
|
||||
LOMARAHA_COL,
|
||||
MALE_GENDER_VALUES,
|
||||
NO_GENDER_VALUES,
|
||||
OTHER_GENDER_VALUES,
|
||||
PALVELUT_COL,
|
||||
ROLE_MAP,
|
||||
ROOLI_COL,
|
||||
ROOLI_NORM_COL,
|
||||
SUKUPUOLI_COL,
|
||||
TUNTILASKUTUS_ALV0_COL,
|
||||
TYOAIKA_COL,
|
||||
TYOKOKEMUS_COL,
|
||||
TYOPAIKKA_COL,
|
||||
VALUE_MAP_2025,
|
||||
VUOSILASKUTUS_ALV0_COL,
|
||||
VUOSITULOT_COL,
|
||||
)
|
||||
from pulkka.config import DATA_DIR, YEAR
|
||||
|
||||
|
||||
def map_sukupuoli(r: pd.Series) -> str | None: # Unused in 2025
|
||||
value = r[SUKUPUOLI_COL]
|
||||
if not isinstance(value, str):
|
||||
return value
|
||||
|
||||
value = value.lower()
|
||||
if (
|
||||
"nainen" in value
|
||||
or "female" in value
|
||||
or "woman" in value
|
||||
or value in FEMALE_GENDER_VALUES
|
||||
):
|
||||
return "nainen"
|
||||
|
||||
if value.strip() in MALE_GENDER_VALUES:
|
||||
return "mies"
|
||||
|
||||
if value in NO_GENDER_VALUES:
|
||||
return None
|
||||
|
||||
if value in OTHER_GENDER_VALUES:
|
||||
return "muu"
|
||||
|
||||
raise NotImplementedError(f"Unknown sukupuoli: {value!r} (row ID {r[ID_COL]})")
|
||||
|
||||
|
||||
def map_vuositulot(r):
|
||||
if r[VUOSITULOT_COL] is np.nan:
|
||||
return r[KKPALKKA_COL] * 12.5
|
||||
return r[VUOSITULOT_COL]
|
||||
|
||||
|
||||
def map_numberlike(d):
|
||||
if isinstance(d, str):
|
||||
try:
|
||||
return float(re.sub(r"\s+", "", d))
|
||||
except ValueError:
|
||||
pass
|
||||
return d
|
||||
|
||||
|
||||
def ucfirst(val) -> str:
|
||||
if isinstance(val, str):
|
||||
return val[0].upper() + val[1:]
|
||||
return val
|
||||
|
||||
|
||||
def hash_row(r: pd.Series) -> str:
|
||||
source_data = (
|
||||
f"en.{int(r.Timestamp.timestamp() * 1000)}" # NB (2025): hard-codes `en`!
|
||||
)
|
||||
return hashlib.sha256(source_data.encode()).hexdigest()[:16]
|
||||
|
||||
|
||||
def read_initial_dfs() -> pd.DataFrame:
|
||||
df: pd.DataFrame = pd.read_excel(DATA_DIR / "data.xlsx")
|
||||
df.columns = df.columns.str.strip()
|
||||
|
||||
if len(df) < EXPECTED_ROW_COUNT_2025:
|
||||
raise ValueError(
|
||||
f"Expected at least {EXPECTED_ROW_COUNT_2025} rows, got {len(df)}",
|
||||
)
|
||||
|
||||
df = df[df["Timestamp"].notna()] # Remove rows with no timestamp
|
||||
# Give each row a unique hash ID
|
||||
df[ID_COL] = df.apply(hash_row, axis=1)
|
||||
# Ensure truncated sha is unique
|
||||
assert len(df[ID_COL].unique()) == len(df)
|
||||
return df
|
||||
|
||||
|
||||
def map_case_insensitive(series: pd.Series, mapping: dict[str, str]) -> pd.Series:
|
||||
"""
|
||||
Map a series of strings to another series of strings, case-insensitively.
|
||||
"""
|
||||
lower_mapping = {k.lower(): v for k, v in mapping.items()}
|
||||
|
||||
def map_value(v):
|
||||
if v is np.nan:
|
||||
return ""
|
||||
if not isinstance(v, str):
|
||||
raise TypeError(f"Unexpected value {v!r} of type {type(v)}")
|
||||
return lower_mapping.get(v.lower().strip(), v)
|
||||
|
||||
return series.apply(map_value).fillna(series)
|
||||
|
||||
|
||||
def read_data() -> pd.DataFrame:
|
||||
if YEAR != "2025":
|
||||
raise ValueError(
|
||||
"This code only works for 2025. "
|
||||
"Please use an older revision for older data.",
|
||||
)
|
||||
df = read_initial_dfs()
|
||||
|
||||
df = df.rename(columns=COLUMN_MAP_2025)
|
||||
|
||||
for col, val_map in VALUE_MAP_2025.items():
|
||||
df[col] = df[col].map(val_map).fillna(df[col]).astype("category")
|
||||
|
||||
# Drop known bogus data
|
||||
df = df.drop(df[df[ID_COL].isin(IDS_TO_DROP_2025)].index)
|
||||
|
||||
# Drop duplicate submissions: rows identical on all columns except
|
||||
# Timestamp and ID (keep the earliest submission)
|
||||
content_cols = [c for c in df.columns if c not in ("Timestamp", ID_COL)]
|
||||
before = len(df)
|
||||
df = df.sort_values("Timestamp").drop_duplicates(subset=content_cols, keep="first")
|
||||
n_dupes = before - len(df)
|
||||
if n_dupes:
|
||||
warnings.warn(f"Dropped {n_dupes} duplicate submission(s)")
|
||||
|
||||
# Gender is already mapped via VALUE_MAP_2025
|
||||
df[SUKUPUOLI_COL] = df[SUKUPUOLI_COL].astype("category")
|
||||
df[IKA_COL] = df[IKA_COL].astype("category")
|
||||
df[KIKY_COL] = df[KIKY_COL].astype("category")
|
||||
|
||||
# Working time is in h/week — normalize to fraction of 37.5h
|
||||
df[TYOAIKA_COL] = to_percentage(df[TYOAIKA_COL], 37.5)
|
||||
# Time in office is already a percentage
|
||||
df[LAHITYO_COL] = to_percentage(df[LAHITYO_COL], 100)
|
||||
|
||||
# Try to clean up numbers with spaces, etc. to real numbers
|
||||
df[KKPALKKA_COL] = df[KKPALKKA_COL].apply(map_numberlike)
|
||||
df[TUNTILASKUTUS_ALV0_COL] = pd.to_numeric(
|
||||
df[TUNTILASKUTUS_ALV0_COL].apply(map_numberlike),
|
||||
errors="coerce",
|
||||
)
|
||||
df[VUOSILASKUTUS_ALV0_COL] = pd.to_numeric(
|
||||
df[VUOSILASKUTUS_ALV0_COL].apply(map_numberlike),
|
||||
errors="coerce",
|
||||
)
|
||||
|
||||
# Synthesize Vuositulot from components:
|
||||
# (base_salary + commission) * 12 + lomaraha + bonus + equity
|
||||
for comp_col in [COMMISSION_COL, LOMARAHA_COL, BONUS_COL, EQUITY_COL]:
|
||||
df[comp_col] = pd.to_numeric(
|
||||
df[comp_col].apply(map_numberlike),
|
||||
errors="coerce",
|
||||
).fillna(0)
|
||||
|
||||
# Fold commission into monthly salary so KKPALKKA = base + commission
|
||||
df[KKPALKKA_COL] = (
|
||||
pd.to_numeric(df[KKPALKKA_COL], errors="coerce").fillna(0) + df[COMMISSION_COL]
|
||||
)
|
||||
|
||||
base_yearly = df[KKPALKKA_COL] * 12
|
||||
lomaraha = df.get(LOMARAHA_COL, 0)
|
||||
bonus = df.get(BONUS_COL, 0)
|
||||
equity = df.get(EQUITY_COL, 0)
|
||||
|
||||
df[VUOSITULOT_COL] = base_yearly + lomaraha + bonus + equity
|
||||
# If base salary is missing/zero, vuositulot should be NaN
|
||||
df.loc[
|
||||
pd.to_numeric(df[KKPALKKA_COL], errors="coerce").fillna(0) == 0,
|
||||
VUOSITULOT_COL,
|
||||
] = np.nan
|
||||
|
||||
# Fix up Työpaikka
|
||||
df[TYOPAIKKA_COL] = df[TYOPAIKKA_COL].replace("-", np.nan)
|
||||
df[TYOPAIKKA_COL] = df[TYOPAIKKA_COL].replace(
|
||||
re.compile(r"\s+oy|oyj$", flags=re.I),
|
||||
"",
|
||||
)
|
||||
df[TYOPAIKKA_COL] = df[TYOPAIKKA_COL].map(COMPANY_MAP).fillna(df[TYOPAIKKA_COL])
|
||||
|
||||
# Normalize initial capitalization in Rooli and Palvelut
|
||||
df[ROOLI_COL] = df[ROOLI_COL].apply(ucfirst)
|
||||
df[PALVELUT_COL] = df[PALVELUT_COL].apply(ucfirst)
|
||||
|
||||
# Map Rooli via known roles
|
||||
df[ROOLI_NORM_COL] = map_case_insensitive(df[ROOLI_COL], ROLE_MAP)
|
||||
|
||||
# Round työvuodet
|
||||
df[TYOKOKEMUS_COL] = df[TYOKOKEMUS_COL].round()
|
||||
|
||||
# Fix known bogus data
|
||||
df = apply_fixups(
|
||||
df,
|
||||
[
|
||||
# ({ID_COL: "..."}, {VUOSITULOT_COL: 62000}),
|
||||
],
|
||||
)
|
||||
# Fill in Vuositulot as 12.5 * Kk-tulot if empty
|
||||
df[VUOSITULOT_COL] = df.apply(map_vuositulot, axis=1)
|
||||
|
||||
# Synthesize kk-tulot from Vuositulot
|
||||
df[KK_TULOT_COL] = pd.to_numeric(df[VUOSITULOT_COL], errors="coerce") / 12
|
||||
df[KK_TULOT_NORM_COL] = df[KK_TULOT_COL] / df[TYOAIKA_COL]
|
||||
|
||||
return df
|
||||
|
||||
|
||||
def to_percentage(ser: pd.Series, norm_max: float) -> pd.Series:
|
||||
"""
|
||||
Convert a series of numbers to a percentage
|
||||
"""
|
||||
ser = pd.to_numeric(ser, errors="coerce")
|
||||
if (
|
||||
norm_max * 0.7 > ser.max() > norm_max * 1.5
|
||||
): # check that we have a reasonable max value
|
||||
warnings.warn(f"Unexpected max value {ser.max()} in {ser.name}, {norm_max=}")
|
||||
ser = ser / norm_max
|
||||
return ser.clip(lower=0)
|
||||
|
||||
|
||||
def force_age_numeric(df: pd.DataFrame) -> pd.DataFrame:
|
||||
age_map = {}
|
||||
for cat in df[IKA_COL].cat.categories:
|
||||
m = re.match(r"^(\d+)-(\d+)( v)?", cat)
|
||||
if m:
|
||||
age_map[cat] = int(round(float(m.group(1)) + float(m.group(2))) / 2)
|
||||
df[IKA_COL] = df[IKA_COL].apply(lambda r: age_map.get(r, r))
|
||||
return df
|
||||
|
||||
|
||||
def apply_fixups(df: pd.DataFrame, fixups: list[tuple[dict, dict]]) -> pd.DataFrame:
|
||||
for match_cond, replace_cond in fixups:
|
||||
match_keys, match_values = zip(*match_cond.items())
|
||||
ix = df[list(match_keys)].eq(list(match_values)).all(axis=1)
|
||||
if not ix.any():
|
||||
raise ValueError(
|
||||
f"Fixup match condition {match_cond} did not match any rows",
|
||||
)
|
||||
replace_keys, replace_values = zip(*replace_cond.items())
|
||||
df.loc[ix, list(replace_keys)] = replace_values
|
||||
return df
|
||||
|
||||
|
||||
def main() -> None:
|
||||
pd.set_option("display.max_column", None)
|
||||
pd.set_option("display.max_rows", None)
|
||||
pd.set_option("display.max_seq_items", None)
|
||||
pd.set_option("display.max_colwidth", 500)
|
||||
pd.set_option("expand_frame_repr", True)
|
||||
df = read_data()
|
||||
print(df.head())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
102
pulkka/data_utils.py
Normal file
102
pulkka/data_utils.py
Normal file
@@ -0,0 +1,102 @@
|
||||
from typing import Optional
|
||||
|
||||
import pandas as pd
|
||||
|
||||
|
||||
def q25(x):
|
||||
return x.quantile(0.25)
|
||||
|
||||
|
||||
def q50(x):
|
||||
return x.quantile(0.5)
|
||||
|
||||
|
||||
def q75(x):
|
||||
return x.quantile(0.75)
|
||||
|
||||
|
||||
def q90(x):
|
||||
return x.quantile(0.9)
|
||||
|
||||
|
||||
def get_categorical_stats(
|
||||
df: pd.DataFrame,
|
||||
category_col: str,
|
||||
value_col: str,
|
||||
*,
|
||||
na_as_category: Optional[str] = None,
|
||||
) -> pd.DataFrame:
|
||||
# Drop records where value is not numeric before grouping...
|
||||
df = df.copy()
|
||||
df[value_col] = pd.to_numeric(df[value_col], errors="coerce")
|
||||
df = df[df[value_col].notna() & df[value_col] > 0]
|
||||
if na_as_category:
|
||||
rename_na(df, category_col, na_as_category)
|
||||
# ... then carry on.
|
||||
group = df[[category_col, value_col]].groupby(category_col, observed=False)
|
||||
return group[value_col].agg(
|
||||
["mean", "min", "max", "median", "count", q25, q50, q75, q90],
|
||||
)
|
||||
|
||||
|
||||
def rename_na(df: pd.DataFrame, col: str, na_name: str) -> None:
|
||||
df[col] = df[col].astype("string")
|
||||
df.loc[df[col].isna(), col] = na_name
|
||||
df[col] = df[col].astype("category")
|
||||
|
||||
|
||||
def _split_multiselect(value: str, sep: str = ", ") -> list[str]:
|
||||
"""
|
||||
Split a multiselect string by separator, but not inside parentheses.
|
||||
|
||||
E.g. "CI/CD (GitHub Actions, GitLab CI, Jenkins), AWS"
|
||||
-> ["CI/CD (GitHub Actions, GitLab CI, Jenkins)", "AWS"]
|
||||
"""
|
||||
parts = []
|
||||
depth = 0
|
||||
current = []
|
||||
i = 0
|
||||
while i < len(value):
|
||||
if value[i] == "(":
|
||||
depth += 1
|
||||
current.append(value[i])
|
||||
elif value[i] == ")":
|
||||
depth -= 1
|
||||
current.append(value[i])
|
||||
elif depth == 0 and value[i:].startswith(sep):
|
||||
parts.append("".join(current).strip())
|
||||
current = []
|
||||
i += len(sep)
|
||||
continue
|
||||
else:
|
||||
current.append(value[i])
|
||||
i += 1
|
||||
remaining = "".join(current).strip()
|
||||
if remaining:
|
||||
parts.append(remaining)
|
||||
return parts
|
||||
|
||||
|
||||
def explode_multiselect(
|
||||
series: pd.Series,
|
||||
*,
|
||||
sep: str = ", ",
|
||||
top_n: int | None = None,
|
||||
) -> pd.Series:
|
||||
"""
|
||||
Explode a comma-separated multiselect column into value counts.
|
||||
|
||||
Returns a Series of counts indexed by individual values,
|
||||
sorted descending. Optionally limited to top_n entries.
|
||||
"""
|
||||
counts = (
|
||||
series.dropna()
|
||||
.apply(lambda v: _split_multiselect(v, sep))
|
||||
.explode()
|
||||
.str.strip()
|
||||
.loc[lambda s: s != ""]
|
||||
.value_counts()
|
||||
)
|
||||
if top_n is not None:
|
||||
counts = counts.head(top_n)
|
||||
return counts
|
||||
111
pulkka/generate_charts.py
Normal file
111
pulkka/generate_charts.py
Normal file
@@ -0,0 +1,111 @@
|
||||
import bokeh.layouts as bl
|
||||
import bokeh.models as bm
|
||||
import bokeh.plotting as bp
|
||||
from pandas import DataFrame
|
||||
|
||||
from pulkka.chart_utils import (
|
||||
gender_colormap,
|
||||
get_categorical_stats_plot,
|
||||
get_df_hover_tool,
|
||||
get_multiselect_frequency_plot,
|
||||
set_yaxis_cash,
|
||||
)
|
||||
from pulkka.column_maps import (
|
||||
IKA_COL,
|
||||
KAUPUNKI_COL,
|
||||
SUKUPUOLI_COL,
|
||||
TYOKOKEMUS_COL,
|
||||
VUOSITULOT_COL,
|
||||
)
|
||||
from pulkka.config import OUT_DIR
|
||||
from pulkka.data_ingest import read_data
|
||||
|
||||
MULTISELECT_CHARTS = {
|
||||
"Data & ML": "Data & ML (top 15)",
|
||||
"DevOps & pilvi": "DevOps & pilvi (top 20)",
|
||||
"Edut (ei luontoisedut)": "Edut (top 15)",
|
||||
"Käyttöjärjestelmä": "Käyttöjärjestelmä",
|
||||
"Luontoisedut": "Luontoisedut (top 15)",
|
||||
"Ohjelmointikieli": "Ohjelmointikielet (top 20)",
|
||||
"Tietokannat": "Tietokannat (top 15)",
|
||||
"Web-kehykset": "Web-kehykset (top 20)",
|
||||
}
|
||||
|
||||
plot_funcs = set()
|
||||
|
||||
|
||||
def plot_this(fn):
|
||||
"""
|
||||
Decorator for marking a function as a plot generator.
|
||||
"""
|
||||
plot_funcs.add(fn)
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_kokemus_tulot(df: DataFrame):
|
||||
source = bm.ColumnDataSource(df)
|
||||
plot = bp.figure(title="Kokemus/Vuositulot")
|
||||
plot.add_tools(get_df_hover_tool(df))
|
||||
plot.xaxis.axis_label = "Työkokemus (v)"
|
||||
set_yaxis_cash(plot)
|
||||
plot.scatter(
|
||||
x=TYOKOKEMUS_COL,
|
||||
y=VUOSITULOT_COL,
|
||||
source=source,
|
||||
color=gender_colormap,
|
||||
size=10,
|
||||
)
|
||||
return plot
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_ika_vuositulot(df: DataFrame):
|
||||
return get_categorical_stats_plot(df, category=IKA_COL, value=VUOSITULOT_COL)
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_sukupuoli_vuositulot(df: DataFrame):
|
||||
return get_categorical_stats_plot(
|
||||
df,
|
||||
category=SUKUPUOLI_COL,
|
||||
value=VUOSITULOT_COL,
|
||||
na_as_category="EOS",
|
||||
)
|
||||
|
||||
|
||||
@plot_this
|
||||
def plot_kaupunki_vuositulot(df: DataFrame):
|
||||
plot = get_categorical_stats_plot(
|
||||
df,
|
||||
category=KAUPUNKI_COL,
|
||||
value=VUOSITULOT_COL,
|
||||
line=False,
|
||||
)
|
||||
plot.xaxis.major_label_orientation = "vertical"
|
||||
return plot
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
plots = [func(df) for func in sorted(plot_funcs, key=lambda f: f.__name__)]
|
||||
|
||||
bp.output_file(OUT_DIR / "charts.html", title="Koodiklinikan Palkkakysely")
|
||||
bp.save(bl.grid(plots, ncols=2, sizing_mode="stretch_both"))
|
||||
|
||||
multiselect_plots = []
|
||||
for col, title in MULTISELECT_CHARTS.items():
|
||||
if col in df.columns:
|
||||
top_n = 20 if "20" in title else 15
|
||||
multiselect_plots.append(
|
||||
get_multiselect_frequency_plot(df[col], title=title, top_n=top_n),
|
||||
)
|
||||
|
||||
bp.output_file(
|
||||
OUT_DIR / "charts2.html",
|
||||
title="Koodiklinikan Palkkakysely – Monivalinnat",
|
||||
)
|
||||
bp.save(bl.grid(multiselect_plots, ncols=2, sizing_mode="stretch_both"))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
20
pulkka/generate_profiling.py
Normal file
20
pulkka/generate_profiling.py
Normal file
@@ -0,0 +1,20 @@
|
||||
import pandas as pd
|
||||
from ydata_profiling import ProfileReport
|
||||
|
||||
from pulkka.column_maps import KKPALKKA_COL, VUOSITULOT_COL
|
||||
from pulkka.config import OUT_DIR
|
||||
from pulkka.data_ingest import force_age_numeric, read_data
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
df[KKPALKKA_COL] = pd.to_numeric(df[KKPALKKA_COL], errors="coerce")
|
||||
df[VUOSITULOT_COL] = pd.to_numeric(df[VUOSITULOT_COL], errors="coerce")
|
||||
df = force_age_numeric(df)
|
||||
profile = ProfileReport(df)
|
||||
profile.config.vars.cat.n_obs = 20
|
||||
profile.to_file(OUT_DIR / "profiling_report.html")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
100
pulkka/massage_outputs.py
Normal file
100
pulkka/massage_outputs.py
Normal file
@@ -0,0 +1,100 @@
|
||||
import base64
|
||||
import datetime
|
||||
import glob
|
||||
import io
|
||||
import os
|
||||
|
||||
import jinja2
|
||||
import numpy
|
||||
import pandas
|
||||
|
||||
from pulkka import column_maps
|
||||
from pulkka.config import OUT_DIR, YEAR
|
||||
from pulkka.data_ingest import read_data
|
||||
|
||||
TEMPLATE_DIR = os.path.realpath("./template")
|
||||
|
||||
|
||||
def write_massaged_files(env, df):
|
||||
with open(OUT_DIR / "data.html", "w") as f:
|
||||
with io.StringIO() as s:
|
||||
df.to_html(s, index=False, na_rep="", border=0)
|
||||
table_html = s.getvalue()
|
||||
f.write(
|
||||
env.get_template("_table.html").render(
|
||||
table_html=table_html,
|
||||
body_class="table-body",
|
||||
),
|
||||
)
|
||||
with open(OUT_DIR / "data-vertical.html", "w") as f:
|
||||
with io.StringIO() as s:
|
||||
for _, row in df.iterrows():
|
||||
row.dropna().to_frame().to_html(s, header=False, na_rep="", border=0)
|
||||
s.write("\n")
|
||||
table_html = s.getvalue()
|
||||
f.write(
|
||||
env.get_template("_table.html").render(
|
||||
table_html=table_html,
|
||||
body_class="table-body",
|
||||
),
|
||||
)
|
||||
df.to_csv(OUT_DIR / "data.csv", index=False)
|
||||
df.to_excel(OUT_DIR / "data.xlsx", index=False)
|
||||
df.to_json(
|
||||
OUT_DIR / "data.json",
|
||||
orient="records",
|
||||
date_format="iso",
|
||||
force_ascii=False,
|
||||
)
|
||||
print("Wrote data files")
|
||||
|
||||
|
||||
def render_statics(env):
|
||||
for filename in glob.glob(os.path.join(TEMPLATE_DIR, "*.html")):
|
||||
basename = os.path.relpath(filename, TEMPLATE_DIR)
|
||||
if basename.startswith("_"):
|
||||
continue
|
||||
out_filename = OUT_DIR / basename
|
||||
with open(filename, "r") as inf:
|
||||
tpl: jinja2.Template = env.from_string(inf.read())
|
||||
content = tpl.render(body_class="static-body")
|
||||
with open(out_filename, "w") as outf:
|
||||
outf.write(content)
|
||||
print(filename, "=>", out_filename)
|
||||
|
||||
|
||||
def read_asset_to_data_uri(filename, content_type):
|
||||
with open(filename, "rb") as f:
|
||||
return (
|
||||
f"data:{content_type};base64,{base64.b64encode(f.read()).decode('ascii')}"
|
||||
)
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
env = jinja2.Environment(
|
||||
autoescape=True,
|
||||
loader=jinja2.FileSystemLoader(TEMPLATE_DIR),
|
||||
undefined=jinja2.StrictUndefined,
|
||||
)
|
||||
env.globals.update(
|
||||
{
|
||||
"date": datetime.datetime.now(datetime.UTC),
|
||||
"cm": column_maps,
|
||||
"pd": pandas,
|
||||
"np": numpy,
|
||||
"df": df,
|
||||
"year": YEAR,
|
||||
"logo_svg": read_asset_to_data_uri(
|
||||
os.path.join(TEMPLATE_DIR, "logo.svg"),
|
||||
"image/svg+xml",
|
||||
),
|
||||
"site_url": f"https://koodiklinikka.github.io/palkkakysely/{YEAR}/",
|
||||
},
|
||||
)
|
||||
render_statics(env)
|
||||
write_massaged_files(env, df)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "koodiklinikka-palkkakysely"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.13,<3.14" # numba is a dep of ydata-profiling
|
||||
dependencies = [
|
||||
"bokeh~=3.9.0",
|
||||
"jinja2>=3.1.6",
|
||||
"matplotlib",
|
||||
"openpyxl>=3.1.5",
|
||||
"pandas>=2.3.3,<3",
|
||||
"setuptools<80", # we still need pkg_resources...
|
||||
"ydata-profiling>=4.18.1",
|
||||
]
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = [
|
||||
"E501",
|
||||
"PD901", # I know "df" isn't the best name
|
||||
]
|
||||
extend-select = [
|
||||
"COM",
|
||||
"I",
|
||||
"PD",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pandas-stubs<3",
|
||||
]
|
||||
@@ -1,5 +0,0 @@
|
||||
bokeh
|
||||
jinja2
|
||||
openpyxl
|
||||
pandas
|
||||
https://github.com/akx/pandas-profiling/archive/no-phik.zip#egg=pandas-profiling
|
||||
130
requirements.txt
130
requirements.txt
@@ -1,130 +0,0 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile requirements.in
|
||||
#
|
||||
attrs==20.3.0
|
||||
# via
|
||||
# pandas-profiling
|
||||
# visions
|
||||
bokeh==2.2.3
|
||||
# via -r requirements.in
|
||||
certifi==2020.12.5
|
||||
# via requests
|
||||
chardet==4.0.0
|
||||
# via requests
|
||||
confuse==1.4.0
|
||||
# via pandas-profiling
|
||||
cycler==0.10.0
|
||||
# via matplotlib
|
||||
decorator==4.4.2
|
||||
# via networkx
|
||||
et-xmlfile==1.0.1
|
||||
# via openpyxl
|
||||
htmlmin==0.1.12
|
||||
# via pandas-profiling
|
||||
idna==2.10
|
||||
# via requests
|
||||
imagehash==4.2.0
|
||||
# via visions
|
||||
jdcal==1.4.1
|
||||
# via openpyxl
|
||||
jinja2==2.11.3
|
||||
# via
|
||||
# -r requirements.in
|
||||
# bokeh
|
||||
# pandas-profiling
|
||||
joblib==1.0.1
|
||||
# via pandas-profiling
|
||||
kiwisolver==1.3.1
|
||||
# via matplotlib
|
||||
markupsafe==1.1.1
|
||||
# via jinja2
|
||||
matplotlib==3.3.4
|
||||
# via
|
||||
# missingno
|
||||
# pandas-profiling
|
||||
# seaborn
|
||||
missingno==0.4.2
|
||||
# via pandas-profiling
|
||||
networkx==2.5
|
||||
# via visions
|
||||
numpy==1.20.1
|
||||
# via
|
||||
# bokeh
|
||||
# imagehash
|
||||
# matplotlib
|
||||
# missingno
|
||||
# pandas
|
||||
# pandas-profiling
|
||||
# pywavelets
|
||||
# scipy
|
||||
# seaborn
|
||||
# visions
|
||||
openpyxl==3.0.6
|
||||
# via -r requirements.in
|
||||
packaging==20.9
|
||||
# via bokeh
|
||||
https://github.com/akx/pandas-profiling/archive/no-phik.zip#egg=pandas-profiling
|
||||
# via -r requirements.in
|
||||
pandas==1.2.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# pandas-profiling
|
||||
# seaborn
|
||||
# visions
|
||||
pillow==8.1.0
|
||||
# via
|
||||
# bokeh
|
||||
# imagehash
|
||||
# matplotlib
|
||||
# visions
|
||||
pyparsing==2.4.7
|
||||
# via
|
||||
# matplotlib
|
||||
# packaging
|
||||
python-dateutil==2.8.1
|
||||
# via
|
||||
# bokeh
|
||||
# matplotlib
|
||||
# pandas
|
||||
pytz==2021.1
|
||||
# via pandas
|
||||
pywavelets==1.1.1
|
||||
# via imagehash
|
||||
pyyaml==5.4.1
|
||||
# via
|
||||
# bokeh
|
||||
# confuse
|
||||
requests==2.25.1
|
||||
# via pandas-profiling
|
||||
scipy==1.6.1
|
||||
# via
|
||||
# imagehash
|
||||
# missingno
|
||||
# pandas-profiling
|
||||
# seaborn
|
||||
seaborn==0.11.1
|
||||
# via
|
||||
# missingno
|
||||
# pandas-profiling
|
||||
six==1.15.0
|
||||
# via
|
||||
# cycler
|
||||
# imagehash
|
||||
# python-dateutil
|
||||
tangled-up-in-unicode==0.0.6
|
||||
# via
|
||||
# pandas-profiling
|
||||
# visions
|
||||
tornado==6.1
|
||||
# via bokeh
|
||||
tqdm==4.57.0
|
||||
# via pandas-profiling
|
||||
typing-extensions==3.7.4.3
|
||||
# via bokeh
|
||||
urllib3==1.26.3
|
||||
# via requests
|
||||
visions[type_image_path]==0.6.0
|
||||
# via pandas-profiling
|
||||
15
template/_base.html
Normal file
15
template/_base.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<style>{% include "style.css" %}</style>
|
||||
<title>{% block title %}Koodiklinikan palkkakysely, {{year}}{% endblock %}</title>
|
||||
</head>
|
||||
<body class="{{ body_class|default("") }}">
|
||||
{% block body %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
5
template/_table.html
Normal file
5
template/_table.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "_base.html" %}
|
||||
{% block title %}Koodiklinikan palkkakysely, {{ year }}{% endblock %}
|
||||
{% block body %}
|
||||
{{ table_html|safe }}
|
||||
{% endblock %}
|
||||
@@ -1,49 +1,95 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Koodiklinikan palkkakysely</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Koodiklinikan palkkakysely</h1>
|
||||
<h2>Tunnusluvut</h2>
|
||||
{% extends "_base.html" %}
|
||||
{% macro eur_span(number) -%}
|
||||
<span title="{{ number }}" class="eur" data-number="{{ number }}">{{ number }} €</span>
|
||||
{%- endmacro %}
|
||||
{% macro tunnusluvut_points(df, col_name, title) %}
|
||||
{% with num_kk = df[col_name][pd.to_numeric(df[col_name], errors='coerce') > 0].dropna() %}
|
||||
<li title="n = {{ num_kk.count() }}">{{ title }}, keskiarvo = {{ eur_span(num_kk.mean()|round(0)) }}</li>
|
||||
<li title="n = {{ num_kk.count() }}">{{ title }}, mediaani = {{ eur_span(num_kk.median()|round(0)) }}</li>
|
||||
{% endwith %}
|
||||
{% endmacro %}
|
||||
{% block body %}
|
||||
<header>
|
||||
<a href="https://koodiklinikka.fi">
|
||||
<img src="{{ logo_svg }}" alt="koodiklinikan logo" style="height: 3em">
|
||||
</a>
|
||||
</header>
|
||||
<h1>Koodiklinikan palkkakysely, {{ year }}</h1>
|
||||
<ul>
|
||||
<li><i>n</i> = {{ df|length }}</li>
|
||||
{% with num_kk = df[pd.to_numeric(df['Kuukausipalkka'], errors='coerce').notnull()]['Kuukausipalkka'] %}
|
||||
<li>Keskimääräinen kuukausipalkka = {{ num_kk.mean()|round(0) }} €</li>
|
||||
<li>Mediaanikuukausipalkka = {{ num_kk.median()|round(0) }} €</li>
|
||||
{% endwith %}
|
||||
{% with num_v = df[pd.to_numeric(df['Vuositulot'], errors='coerce').notnull()]['Vuositulot'] %}
|
||||
<li>Keskimääräiset vuositulot = {{ num_v.mean()|round(0) }} €</li>
|
||||
<li>Mediaanivuositulot = {{ num_v.median()|round(0) }} €</li>
|
||||
{% endwith %}
|
||||
<li><i>n</i> palkansaajia = {{ df[df[cm.PALKANSAAJA_VAI_LASKUTTAJA_COL] == "Palkansaaja"]|length }}</li>
|
||||
<li><i>n</i> laskuttajia = {{ df[df[cm.PALKANSAAJA_VAI_LASKUTTAJA_COL] == "Laskuttaja"]|length }}</li>
|
||||
</ul>
|
||||
<h2>Palkansaajien tunnusluvut</h2>
|
||||
<ul>
|
||||
{% for col_name, title in [
|
||||
(cm.KKPALKKA_COL, 'kuukausipalkka'),
|
||||
(cm.VUOSITULOT_COL, 'vuositulot'),
|
||||
(cm.KK_TULOT_NORM_COL, 'laskennallinen norm. kuukausipalkka'),
|
||||
] %}
|
||||
{{ tunnusluvut_points(df, col_name, title) }}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h2>Laskuttajien tunnusluvut</h2>
|
||||
<ul>
|
||||
{% for col_name, title in [
|
||||
(cm.TUNTILASKUTUS_ALV0_COL, 'tuntilaskutus (ALV 0%)'),
|
||||
(cm.VUOSILASKUTUS_ALV0_COL, 'vuosilaskutus (ALV 0%)'),
|
||||
] %}
|
||||
{{ tunnusluvut_points(df, col_name, title) }}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h2>Työkalut</h2>
|
||||
<ul>
|
||||
<li><a href="charts.html">Kaaviot</a></li>
|
||||
<li><a href="charts2.html">Kaaviot – monivalinnat</a></li>
|
||||
<li><a href="profiling_report.html">Lähdedatan analyysi</a></li>
|
||||
<li><a href="analysaattori">Pivot-työkalu</a></li>
|
||||
<li><a href="/palkkakysely/analysaattori/?url=/palkkakysely/{{ year }}/data.json">Pivot-työkalu</a></li>
|
||||
</ul>
|
||||
<h2>Data</h2>
|
||||
Tämä data on käsitelty
|
||||
<a href="https://github.com/koodiklinikka/palkkakysely/tree/master/pulkka">normalisointiskripteillä</a>.
|
||||
<ul>
|
||||
<li><a href="data.csv">Lähdedata (CSV)</a></li>
|
||||
<li><a href="data.html">Lähdedata (HTML)</a></li>
|
||||
<li><a href="data-vertical.html">Vastaukset eriteltyinä (HTML)</a></li>
|
||||
<li><a href="data.json">Lähdedata (JSON)</a></li>
|
||||
<li><a href="data.xlsx">Lähdedata (XLSX)</a></li>
|
||||
</ul>
|
||||
<h2>Raakadata</h2>
|
||||
Tämä on Google Sheetsistä tuotu käsittelemätön raakadata.
|
||||
<ul>
|
||||
<li><a href="raw.tsv">Raakadata (TSV)</a></li>
|
||||
<li><a href="raw.xlsx">Raakadata (XLSX)</a></li>
|
||||
</ul>
|
||||
<h2>Kysely</h2>
|
||||
<ul>
|
||||
<li><a href="http://bit.ly/koodiklinikka-palkkakysely">Vastaa kyselyyn (Google Forms)</a>
|
||||
<li><a href="http://bit.ly/koodiklinikka-palkkakysely-vastaukset">Vastaukset raakamuodossa (Google Sheets)</a>
|
||||
</ul>
|
||||
<div class="muistutus">
|
||||
<script async data-uid="d6b9e17663" src="https://koodiklinikka-palkkakysely.kit.com/d6b9e17663/index.js"></script>
|
||||
<noscript>
|
||||
<a href="https://koodiklinikka-palkkakysely.kit.com/d6b9e17663">Tilaa muistutus</a>
|
||||
</noscript>
|
||||
</div>
|
||||
|
||||
<h2>Viittaaminen ja lisenssi</h2>
|
||||
<p>
|
||||
Viittaathan dataa käyttäessäsi tähän sivustoon: <a href="{{ site_url }}">{{ site_url }}</a>.
|
||||
</p>
|
||||
<p>
|
||||
Datan lisenssi on <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0
|
||||
International</a> (CC BY 4.0).<br>
|
||||
Mankelointityökalujen lisenssi on <a href="https://opensource.org/licenses/MIT">MIT</a>.
|
||||
</p>
|
||||
<script>
|
||||
for (const eur of document.querySelectorAll(".eur")) {
|
||||
// Try to parse data-number, format as browser-native currency
|
||||
const number = parseFloat(eur.dataset.number);
|
||||
if (!isNaN(number)) {
|
||||
eur.textContent = number.toLocaleString("fi-FI", {style: "currency", currency: "EUR"});
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block footer %}
|
||||
<footer>
|
||||
Generoitu {{ date }}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
||||
4
template/logo.svg
Normal file
4
template/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.6 KiB |
@@ -1,25 +1,83 @@
|
||||
body {
|
||||
max-width: 650px;
|
||||
margin: 40px auto;
|
||||
padding: 0 10px;
|
||||
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
|
||||
|
||||
:root {
|
||||
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
|
||||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
line-height: 1.2
|
||||
body {
|
||||
padding: 1em;
|
||||
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
font-family: var(--fontstack);
|
||||
}
|
||||
|
||||
body.static-body {
|
||||
max-width: 650px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
body.table-body {
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
body.table-body table {
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
body.table-body td,
|
||||
body.table-body th {
|
||||
padding: 0.3em;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
body.table-body tr th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
line-height: 1.2;
|
||||
font-family: Fustat, var(--fontstack);
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #2181b7;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #4e1ecb;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color: white;
|
||||
background: #444
|
||||
background: #444;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #5bf
|
||||
color: #5bf;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ccf
|
||||
color: #ccf;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: 2px solid #2a6180;
|
||||
padding-bottom: 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 2px solid #2a6180;
|
||||
padding: 1em;
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
971
uv.lock
generated
Normal file
971
uv.lock
generated
Normal file
@@ -0,0 +1,971 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
requires-python = "==3.13.*"
|
||||
|
||||
[[package]]
|
||||
name = "annotated-types"
|
||||
version = "0.7.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89", size = 16081, upload-time = "2024-05-20T21:33:25.928Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643, upload-time = "2024-05-20T21:33:24.1Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "attrs"
|
||||
version = "25.4.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bokeh"
|
||||
version = "3.9.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "contourpy" },
|
||||
{ name = "jinja2" },
|
||||
{ name = "narwhals" },
|
||||
{ name = "numpy" },
|
||||
{ name = "packaging" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pyyaml" },
|
||||
{ name = "tornado", marker = "sys_platform != 'emscripten'" },
|
||||
{ name = "xyzservices" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/bf/0d/fabb70707646217e4b0e3943e05730eab8c1f7b7e7485145f8594b52e606/bokeh-3.9.0.tar.gz", hash = "sha256:775219714a8496973ddbae16b1861606ba19fe670a421e4d43267b41148e07a3", size = 5740345, upload-time = "2026-03-11T17:58:34.062Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/47/0b/bdf449df87be3f07b23091ceafee8c3ef569cf6d2fb7edec6e3b12b3faa4/bokeh-3.9.0-py3-none-any.whl", hash = "sha256:b252bfb16a505f0e0c57d532d0df308ae1667235bafc622aa9441fe9e7c5ce4a", size = 6396068, upload-time = "2026-03-11T17:58:31.645Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2026.2.25"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/af/2d/7bf41579a8986e348fa033a31cdd0e4121114f6bce2457e8876010b092dd/certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7", size = 155029, upload-time = "2026-02-25T02:54:17.342Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/9a/3c/c17fb3ca2d9c3acff52e30b309f538586f9f5b9c9cf454f3845fc9af4881/certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa", size = 153684, upload-time = "2026-02-25T02:54:15.766Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "charset-normalizer"
|
||||
version = "3.4.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/1d/35/02daf95b9cd686320bb622eb148792655c9412dbb9b67abb5694e5910a24/charset_normalizer-3.4.5.tar.gz", hash = "sha256:95adae7b6c42a6c5b5b559b1a99149f090a57128155daeea91732c8d970d8644", size = 134804, upload-time = "2026-03-06T06:03:19.46Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/f5/48/9f34ec4bb24aa3fdba1890c1bddb97c8a4be1bd84ef5c42ac2352563ad05/charset_normalizer-3.4.5-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:ac59c15e3f1465f722607800c68713f9fbc2f672b9eb649fe831da4019ae9b23", size = 280788, upload-time = "2026-03-06T06:01:37.126Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0e/09/6003e7ffeb90cc0560da893e3208396a44c210c5ee42efff539639def59b/charset_normalizer-3.4.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:165c7b21d19365464e8f70e5ce5e12524c58b48c78c1f5a57524603c1ab003f8", size = 188890, upload-time = "2026-03-06T06:01:38.73Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/42/1e/02706edf19e390680daa694d17e2b8eab4b5f7ac285e2a51168b4b22ee6b/charset_normalizer-3.4.5-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:28269983f25a4da0425743d0d257a2d6921ea7d9b83599d4039486ec5b9f911d", size = 206136, upload-time = "2026-03-06T06:01:40.016Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c7/87/942c3def1b37baf3cf786bad01249190f3ca3d5e63a84f831e704977de1f/charset_normalizer-3.4.5-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d27ce22ec453564770d29d03a9506d449efbb9fa13c00842262b2f6801c48cce", size = 202551, upload-time = "2026-03-06T06:01:41.522Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/94/0a/af49691938dfe175d71b8a929bd7e4ace2809c0c5134e28bc535660d5262/charset_normalizer-3.4.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0625665e4ebdddb553ab185de5db7054393af8879fb0c87bd5690d14379d6819", size = 195572, upload-time = "2026-03-06T06:01:43.208Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/20/ea/dfb1792a8050a8e694cfbde1570ff97ff74e48afd874152d38163d1df9ae/charset_normalizer-3.4.5-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:c23eb3263356d94858655b3e63f85ac5d50970c6e8febcdde7830209139cc37d", size = 184438, upload-time = "2026-03-06T06:01:44.755Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/72/12/c281e2067466e3ddd0595bfaea58a6946765ace5c72dfa3edc2f5f118026/charset_normalizer-3.4.5-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e6302ca4ae283deb0af68d2fbf467474b8b6aedcd3dab4db187e07f94c109763", size = 193035, upload-time = "2026-03-06T06:01:46.051Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ba/4f/3792c056e7708e10464bad0438a44708886fb8f92e3c3d29ec5e2d964d42/charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e51ae7d81c825761d941962450f50d041db028b7278e7b08930b4541b3e45cb9", size = 191340, upload-time = "2026-03-06T06:01:47.547Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e7/86/80ddba897127b5c7a9bccc481b0cd36c8fefa485d113262f0fe4332f0bf4/charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:597d10dec876923e5c59e48dbd366e852eacb2b806029491d307daea6b917d7c", size = 185464, upload-time = "2026-03-06T06:01:48.764Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4d/00/b5eff85ba198faacab83e0e4b6f0648155f072278e3b392a82478f8b988b/charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:5cffde4032a197bd3b42fd0b9509ec60fb70918d6970e4cc773f20fc9180ca67", size = 208014, upload-time = "2026-03-06T06:01:50.371Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c8/11/d36f70be01597fd30850dde8a1269ebc8efadd23ba5785808454f2389bde/charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2da4eedcb6338e2321e831a0165759c0c620e37f8cd044a263ff67493be8ffb3", size = 193297, upload-time = "2026-03-06T06:01:51.933Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/1a/1d/259eb0a53d4910536c7c2abb9cb25f4153548efb42800c6a9456764649c0/charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:65a126fb4b070d05340a84fc709dd9e7c75d9b063b610ece8a60197a291d0adf", size = 204321, upload-time = "2026-03-06T06:01:53.887Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/84/31/faa6c5b9d3688715e1ed1bb9d124c384fe2fc1633a409e503ffe1c6398c1/charset_normalizer-3.4.5-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c7a80a9242963416bd81f99349d5f3fce1843c303bd404f204918b6d75a75fd6", size = 197509, upload-time = "2026-03-06T06:01:56.439Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/fd/a5/c7d9dd1503ffc08950b3260f5d39ec2366dd08254f0900ecbcf3a6197c7c/charset_normalizer-3.4.5-cp313-cp313-win32.whl", hash = "sha256:f1d725b754e967e648046f00c4facc42d414840f5ccc670c5670f59f83693e4f", size = 132284, upload-time = "2026-03-06T06:01:57.812Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b9/0f/57072b253af40c8aa6636e6de7d75985624c1eb392815b2f934199340a89/charset_normalizer-3.4.5-cp313-cp313-win_amd64.whl", hash = "sha256:e37bd100d2c5d3ba35db9c7c5ba5a9228cbcffe5c4778dc824b164e5257813d7", size = 142630, upload-time = "2026-03-06T06:01:59.062Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/31/41/1c4b7cc9f13bd9d369ce3bc993e13d374ce25fa38a2663644283ecf422c1/charset_normalizer-3.4.5-cp313-cp313-win_arm64.whl", hash = "sha256:93b3b2cc5cf1b8743660ce77a4f45f3f6d1172068207c1defc779a36eea6bb36", size = 133254, upload-time = "2026-03-06T06:02:00.281Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c5/60/3a621758945513adfd4db86827a5bafcc615f913dbd0b4c2ed64a65731be/charset_normalizer-3.4.5-py3-none-any.whl", hash = "sha256:9db5e3fcdcee89a78c04dffb3fe33c79f77bd741a624946db2591c81b2fc85b0", size = 55455, upload-time = "2026-03-06T06:03:17.827Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "colorama"
|
||||
version = "0.4.6"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "contourpy"
|
||||
version = "1.3.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/58/01/1253e6698a07380cd31a736d248a3f2a50a7c88779a1813da27503cadc2a/contourpy-1.3.3.tar.gz", hash = "sha256:083e12155b210502d0bca491432bb04d56dc3432f95a979b429f2848c3dbe880", size = 13466174, upload-time = "2025-07-26T12:03:12.549Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/68/35/0167aad910bbdb9599272bd96d01a9ec6852f36b9455cf2ca67bd4cc2d23/contourpy-1.3.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:177fb367556747a686509d6fef71d221a4b198a3905fe824430e5ea0fda54eb5", size = 293257, upload-time = "2025-07-26T12:01:39.367Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/96/e4/7adcd9c8362745b2210728f209bfbcf7d91ba868a2c5f40d8b58f54c509b/contourpy-1.3.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d002b6f00d73d69333dac9d0b8d5e84d9724ff9ef044fd63c5986e62b7c9e1b1", size = 274034, upload-time = "2025-07-26T12:01:40.645Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/73/23/90e31ceeed1de63058a02cb04b12f2de4b40e3bef5e082a7c18d9c8ae281/contourpy-1.3.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:348ac1f5d4f1d66d3322420f01d42e43122f43616e0f194fc1c9f5d830c5b286", size = 334672, upload-time = "2025-07-26T12:01:41.942Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ed/93/b43d8acbe67392e659e1d984700e79eb67e2acb2bd7f62012b583a7f1b55/contourpy-1.3.3-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:655456777ff65c2c548b7c454af9c6f33f16c8884f11083244b5819cc214f1b5", size = 381234, upload-time = "2025-07-26T12:01:43.499Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/46/3b/bec82a3ea06f66711520f75a40c8fc0b113b2a75edb36aa633eb11c4f50f/contourpy-1.3.3-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:644a6853d15b2512d67881586bd03f462c7ab755db95f16f14d7e238f2852c67", size = 385169, upload-time = "2025-07-26T12:01:45.219Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4b/32/e0f13a1c5b0f8572d0ec6ae2f6c677b7991fafd95da523159c19eff0696a/contourpy-1.3.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4debd64f124ca62069f313a9cb86656ff087786016d76927ae2cf37846b006c9", size = 362859, upload-time = "2025-07-26T12:01:46.519Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/33/71/e2a7945b7de4e58af42d708a219f3b2f4cff7386e6b6ab0a0fa0033c49a9/contourpy-1.3.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a15459b0f4615b00bbd1e91f1b9e19b7e63aea7483d03d804186f278c0af2659", size = 1332062, upload-time = "2025-07-26T12:01:48.964Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/12/fc/4e87ac754220ccc0e807284f88e943d6d43b43843614f0a8afa469801db0/contourpy-1.3.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ca0fdcd73925568ca027e0b17ab07aad764be4706d0a925b89227e447d9737b7", size = 1403932, upload-time = "2025-07-26T12:01:51.979Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a6/2e/adc197a37443f934594112222ac1aa7dc9a98faf9c3842884df9a9d8751d/contourpy-1.3.3-cp313-cp313-win32.whl", hash = "sha256:b20c7c9a3bf701366556e1b1984ed2d0cedf999903c51311417cf5f591d8c78d", size = 185024, upload-time = "2025-07-26T12:01:53.245Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/18/0b/0098c214843213759692cc638fce7de5c289200a830e5035d1791d7a2338/contourpy-1.3.3-cp313-cp313-win_amd64.whl", hash = "sha256:1cadd8b8969f060ba45ed7c1b714fe69185812ab43bd6b86a9123fe8f99c3263", size = 226578, upload-time = "2025-07-26T12:01:54.422Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8a/9a/2f6024a0c5995243cd63afdeb3651c984f0d2bc727fd98066d40e141ad73/contourpy-1.3.3-cp313-cp313-win_arm64.whl", hash = "sha256:fd914713266421b7536de2bfa8181aa8c699432b6763a0ea64195ebe28bff6a9", size = 193524, upload-time = "2025-07-26T12:01:55.73Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c0/b3/f8a1a86bd3298513f500e5b1f5fd92b69896449f6cab6a146a5d52715479/contourpy-1.3.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:88df9880d507169449d434c293467418b9f6cbe82edd19284aa0409e7fdb933d", size = 306730, upload-time = "2025-07-26T12:01:57.051Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3f/11/4780db94ae62fc0c2053909b65dc3246bd7cecfc4f8a20d957ad43aa4ad8/contourpy-1.3.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:d06bb1f751ba5d417047db62bca3c8fde202b8c11fb50742ab3ab962c81e8216", size = 287897, upload-time = "2025-07-26T12:01:58.663Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ae/15/e59f5f3ffdd6f3d4daa3e47114c53daabcb18574a26c21f03dc9e4e42ff0/contourpy-1.3.3-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e4e6b05a45525357e382909a4c1600444e2a45b4795163d3b22669285591c1ae", size = 326751, upload-time = "2025-07-26T12:02:00.343Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0f/81/03b45cfad088e4770b1dcf72ea78d3802d04200009fb364d18a493857210/contourpy-1.3.3-cp313-cp313t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ab3074b48c4e2cf1a960e6bbeb7f04566bf36b1861d5c9d4d8ac04b82e38ba20", size = 375486, upload-time = "2025-07-26T12:02:02.128Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0c/ba/49923366492ffbdd4486e970d421b289a670ae8cf539c1ea9a09822b371a/contourpy-1.3.3-cp313-cp313t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6c3d53c796f8647d6deb1abe867daeb66dcc8a97e8455efa729516b997b8ed99", size = 388106, upload-time = "2025-07-26T12:02:03.615Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9f/52/5b00ea89525f8f143651f9f03a0df371d3cbd2fccd21ca9b768c7a6500c2/contourpy-1.3.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50ed930df7289ff2a8d7afeb9603f8289e5704755c7e5c3bbd929c90c817164b", size = 352548, upload-time = "2025-07-26T12:02:05.165Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/32/1d/a209ec1a3a3452d490f6b14dd92e72280c99ae3d1e73da74f8277d4ee08f/contourpy-1.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4feffb6537d64b84877da813a5c30f1422ea5739566abf0bd18065ac040e120a", size = 1322297, upload-time = "2025-07-26T12:02:07.379Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bc/9e/46f0e8ebdd884ca0e8877e46a3f4e633f6c9c8c4f3f6e72be3fe075994aa/contourpy-1.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:2b7e9480ffe2b0cd2e787e4df64270e3a0440d9db8dc823312e2c940c167df7e", size = 1391023, upload-time = "2025-07-26T12:02:10.171Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b9/70/f308384a3ae9cd2209e0849f33c913f658d3326900d0ff5d378d6a1422d2/contourpy-1.3.3-cp313-cp313t-win32.whl", hash = "sha256:283edd842a01e3dcd435b1c5116798d661378d83d36d337b8dde1d16a5fc9ba3", size = 196157, upload-time = "2025-07-26T12:02:11.488Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b2/dd/880f890a6663b84d9e34a6f88cded89d78f0091e0045a284427cb6b18521/contourpy-1.3.3-cp313-cp313t-win_amd64.whl", hash = "sha256:87acf5963fc2b34825e5b6b048f40e3635dd547f590b04d2ab317c2619ef7ae8", size = 240570, upload-time = "2025-07-26T12:02:12.754Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/80/99/2adc7d8ffead633234817ef8e9a87115c8a11927a94478f6bb3d3f4d4f7d/contourpy-1.3.3-cp313-cp313t-win_arm64.whl", hash = "sha256:3c30273eb2a55024ff31ba7d052dde990d7d8e5450f4bbb6e913558b3d6c2301", size = 199713, upload-time = "2025-07-26T12:02:14.4Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cycler"
|
||||
version = "0.12.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz", hash = "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c", size = 7615, upload-time = "2023-10-07T05:32:18.335Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", size = 8321, upload-time = "2023-10-07T05:32:16.783Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dacite"
|
||||
version = "1.9.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/55/a0/7ca79796e799a3e782045d29bf052b5cde7439a2bbb17f15ff44f7aacc63/dacite-1.9.2.tar.gz", hash = "sha256:6ccc3b299727c7aa17582f0021f6ae14d5de47c7227932c47fec4cdfefd26f09", size = 22420, upload-time = "2025-02-05T09:27:29.757Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/94/35/386550fd60316d1e37eccdda609b074113298f23cef5bddb2049823fe666/dacite-1.9.2-py3-none-any.whl", hash = "sha256:053f7c3f5128ca2e9aceb66892b1a3c8936d02c686e707bee96e19deef4bc4a0", size = 16600, upload-time = "2025-02-05T09:27:24.345Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "et-xmlfile"
|
||||
version = "2.0.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/d3/38/af70d7ab1ae9d4da450eeec1fa3918940a5fafb9055e934af8d6eb0c2313/et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54", size = 17234, upload-time = "2024-10-25T17:25:40.039Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa", size = 18059, upload-time = "2024-10-25T17:25:39.051Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "filetype"
|
||||
version = "1.2.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/bb/29/745f7d30d47fe0f251d3ad3dc2978a23141917661998763bebb6da007eb1/filetype-1.2.0.tar.gz", hash = "sha256:66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb", size = 998020, upload-time = "2022-11-02T17:34:04.141Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/18/79/1b8fa1bb3568781e84c9200f951c735f3f157429f44be0495da55894d620/filetype-1.2.0-py2.py3-none-any.whl", hash = "sha256:7ce71b6880181241cf7ac8697a2f1eb6a8bd9b429f7ad6d27b8db9ba5f1c2d25", size = 19970, upload-time = "2022-11-02T17:34:01.425Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fonttools"
|
||||
version = "4.62.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/5a/96/686339e0fda8142b7ebed39af53f4a5694602a729662f42a6209e3be91d0/fonttools-4.62.0.tar.gz", hash = "sha256:0dc477c12b8076b4eb9af2e440421b0433ffa9e1dcb39e0640a6c94665ed1098", size = 3579521, upload-time = "2026-03-09T16:50:06.217Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/82/c7/985c1670aa6d82ef270f04cde11394c168f2002700353bd2bde405e59b8f/fonttools-4.62.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:274c8b8a87e439faf565d3bcd3f9f9e31bca7740755776a4a90a4bfeaa722efa", size = 2864929, upload-time = "2026-03-09T16:49:09.331Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c1/dc/c409c8ceec0d3119e9ab0b7b1a2e3c76d1f4d66e4a9db5c59e6b7652e7df/fonttools-4.62.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:93e27131a5a0ae82aaadcffe309b1bae195f6711689722af026862bede05c07c", size = 2412586, upload-time = "2026-03-09T16:49:11.378Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/5f/ac/8e300dbf7b4d135287c261ffd92ede02d9f48f0d2db14665fbc8b059588a/fonttools-4.62.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:83c6524c5b93bad9c2939d88e619fedc62e913c19e673f25d5ab74e7a5d074e5", size = 5013708, upload-time = "2026-03-09T16:49:14.063Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/fb/bc/60d93477b653eeb1ddf5f9ec34be689b79234d82dbdded269ac0252715b8/fonttools-4.62.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:106aec9226f9498fc5345125ff7200842c01eda273ae038f5049b0916907acee", size = 4964355, upload-time = "2026-03-09T16:49:16.515Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cb/eb/6dc62bcc3c3598c28a3ecb77e69018869c3e109bd83031d4973c059d318b/fonttools-4.62.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:15d86b96c79013320f13bc1b15f94789edb376c0a2d22fb6088f33637e8dfcbc", size = 4953472, upload-time = "2026-03-09T16:49:18.494Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/82/b3/3af7592d9b254b7b7fec018135f8776bfa0d1ad335476c2791b1334dc5e4/fonttools-4.62.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4f16c07e5250d5d71d0f990a59460bc5620c3cc456121f2cfb5b60475699905f", size = 5094701, upload-time = "2026-03-09T16:49:21.67Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/31/3d/976645583ab567d3ee75ff87b33aa1330fa2baeeeae5fc46210b4274dd45/fonttools-4.62.0-cp313-cp313-win32.whl", hash = "sha256:d31558890f3fa00d4f937d12708f90c7c142c803c23eaeb395a71f987a77ebe3", size = 2279710, upload-time = "2026-03-09T16:49:23.812Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f5/7a/e25245a30457595740041dba9d0ea8ec1b2517f2f1a6a741f15eba1a4edc/fonttools-4.62.0-cp313-cp313-win_amd64.whl", hash = "sha256:6826a5aa53fb6def8a66bf423939745f415546c4e92478a7c531b8b6282b6c3b", size = 2330291, upload-time = "2026-03-09T16:49:26.237Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9c/57/c2487c281dde03abb2dec244fd67059b8d118bd30a653cbf69e94084cb23/fonttools-4.62.0-py3-none-any.whl", hash = "sha256:75064f19a10c50c74b336aa5ebe7b1f89fd0fb5255807bfd4b0c6317098f4af3", size = 1152427, upload-time = "2026-03-09T16:50:04.074Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "idna"
|
||||
version = "3.11"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902", size = 194582, upload-time = "2025-10-12T14:55:20.501Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008, upload-time = "2025-10-12T14:55:18.883Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "imagehash"
|
||||
version = "4.3.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pywavelets" },
|
||||
{ name = "scipy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/cd/de/5c0189b0582e21583c2a213081c35a2501c0f9e51f21f6a52f55fbb9a4ff/ImageHash-4.3.2.tar.gz", hash = "sha256:e54a79805afb82a34acde4746a16540503a9636fd1ffb31d8e099b29bbbf8156", size = 303190, upload-time = "2025-02-01T08:45:39.328Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/31/2c/5f0903a53a62029875aaa3884c38070cc388248a2c1b9aa935632669e5a7/ImageHash-4.3.2-py2.py3-none-any.whl", hash = "sha256:02b0f965f8c77cd813f61d7d39031ea27d4780e7ebcad56c6cd6a709acc06e5f", size = 296657, upload-time = "2025-02-01T08:45:36.102Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jinja2"
|
||||
version = "3.1.6"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "markupsafe" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d", size = 245115, upload-time = "2025-03-05T20:05:02.478Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67", size = 134899, upload-time = "2025-03-05T20:05:00.369Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "joblib"
|
||||
version = "1.5.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/41/f2/d34e8b3a08a9cc79a50b2208a93dce981fe615b64d5a4d4abee421d898df/joblib-1.5.3.tar.gz", hash = "sha256:8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3", size = 331603, upload-time = "2025-12-15T08:41:46.427Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/7b/91/984aca2ec129e2757d1e4e3c81c3fcda9d0f85b74670a094cc443d9ee949/joblib-1.5.3-py3-none-any.whl", hash = "sha256:5fc3c5039fc5ca8c0276333a188bbd59d6b7ab37fe6632daa76bc7f9ec18e713", size = 309071, upload-time = "2025-12-15T08:41:44.973Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "kiwisolver"
|
||||
version = "1.5.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/d0/67/9c61eccb13f0bdca9307614e782fec49ffdde0f7a2314935d489fa93cd9c/kiwisolver-1.5.0.tar.gz", hash = "sha256:d4193f3d9dc3f6f79aaed0e5637f45d98850ebf01f7ca20e69457f3e8946b66a", size = 103482, upload-time = "2026-03-09T13:15:53.382Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/9d/69/024d6711d5ba575aa65d5538042e99964104e97fa153a9f10bc369182bc2/kiwisolver-1.5.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:fd40bb9cd0891c4c3cb1ddf83f8bbfa15731a248fdc8162669405451e2724b09", size = 123166, upload-time = "2026-03-09T13:13:48.032Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ce/48/adbb40df306f587054a348831220812b9b1d787aff714cfbc8556e38fccd/kiwisolver-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c0e1403fd7c26d77c1f03e096dc58a5c726503fa0db0456678b8668f76f521e3", size = 66395, upload-time = "2026-03-09T13:13:49.365Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a8/3a/d0a972b34e1c63e2409413104216cd1caa02c5a37cb668d1687d466c1c45/kiwisolver-1.5.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:dda366d548e89a90d88a86c692377d18d8bd64b39c1fb2b92cb31370e2896bbd", size = 64065, upload-time = "2026-03-09T13:13:50.562Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2b/0a/7b98e1e119878a27ba8618ca1e18b14f992ff1eda40f47bccccf4de44121/kiwisolver-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:332b4f0145c30b5f5ad9374881133e5aa64320428a57c2c2b61e9d891a51c2f3", size = 1477903, upload-time = "2026-03-09T13:13:52.084Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/18/d8/55638d89ffd27799d5cc3d8aa28e12f4ce7a64d67b285114dbedc8ea4136/kiwisolver-1.5.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0c50b89ffd3e1a911c69a1dd3de7173c0cd10b130f56222e57898683841e4f96", size = 1278751, upload-time = "2026-03-09T13:13:54.673Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b8/97/b4c8d0d18421ecceba20ad8701358453b88e32414e6f6950b5a4bad54e65/kiwisolver-1.5.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4db576bb8c3ef9365f8b40fe0f671644de6736ae2c27a2c62d7d8a1b4329f099", size = 1296793, upload-time = "2026-03-09T13:13:56.287Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c4/10/f862f94b6389d8957448ec9df59450b81bec4abb318805375c401a1e6892/kiwisolver-1.5.0-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0b85aad90cea8ac6797a53b5d5f2e967334fa4d1149f031c4537569972596cb8", size = 1346041, upload-time = "2026-03-09T13:13:58.269Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a3/6a/f1650af35821eaf09de398ec0bc2aefc8f211f0cda50204c9f1673741ba9/kiwisolver-1.5.0-cp313-cp313-manylinux_2_39_riscv64.whl", hash = "sha256:d36ca54cb4c6c4686f7cbb7b817f66f5911c12ddb519450bbe86707155028f87", size = 987292, upload-time = "2026-03-09T13:13:59.871Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/de/19/d7fb82984b9238115fe629c915007be608ebd23dc8629703d917dbfaffd4/kiwisolver-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:38f4a703656f493b0ad185211ccfca7f0386120f022066b018eb5296d8613e23", size = 2227865, upload-time = "2026-03-09T13:14:01.401Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/7f/b9/46b7f386589fd222dac9e9de9c956ce5bcefe2ee73b4e79891381dda8654/kiwisolver-1.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3ac2360e93cb41be81121755c6462cff3beaa9967188c866e5fce5cf13170859", size = 2324369, upload-time = "2026-03-09T13:14:02.972Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/92/8b/95e237cf3d9c642960153c769ddcbe278f182c8affb20cecc1cc983e7cc5/kiwisolver-1.5.0-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c95cab08d1965db3d84a121f1c7ce7479bdd4072c9b3dafd8fecce48a2e6b902", size = 1977989, upload-time = "2026-03-09T13:14:04.503Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/1b/95/980c9df53501892784997820136c01f62bc1865e31b82b9560f980c0e649/kiwisolver-1.5.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:fc20894c3d21194d8041a28b65622d5b86db786da6e3cfe73f0c762951a61167", size = 2491645, upload-time = "2026-03-09T13:14:06.106Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cb/32/900647fd0840abebe1561792c6b31e6a7c0e278fc3973d30572a965ca14c/kiwisolver-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7a32f72973f0f950c1920475d5c5ea3d971b81b6f0ec53b8d0a956cc965f22e0", size = 2295237, upload-time = "2026-03-09T13:14:08.891Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/be/8a/be60e3bbcf513cc5a50f4a3e88e1dcecebb79c1ad607a7222877becaa101/kiwisolver-1.5.0-cp313-cp313-win_amd64.whl", hash = "sha256:0bf3acf1419fa93064a4c2189ac0b58e3be7872bf6ee6177b0d4c63dc4cea276", size = 73573, upload-time = "2026-03-09T13:14:12.327Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4d/d2/64be2e429eb4fca7f7e1c52a91b12663aeaf25de3895e5cca0f47ef2a8d0/kiwisolver-1.5.0-cp313-cp313-win_arm64.whl", hash = "sha256:fa8eb9ecdb7efb0b226acec134e0d709e87a909fa4971a54c0c4f6e88635484c", size = 64998, upload-time = "2026-03-09T13:14:13.469Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b0/69/ce68dd0c85755ae2de490bf015b62f2cea5f6b14ff00a463f9d0774449ff/kiwisolver-1.5.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:db485b3847d182b908b483b2ed133c66d88d49cacf98fd278fadafe11b4478d1", size = 125700, upload-time = "2026-03-09T13:14:14.636Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/74/aa/937aac021cf9d4349990d47eb319309a51355ed1dbdc9c077cdc9224cb11/kiwisolver-1.5.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:be12f931839a3bdfe28b584db0e640a65a8bcbc24560ae3fdb025a449b3d754e", size = 67537, upload-time = "2026-03-09T13:14:15.808Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ee/20/3a87fbece2c40ad0f6f0aefa93542559159c5f99831d596050e8afae7a9f/kiwisolver-1.5.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:16b85d37c2cbb3253226d26e64663f755d88a03439a9c47df6246b35defbdfb7", size = 65514, upload-time = "2026-03-09T13:14:18.035Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f0/7f/f943879cda9007c45e1f7dba216d705c3a18d6b35830e488b6c6a4e7cdf0/kiwisolver-1.5.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4432b835675f0ea7414aab3d37d119f7226d24869b7a829caeab49ebda407b0c", size = 1584848, upload-time = "2026-03-09T13:14:19.745Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/37/f8/4d4f85cc1870c127c88d950913370dd76138482161cd07eabbc450deff01/kiwisolver-1.5.0-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b0feb50971481a2cc44d94e88bdb02cdd497618252ae226b8eb1201b957e368", size = 1391542, upload-time = "2026-03-09T13:14:21.54Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/04/0b/65dd2916c84d252b244bd405303220f729e7c17c9d7d33dca6feeff9ffc4/kiwisolver-1.5.0-cp313-cp313t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:56fa888f10d0f367155e76ce849fa1166fc9730d13bd2d65a2aa13b6f5424489", size = 1404447, upload-time = "2026-03-09T13:14:23.205Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/39/5c/2606a373247babce9b1d056c03a04b65f3cf5290a8eac5d7bdead0a17e21/kiwisolver-1.5.0-cp313-cp313t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:940dda65d5e764406b9fb92761cbf462e4e63f712ab60ed98f70552e496f3bf1", size = 1455918, upload-time = "2026-03-09T13:14:24.74Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d5/d1/c6078b5756670658e9192a2ef11e939c92918833d2745f85cd14a6004bdf/kiwisolver-1.5.0-cp313-cp313t-manylinux_2_39_riscv64.whl", hash = "sha256:89fc958c702ee9a745e4700378f5d23fddbc46ff89e8fdbf5395c24d5c1452a3", size = 1072856, upload-time = "2026-03-09T13:14:26.597Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cb/c8/7def6ddf16eb2b3741d8b172bdaa9af882b03c78e9b0772975408801fa63/kiwisolver-1.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9027d773c4ff81487181a925945743413f6069634d0b122d0b37684ccf4f1e18", size = 2333580, upload-time = "2026-03-09T13:14:28.237Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9e/87/2ac1fce0eb1e616fcd3c35caa23e665e9b1948bb984f4764790924594128/kiwisolver-1.5.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:5b233ea3e165e43e35dba1d2b8ecc21cf070b45b65ae17dd2747d2713d942021", size = 2423018, upload-time = "2026-03-09T13:14:30.018Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/67/13/c6700ccc6cc218716bfcda4935e4b2997039869b4ad8a94f364c5a3b8e63/kiwisolver-1.5.0-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:ce9bf03dad3b46408c08649c6fbd6ca28a9fce0eb32fdfffa6775a13103b5310", size = 2062804, upload-time = "2026-03-09T13:14:32.888Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/1b/bd/877056304626943ff0f1f44c08f584300c199b887cb3176cd7e34f1515f1/kiwisolver-1.5.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:fc4d3f1fb9ca0ae9f97b095963bc6326f1dbfd3779d6679a1e016b9baaa153d3", size = 2597482, upload-time = "2026-03-09T13:14:34.971Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/75/19/c60626c47bf0f8ac5dcf72c6c98e266d714f2fbbfd50cf6dab5ede3aaa50/kiwisolver-1.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f443b4825c50a51ee68585522ab4a1d1257fac65896f282b4c6763337ac9f5d2", size = 2394328, upload-time = "2026-03-09T13:14:36.816Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/47/84/6a6d5e5bb8273756c27b7d810d47f7ef2f1f9b9fd23c9ee9a3f8c75c9cef/kiwisolver-1.5.0-cp313-cp313t-win_arm64.whl", hash = "sha256:893ff3a711d1b515ba9da14ee090519bad4610ed1962fbe298a434e8c5f8db53", size = 68410, upload-time = "2026-03-09T13:14:38.695Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "koodiklinikka-palkkakysely"
|
||||
version = "0.1.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "bokeh" },
|
||||
{ name = "jinja2" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "openpyxl" },
|
||||
{ name = "pandas" },
|
||||
{ name = "setuptools" },
|
||||
{ name = "ydata-profiling" },
|
||||
]
|
||||
|
||||
[package.dev-dependencies]
|
||||
dev = [
|
||||
{ name = "pandas-stubs" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "bokeh", specifier = "~=3.9.0" },
|
||||
{ name = "jinja2", specifier = ">=3.1.6" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "openpyxl", specifier = ">=3.1.5" },
|
||||
{ name = "pandas", specifier = ">=2.3.3,<3" },
|
||||
{ name = "setuptools", specifier = "<80" },
|
||||
{ name = "ydata-profiling", specifier = ">=4.18.1" },
|
||||
]
|
||||
|
||||
[package.metadata.requires-dev]
|
||||
dev = [{ name = "pandas-stubs", specifier = "<3" }]
|
||||
|
||||
[[package]]
|
||||
name = "llvmlite"
|
||||
version = "0.45.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/99/8d/5baf1cef7f9c084fb35a8afbde88074f0d6a727bc63ef764fe0e7543ba40/llvmlite-0.45.1.tar.gz", hash = "sha256:09430bb9d0bb58fc45a45a57c7eae912850bedc095cd0810a57de109c69e1c32", size = 185600, upload-time = "2025-10-01T17:59:52.046Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/1d/e2/c185bb7e88514d5025f93c6c4092f6120c6cea8fe938974ec9860fb03bbb/llvmlite-0.45.1-cp313-cp313-macosx_10_15_x86_64.whl", hash = "sha256:d9ea9e6f17569a4253515cc01dade70aba536476e3d750b2e18d81d7e670eb15", size = 43043524, upload-time = "2025-10-01T18:03:43.249Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/09/b8/b5437b9ecb2064e89ccf67dccae0d02cd38911705112dd0dcbfa9cd9a9de/llvmlite-0.45.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:c9f3cadee1630ce4ac18ea38adebf2a4f57a89bd2740ce83746876797f6e0bfb", size = 37253121, upload-time = "2025-10-01T18:04:30.557Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f7/97/ad1a907c0173a90dd4df7228f24a3ec61058bc1a9ff8a0caec20a0cc622e/llvmlite-0.45.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:57c48bf2e1083eedbc9406fb83c4e6483017879714916fe8be8a72a9672c995a", size = 56288210, upload-time = "2025-10-01T18:01:40.26Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/32/d8/c99c8ac7a326e9735401ead3116f7685a7ec652691aeb2615aa732b1fc4a/llvmlite-0.45.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3aa3dfceda4219ae39cf18806c60eeb518c1680ff834b8b311bd784160b9ce40", size = 55140957, upload-time = "2025-10-01T18:02:46.244Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/09/56/ed35668130e32dbfad2eb37356793b0a95f23494ab5be7d9bf5cb75850ee/llvmlite-0.45.1-cp313-cp313-win_amd64.whl", hash = "sha256:080e6f8d0778a8239cd47686d402cb66eb165e421efa9391366a9b7e5810a38b", size = 38132232, upload-time = "2025-10-01T18:05:14.477Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "markupsafe"
|
||||
version = "3.0.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/7e/99/7690b6d4034fffd95959cbe0c02de8deb3098cc577c67bb6a24fe5d7caa7/markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698", size = 80313, upload-time = "2025-09-27T18:37:40.426Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/38/2f/907b9c7bbba283e68f20259574b13d005c121a0fa4c175f9bed27c4597ff/markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795", size = 11622, upload-time = "2025-09-27T18:36:41.777Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9c/d9/5f7756922cdd676869eca1c4e3c0cd0df60ed30199ffd775e319089cb3ed/markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219", size = 12029, upload-time = "2025-09-27T18:36:43.257Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/00/07/575a68c754943058c78f30db02ee03a64b3c638586fba6a6dd56830b30a3/markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6", size = 24374, upload-time = "2025-09-27T18:36:44.508Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a9/21/9b05698b46f218fc0e118e1f8168395c65c8a2c750ae2bab54fc4bd4e0e8/markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676", size = 22980, upload-time = "2025-09-27T18:36:45.385Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/7f/71/544260864f893f18b6827315b988c146b559391e6e7e8f7252839b1b846a/markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9", size = 21990, upload-time = "2025-09-27T18:36:46.916Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c2/28/b50fc2f74d1ad761af2f5dcce7492648b983d00a65b8c0e0cb457c82ebbe/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1", size = 23784, upload-time = "2025-09-27T18:36:47.884Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ed/76/104b2aa106a208da8b17a2fb72e033a5a9d7073c68f7e508b94916ed47a9/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc", size = 21588, upload-time = "2025-09-27T18:36:48.82Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b5/99/16a5eb2d140087ebd97180d95249b00a03aa87e29cc224056274f2e45fd6/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12", size = 23041, upload-time = "2025-09-27T18:36:49.797Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/19/bc/e7140ed90c5d61d77cea142eed9f9c303f4c4806f60a1044c13e3f1471d0/markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed", size = 14543, upload-time = "2025-09-27T18:36:51.584Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/05/73/c4abe620b841b6b791f2edc248f556900667a5a1cf023a6646967ae98335/markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5", size = 15113, upload-time = "2025-09-27T18:36:52.537Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f0/3a/fa34a0f7cfef23cf9500d68cb7c32dd64ffd58a12b09225fb03dd37d5b80/markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485", size = 13911, upload-time = "2025-09-27T18:36:53.513Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e4/d7/e05cd7efe43a88a17a37b3ae96e79a19e846f3f456fe79c57ca61356ef01/markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73", size = 11658, upload-time = "2025-09-27T18:36:54.819Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/99/9e/e412117548182ce2148bdeacdda3bb494260c0b0184360fe0d56389b523b/markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37", size = 12066, upload-time = "2025-09-27T18:36:55.714Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bc/e6/fa0ffcda717ef64a5108eaa7b4f5ed28d56122c9a6d70ab8b72f9f715c80/markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19", size = 25639, upload-time = "2025-09-27T18:36:56.908Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/96/ec/2102e881fe9d25fc16cb4b25d5f5cde50970967ffa5dddafdb771237062d/markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025", size = 23569, upload-time = "2025-09-27T18:36:57.913Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4b/30/6f2fce1f1f205fc9323255b216ca8a235b15860c34b6798f810f05828e32/markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6", size = 23284, upload-time = "2025-09-27T18:36:58.833Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/58/47/4a0ccea4ab9f5dcb6f79c0236d954acb382202721e704223a8aafa38b5c8/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f", size = 24801, upload-time = "2025-09-27T18:36:59.739Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/6a/70/3780e9b72180b6fecb83a4814d84c3bf4b4ae4bf0b19c27196104149734c/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb", size = 22769, upload-time = "2025-09-27T18:37:00.719Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/98/c5/c03c7f4125180fc215220c035beac6b9cb684bc7a067c84fc69414d315f5/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009", size = 23642, upload-time = "2025-09-27T18:37:01.673Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/80/d6/2d1b89f6ca4bff1036499b1e29a1d02d282259f3681540e16563f27ebc23/markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354", size = 14612, upload-time = "2025-09-27T18:37:02.639Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2b/98/e48a4bfba0a0ffcf9925fe2d69240bfaa19c6f7507b8cd09c70684a53c1e/markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218", size = 15200, upload-time = "2025-09-27T18:37:03.582Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0e/72/e3cc540f351f316e9ed0f092757459afbc595824ca724cbc5a5d4263713f/markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287", size = 13973, upload-time = "2025-09-27T18:37:04.929Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "matplotlib"
|
||||
version = "3.10.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "contourpy" },
|
||||
{ name = "cycler" },
|
||||
{ name = "fonttools" },
|
||||
{ name = "kiwisolver" },
|
||||
{ name = "numpy" },
|
||||
{ name = "packaging" },
|
||||
{ name = "pillow" },
|
||||
{ name = "pyparsing" },
|
||||
{ name = "python-dateutil" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/68/dd/fa2e1a45fce2d09f4aea3cee169760e672c8262325aa5796c49d543dc7e6/matplotlib-3.10.0.tar.gz", hash = "sha256:b886d02a581b96704c9d1ffe55709e49b4d2d52709ccebc4be42db856e511278", size = 36686418, upload-time = "2024-12-14T06:32:51.547Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/72/11/1b2a094d95dcb6e6edd4a0b238177c439006c6b7a9fe8d31801237bf512f/matplotlib-3.10.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:96f2886f5c1e466f21cc41b70c5a0cd47bfa0015eb2d5793c88ebce658600e25", size = 8173073, upload-time = "2024-12-14T06:31:46.592Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0d/c4/87b6ad2723070511a411ea719f9c70fde64605423b184face4e94986de9d/matplotlib-3.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:12eaf48463b472c3c0f8dbacdbf906e573013df81a0ab82f0616ea4b11281908", size = 8043892, upload-time = "2024-12-14T06:31:49.14Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/57/69/cb0812a136550b21361335e9ffb7d459bf6d13e03cb7b015555d5143d2d6/matplotlib-3.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2fbbabc82fde51391c4da5006f965e36d86d95f6ee83fb594b279564a4c5d0d2", size = 8450532, upload-time = "2024-12-14T06:31:53.005Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ea/3a/bab9deb4fb199c05e9100f94d7f1c702f78d3241e6a71b784d2b88d7bebd/matplotlib-3.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ad2e15300530c1a94c63cfa546e3b7864bd18ea2901317bae8bbf06a5ade6dcf", size = 8593905, upload-time = "2024-12-14T06:31:59.022Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8b/66/742fd242f989adc1847ddf5f445815f73ad7c46aa3440690cc889cfa423c/matplotlib-3.10.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:3547d153d70233a8496859097ef0312212e2689cdf8d7ed764441c77604095ae", size = 9399609, upload-time = "2024-12-14T06:32:05.151Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/fa/d6/54cee7142cef7d910a324a7aedf335c0c147b03658b54d49ec48166f10a6/matplotlib-3.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:c55b20591ced744aa04e8c3e4b7543ea4d650b6c3c4b208c08a05b4010e8b442", size = 8039076, upload-time = "2024-12-14T06:32:08.38Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/43/14/815d072dc36e88753433bfd0385113405efb947e6895ff7b4d2e8614a33b/matplotlib-3.10.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:9ade1003376731a971e398cc4ef38bb83ee8caf0aee46ac6daa4b0506db1fd06", size = 8211000, upload-time = "2024-12-14T06:32:12.383Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9a/76/34e75f364194ec352678adcb540964be6f35ec7d3d8c75ebcb17e6839359/matplotlib-3.10.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:95b710fea129c76d30be72c3b38f330269363fbc6e570a5dd43580487380b5ff", size = 8087707, upload-time = "2024-12-14T06:32:15.773Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c3/2b/b6bc0dff6a72d333bc7df94a66e6ce662d224e43daa8ad8ae4eaa9a77f55/matplotlib-3.10.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cdbaf909887373c3e094b0318d7ff230b2ad9dcb64da7ade654182872ab2593", size = 8477384, upload-time = "2024-12-14T06:32:20.311Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c2/2d/b5949fb2b76e9b47ab05e25a5f5f887c70de20d8b0cbc704a4e2ee71c786/matplotlib-3.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d907fddb39f923d011875452ff1eca29a9e7f21722b873e90db32e5d8ddff12e", size = 8610334, upload-time = "2024-12-14T06:32:25.779Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d6/9a/6e3c799d5134d9af44b01c787e1360bee38cf51850506ea2e743a787700b/matplotlib-3.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:3b427392354d10975c1d0f4ee18aa5844640b512d5311ef32efd4dd7db106ede", size = 9406777, upload-time = "2024-12-14T06:32:28.919Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0e/dd/e6ae97151e5ed648ab2ea48885bc33d39202b640eec7a2910e2c843f7ac0/matplotlib-3.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5fd41b0ec7ee45cd960a8e71aea7c946a28a0b8a4dcee47d2856b2af051f334c", size = 8109742, upload-time = "2024-12-14T06:32:32.115Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "minify-html"
|
||||
version = "0.18.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/77/b7/83dc18bef0cd6f4268d1a63dd682730d3c1150d77a973a34c8de63610bdc/minify_html-0.18.1.tar.gz", hash = "sha256:43998530ef537701f003a8e908b756d78eff303c86b041a95855e290518ba79c", size = 96577, upload-time = "2025-10-25T22:27:18.801Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/bd/c4/d718d624832721c1714eb0090d9913bb63492d2c7a109162812374a8b8d8/minify_html-0.18.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:d476ad2a54055d71bb7a94e1c1fad1e8e53f0b33a91cf800d8df4ebbce1d7dd9", size = 3061221, upload-time = "2025-10-25T22:44:03.283Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/43/f0/f2aa69a6a9e9d9010afff2aae07734a534de4e2246a114e53f141dd83883/minify_html-0.18.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:21790c2e578918f390aeebc865c94bd2f50eb790e27cc61d4e7725501b551250", size = 2828172, upload-time = "2025-10-25T23:18:11.743Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2f/59/5aa912eee1860895a016dc2e93fe8522fcf10590f12dc6a50c790b3997ed/minify_html-0.18.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00f407d32f3f8369901f0e6c92610f351f69dacf4ed594d373924f54fbf01ded", size = 2900261, upload-time = "2025-10-25T22:27:50.473Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4f/e2/8520c2f183084752174a7a4528b604748c4f7353496bce5fbe96b760c79e/minify_html-0.18.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c952a8f9e5a6403611b338b75bbf9469cf4ce04f15426a9ef9da87456fd55bd6", size = 3082847, upload-time = "2025-10-25T22:30:48.972Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/fd/c0/ed804ea3722cdc828518556e9b40ea21230e0ccc8d326bacb8b98f90004f/minify_html-0.18.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:0e1592a4efc56848129d60f95bdcf79e32e1cce045aa004ab57233b7b16e126f", size = 3082149, upload-time = "2025-10-25T22:31:14.339Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/55/4f/dc937c47aab7d7b692a916bd85b90830244c0b17a988bde019063a832b11/minify_html-0.18.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:a0e557e7e43b233b5416cd0b0874ac369ce168f2024f7199925350f5bc09af15", size = 3327698, upload-time = "2025-10-25T22:27:16.688Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/aa/22/59c7751f8b029dee05b3b46c3b21f1fe4bb1fa9450176533d92da823bb5e/minify_html-0.18.1-cp313-cp313-win_amd64.whl", hash = "sha256:f8fca598b171ee603b8ed399bedd2de00d202cfcb0e98feadb21deb11d5d669b", size = 3116928, upload-time = "2025-10-25T22:37:01.598Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "multimethod"
|
||||
version = "1.12"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/ed/f3/930a6dc1d35b2ab65faffa2a75bbcc67f12d8227857188273783df4e5134/multimethod-1.12.tar.gz", hash = "sha256:8db8ef2a8d2a247e3570cc23317680892fdf903d84c8c1053667c8e8f7671a67", size = 17423, upload-time = "2024-07-04T16:10:08.179Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/af/98/cff14d53a2f2f67d7fe8a4e235a383ee71aba6a1da12aeea24b325d0c72a/multimethod-1.12-py3-none-any.whl", hash = "sha256:fd0c473c43558908d97cc06e4d68e8f69202f167db46f7b4e4058893e7dbdf60", size = 10646, upload-time = "2024-07-04T16:10:06.482Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "narwhals"
|
||||
version = "2.18.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/47/b4/02a8add181b8d2cd5da3b667cd102ae536e8c9572ab1a130816d70a89edb/narwhals-2.18.0.tar.gz", hash = "sha256:1de5cee338bc17c338c6278df2c38c0dd4290499fcf70d75e0a51d5f22a6e960", size = 620222, upload-time = "2026-03-10T15:51:27.14Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/fe/75/0b4a10da17a44cf13567d08a9c7632a285297e46253263f1ae119129d10a/narwhals-2.18.0-py3-none-any.whl", hash = "sha256:68378155ee706ac9c5b25868ef62ecddd62947b6df7801a0a156bc0a615d2d0d", size = 444865, upload-time = "2026-03-10T15:51:24.085Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "networkx"
|
||||
version = "3.6.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6a/51/63fe664f3908c97be9d2e4f1158eb633317598cfa6e1fc14af5383f17512/networkx-3.6.1.tar.gz", hash = "sha256:26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509", size = 2517025, upload-time = "2025-12-08T17:02:39.908Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/9e/c9/b2622292ea83fbb4ec318f5b9ab867d0a28ab43c5717bb85b0a5f6b3b0a4/networkx-3.6.1-py3-none-any.whl", hash = "sha256:d47fbf302e7d9cbbb9e2555a0d267983d2aa476bac30e90dfbe5669bd57f3762", size = 2068504, upload-time = "2025-12-08T17:02:38.159Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "numba"
|
||||
version = "0.62.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "llvmlite" },
|
||||
{ name = "numpy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a3/20/33dbdbfe60e5fd8e3dbfde299d106279a33d9f8308346022316781368591/numba-0.62.1.tar.gz", hash = "sha256:7b774242aa890e34c21200a1fc62e5b5757d5286267e71103257f4e2af0d5161", size = 2749817, upload-time = "2025-09-29T10:46:31.551Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/22/76/501ea2c07c089ef1386868f33dff2978f43f51b854e34397b20fc55e0a58/numba-0.62.1-cp313-cp313-macosx_10_15_x86_64.whl", hash = "sha256:b72489ba8411cc9fdcaa2458d8f7677751e94f0109eeb53e5becfdc818c64afb", size = 2685766, upload-time = "2025-09-29T10:43:49.161Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/80/68/444986ed95350c0611d5c7b46828411c222ce41a0c76707c36425d27ce29/numba-0.62.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:44a1412095534a26fb5da2717bc755b57da5f3053965128fe3dc286652cc6a92", size = 2688741, upload-time = "2025-09-29T10:44:10.07Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/78/7e/bf2e3634993d57f95305c7cee4c9c6cb3c9c78404ee7b49569a0dfecfe33/numba-0.62.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8c9460b9e936c5bd2f0570e20a0a5909ee6e8b694fd958b210e3bde3a6dba2d7", size = 3804576, upload-time = "2025-09-29T10:42:59.53Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e8/b6/8a1723fff71f63bbb1354bdc60a1513a068acc0f5322f58da6f022d20247/numba-0.62.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:728f91a874192df22d74e3fd42c12900b7ce7190b1aad3574c6c61b08313e4c5", size = 3503367, upload-time = "2025-09-29T10:43:26.326Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9c/ec/9d414e7a80d6d1dc4af0e07c6bfe293ce0b04ea4d0ed6c45dad9bd6e72eb/numba-0.62.1-cp313-cp313-win_amd64.whl", hash = "sha256:bbf3f88b461514287df66bc8d0307e949b09f2b6f67da92265094e8fa1282dd8", size = 2745529, upload-time = "2025-09-29T10:44:31.738Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "numpy"
|
||||
version = "2.3.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/76/65/21b3bc86aac7b8f2862db1e808f1ea22b028e30a225a34a5ede9bf8678f2/numpy-2.3.5.tar.gz", hash = "sha256:784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0", size = 20584950, upload-time = "2025-11-16T22:52:42.067Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/db/69/9cde09f36da4b5a505341180a3f2e6fadc352fd4d2b7096ce9778db83f1a/numpy-2.3.5-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d0f23b44f57077c1ede8c5f26b30f706498b4862d3ff0a7298b8411dd2f043ff", size = 16728251, upload-time = "2025-11-16T22:50:19.013Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/79/fb/f505c95ceddd7027347b067689db71ca80bd5ecc926f913f1a23e65cf09b/numpy-2.3.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:aa5bc7c5d59d831d9773d1170acac7893ce3a5e130540605770ade83280e7188", size = 12254652, upload-time = "2025-11-16T22:50:21.487Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/78/da/8c7738060ca9c31b30e9301ee0cf6c5ffdbf889d9593285a1cead337f9a5/numpy-2.3.5-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:ccc933afd4d20aad3c00bcef049cb40049f7f196e0397f1109dba6fed63267b0", size = 5083172, upload-time = "2025-11-16T22:50:24.562Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a4/b4/ee5bb2537fb9430fd2ef30a616c3672b991a4129bb1c7dcc42aa0abbe5d7/numpy-2.3.5-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:afaffc4393205524af9dfa400fa250143a6c3bc646c08c9f5e25a9f4b4d6a903", size = 6622990, upload-time = "2025-11-16T22:50:26.47Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/95/03/dc0723a013c7d7c19de5ef29e932c3081df1c14ba582b8b86b5de9db7f0f/numpy-2.3.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c75442b2209b8470d6d5d8b1c25714270686f14c749028d2199c54e29f20b4d", size = 14248902, upload-time = "2025-11-16T22:50:28.861Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f5/10/ca162f45a102738958dcec8023062dad0cbc17d1ab99d68c4e4a6c45fb2b/numpy-2.3.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11e06aa0af8c0f05104d56450d6093ee639e15f24ecf62d417329d06e522e017", size = 16597430, upload-time = "2025-11-16T22:50:31.56Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2a/51/c1e29be863588db58175175f057286900b4b3327a1351e706d5e0f8dd679/numpy-2.3.5-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ed89927b86296067b4f81f108a2271d8926467a8868e554eaf370fc27fa3ccaf", size = 16024551, upload-time = "2025-11-16T22:50:34.242Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/83/68/8236589d4dbb87253d28259d04d9b814ec0ecce7cb1c7fed29729f4c3a78/numpy-2.3.5-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:51c55fe3451421f3a6ef9a9c1439e82101c57a2c9eab9feb196a62b1a10b58ce", size = 18533275, upload-time = "2025-11-16T22:50:37.651Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/40/56/2932d75b6f13465239e3b7b7e511be27f1b8161ca2510854f0b6e521c395/numpy-2.3.5-cp313-cp313-win32.whl", hash = "sha256:1978155dd49972084bd6ef388d66ab70f0c323ddee6f693d539376498720fb7e", size = 6277637, upload-time = "2025-11-16T22:50:40.11Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0c/88/e2eaa6cffb115b85ed7c7c87775cb8bcf0816816bc98ca8dbfa2ee33fe6e/numpy-2.3.5-cp313-cp313-win_amd64.whl", hash = "sha256:00dc4e846108a382c5869e77c6ed514394bdeb3403461d25a829711041217d5b", size = 12779090, upload-time = "2025-11-16T22:50:42.503Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8f/88/3f41e13a44ebd4034ee17baa384acac29ba6a4fcc2aca95f6f08ca0447d1/numpy-2.3.5-cp313-cp313-win_arm64.whl", hash = "sha256:0472f11f6ec23a74a906a00b48a4dcf3849209696dff7c189714511268d103ae", size = 10194710, upload-time = "2025-11-16T22:50:44.971Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/13/cb/71744144e13389d577f867f745b7df2d8489463654a918eea2eeb166dfc9/numpy-2.3.5-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:414802f3b97f3c1eef41e530aaba3b3c1620649871d8cb38c6eaff034c2e16bd", size = 16827292, upload-time = "2025-11-16T22:50:47.715Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/71/80/ba9dc6f2a4398e7f42b708a7fdc841bb638d353be255655498edbf9a15a8/numpy-2.3.5-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:5ee6609ac3604fa7780e30a03e5e241a7956f8e2fcfe547d51e3afa5247ac47f", size = 12378897, upload-time = "2025-11-16T22:50:51.327Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2e/6d/db2151b9f64264bcceccd51741aa39b50150de9b602d98ecfe7e0c4bff39/numpy-2.3.5-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:86d835afea1eaa143012a2d7a3f45a3adce2d7adc8b4961f0b362214d800846a", size = 5207391, upload-time = "2025-11-16T22:50:54.542Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/80/ae/429bacace5ccad48a14c4ae5332f6aa8ab9f69524193511d60ccdfdc65fa/numpy-2.3.5-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:30bc11310e8153ca664b14c5f1b73e94bd0503681fcf136a163de856f3a50139", size = 6721275, upload-time = "2025-11-16T22:50:56.794Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/74/5b/1919abf32d8722646a38cd527bc3771eb229a32724ee6ba340ead9b92249/numpy-2.3.5-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1062fde1dcf469571705945b0f221b73928f34a20c904ffb45db101907c3454e", size = 14306855, upload-time = "2025-11-16T22:50:59.208Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a5/87/6831980559434973bebc30cd9c1f21e541a0f2b0c280d43d3afd909b66d0/numpy-2.3.5-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ce581db493ea1a96c0556360ede6607496e8bf9b3a8efa66e06477267bc831e9", size = 16657359, upload-time = "2025-11-16T22:51:01.991Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/dd/91/c797f544491ee99fd00495f12ebb7802c440c1915811d72ac5b4479a3356/numpy-2.3.5-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:cc8920d2ec5fa99875b670bb86ddeb21e295cb07aa331810d9e486e0b969d946", size = 16093374, upload-time = "2025-11-16T22:51:05.291Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/74/a6/54da03253afcbe7a72785ec4da9c69fb7a17710141ff9ac5fcb2e32dbe64/numpy-2.3.5-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:9ee2197ef8c4f0dfe405d835f3b6a14f5fee7782b5de51ba06fb65fc9b36e9f1", size = 18594587, upload-time = "2025-11-16T22:51:08.585Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/80/e9/aff53abbdd41b0ecca94285f325aff42357c6b5abc482a3fcb4994290b18/numpy-2.3.5-cp313-cp313t-win32.whl", hash = "sha256:70b37199913c1bd300ff6e2693316c6f869c7ee16378faf10e4f5e3275b299c3", size = 6405940, upload-time = "2025-11-16T22:51:11.541Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d5/81/50613fec9d4de5480de18d4f8ef59ad7e344d497edbef3cfd80f24f98461/numpy-2.3.5-cp313-cp313t-win_amd64.whl", hash = "sha256:b501b5fa195cc9e24fe102f21ec0a44dffc231d2af79950b451e0d99cea02234", size = 12920341, upload-time = "2025-11-16T22:51:14.312Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bb/ab/08fd63b9a74303947f34f0bd7c5903b9c5532c2d287bead5bdf4c556c486/numpy-2.3.5-cp313-cp313t-win_arm64.whl", hash = "sha256:a80afd79f45f3c4a7d341f13acbe058d1ca8ac017c165d3fa0d3de6bc1a079d7", size = 10262507, upload-time = "2025-11-16T22:51:16.846Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "openpyxl"
|
||||
version = "3.1.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "et-xmlfile" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/3d/f9/88d94a75de065ea32619465d2f77b29a0469500e99012523b91cc4141cd1/openpyxl-3.1.5.tar.gz", hash = "sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050", size = 186464, upload-time = "2024-06-28T14:03:44.161Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/c0/da/977ded879c29cbd04de313843e76868e6e13408a94ed6b987245dc7c8506/openpyxl-3.1.5-py2.py3-none-any.whl", hash = "sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2", size = 250910, upload-time = "2024-06-28T14:03:41.161Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "packaging"
|
||||
version = "26.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/65/ee/299d360cdc32edc7d2cf530f3accf79c4fca01e96ffc950d8a52213bd8e4/packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4", size = 143416, upload-time = "2026-01-21T20:50:39.064Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529", size = 74366, upload-time = "2026-01-21T20:50:37.788Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pandas"
|
||||
version = "2.3.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
{ name = "python-dateutil" },
|
||||
{ name = "pytz" },
|
||||
{ name = "tzdata" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/33/01/d40b85317f86cf08d853a4f495195c73815fdf205eef3993821720274518/pandas-2.3.3.tar.gz", hash = "sha256:e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b", size = 4495223, upload-time = "2025-09-29T23:34:51.853Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/cd/4b/18b035ee18f97c1040d94debd8f2e737000ad70ccc8f5513f4eefad75f4b/pandas-2.3.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:56851a737e3470de7fa88e6131f41281ed440d29a9268dcbf0002da5ac366713", size = 11544671, upload-time = "2025-09-29T23:21:05.024Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/31/94/72fac03573102779920099bcac1c3b05975c2cb5f01eac609faf34bed1ca/pandas-2.3.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bdcd9d1167f4885211e401b3036c0c8d9e274eee67ea8d0758a256d60704cfe8", size = 10680807, upload-time = "2025-09-29T23:21:15.979Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/16/87/9472cf4a487d848476865321de18cc8c920b8cab98453ab79dbbc98db63a/pandas-2.3.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e32e7cc9af0f1cc15548288a51a3b681cc2a219faa838e995f7dc53dbab1062d", size = 11709872, upload-time = "2025-09-29T23:21:27.165Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/15/07/284f757f63f8a8d69ed4472bfd85122bd086e637bf4ed09de572d575a693/pandas-2.3.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:318d77e0e42a628c04dc56bcef4b40de67918f7041c2b061af1da41dcff670ac", size = 12306371, upload-time = "2025-09-29T23:21:40.532Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/33/81/a3afc88fca4aa925804a27d2676d22dcd2031c2ebe08aabd0ae55b9ff282/pandas-2.3.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4e0a175408804d566144e170d0476b15d78458795bb18f1304fb94160cabf40c", size = 12765333, upload-time = "2025-09-29T23:21:55.77Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8d/0f/b4d4ae743a83742f1153464cf1a8ecfafc3ac59722a0b5c8602310cb7158/pandas-2.3.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:93c2d9ab0fc11822b5eece72ec9587e172f63cff87c00b062f6e37448ced4493", size = 13418120, upload-time = "2025-09-29T23:22:10.109Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4f/c7/e54682c96a895d0c808453269e0b5928a07a127a15704fedb643e9b0a4c8/pandas-2.3.3-cp313-cp313-win_amd64.whl", hash = "sha256:f8bfc0e12dc78f777f323f55c58649591b2cd0c43534e8355c51d3fede5f4dee", size = 10993991, upload-time = "2025-09-29T23:25:04.889Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f9/ca/3f8d4f49740799189e1395812f3bf23b5e8fc7c190827d55a610da72ce55/pandas-2.3.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:75ea25f9529fdec2d2e93a42c523962261e567d250b0013b16210e1d40d7c2e5", size = 12048227, upload-time = "2025-09-29T23:22:24.343Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0e/5a/f43efec3e8c0cc92c4663ccad372dbdff72b60bdb56b2749f04aa1d07d7e/pandas-2.3.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:74ecdf1d301e812db96a465a525952f4dde225fdb6d8e5a521d47e1f42041e21", size = 11411056, upload-time = "2025-09-29T23:22:37.762Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/46/b1/85331edfc591208c9d1a63a06baa67b21d332e63b7a591a5ba42a10bb507/pandas-2.3.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6435cb949cb34ec11cc9860246ccb2fdc9ecd742c12d3304989017d53f039a78", size = 11645189, upload-time = "2025-09-29T23:22:51.688Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/44/23/78d645adc35d94d1ac4f2a3c4112ab6f5b8999f4898b8cdf01252f8df4a9/pandas-2.3.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:900f47d8f20860de523a1ac881c4c36d65efcb2eb850e6948140fa781736e110", size = 12121912, upload-time = "2025-09-29T23:23:05.042Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/53/da/d10013df5e6aaef6b425aa0c32e1fc1f3e431e4bcabd420517dceadce354/pandas-2.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a45c765238e2ed7d7c608fc5bc4a6f88b642f2f01e70c0c23d2224dd21829d86", size = 12712160, upload-time = "2025-09-29T23:23:28.57Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bd/17/e756653095a083d8a37cbd816cb87148debcfcd920129b25f99dd8d04271/pandas-2.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c4fc4c21971a1a9f4bdb4c73978c7f7256caa3e62b323f70d6cb80db583350bc", size = 13199233, upload-time = "2025-09-29T23:24:24.876Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pandas-stubs"
|
||||
version = "2.3.3.260113"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
{ name = "types-pytz" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/92/5d/be23854a73fda69f1dbdda7bc10fbd6f930bd1fa87aaec389f00c901c1e8/pandas_stubs-2.3.3.260113.tar.gz", hash = "sha256:076e3724bcaa73de78932b012ec64b3010463d377fa63116f4e6850643d93800", size = 116131, upload-time = "2026-01-13T22:30:16.704Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/d1/c6/df1fe324248424f77b89371116dab5243db7f052c32cc9fe7442ad9c5f75/pandas_stubs-2.3.3.260113-py3-none-any.whl", hash = "sha256:ec070b5c576e1badf12544ae50385872f0631fc35d99d00dc598c2954ec564d3", size = 168246, upload-time = "2026-01-13T22:30:15.244Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "patsy"
|
||||
version = "1.0.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/be/44/ed13eccdd0519eff265f44b670d46fbb0ec813e2274932dc1c0e48520f7d/patsy-1.0.2.tar.gz", hash = "sha256:cdc995455f6233e90e22de72c37fcadb344e7586fb83f06696f54d92f8ce74c0", size = 399942, upload-time = "2025-10-20T16:17:37.535Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/f1/70/ba4b949bdc0490ab78d545459acd7702b211dfccf7eb89bbc1060f52818d/patsy-1.0.2-py2.py3-none-any.whl", hash = "sha256:37bfddbc58fcf0362febb5f54f10743f8b21dd2aa73dec7e7ef59d1b02ae668a", size = 233301, upload-time = "2025-10-20T16:17:36.563Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phik"
|
||||
version = "0.12.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "joblib" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pandas" },
|
||||
{ name = "scipy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/47/44/e8e26bcef558feb3668b073361c036bfef5de32d87061fc26cb1cf2e0124/phik-0.12.5.tar.gz", hash = "sha256:dfc15a9166ab0dcfe3f5f60de606fe9ce064a09af2dd212e726ed3625b795332", size = 621690, upload-time = "2025-07-17T13:54:29.565Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/27/b9/651cc4b58bd0d4f3362b72ecb8691cd0dba404c3e62be239cba141a461f6/phik-0.12.5-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:95f5de5cd0e8b7ce2cc976d257a6ee8f0b74888d6342b0f0ace7df6728b18757", size = 670659, upload-time = "2025-10-10T14:26:02.426Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3c/24/f3ee42f54ff3e2de58458fb58f5faa1c80b7a42de83f5e30f612569c9871/phik-0.12.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8b335ee26f0817e2e79719ae00e0363099098cbabd3b6b998906a3b92239b88f", size = 666924, upload-time = "2025-10-10T14:26:04.05Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/02/f2/327a4d595a98e5797c53c6b9f7241ad205a8bc90db04cda132db9efc477f/phik-0.12.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9dc76280080e2b20ec341e40f2ee55e1824abe303f1b7af0958f1aedfaada859", size = 682496, upload-time = "2025-10-10T14:26:05.121Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/03/70/435faffb2c27f48acdcf075c27992d572fad3f6876517c4547a665a8c553/phik-0.12.5-cp313-cp313-win_amd64.whl", hash = "sha256:8cfc30f872900531cd56a242537db0a4da61fb46512d58b2d1dc7fb98eff4438", size = 678071, upload-time = "2025-10-10T14:26:06.536Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pillow"
|
||||
version = "12.1.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/1f/42/5c74462b4fd957fcd7b13b04fb3205ff8349236ea74c7c375766d6c82288/pillow-12.1.1.tar.gz", hash = "sha256:9ad8fa5937ab05218e2b6a4cff30295ad35afd2f83ac592e68c0d871bb0fdbc4", size = 46980264, upload-time = "2026-02-11T04:23:07.146Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/d5/11/6db24d4bd7685583caeae54b7009584e38da3c3d4488ed4cd25b439de486/pillow-12.1.1-cp313-cp313-ios_13_0_arm64_iphoneos.whl", hash = "sha256:d242e8ac078781f1de88bf823d70c1a9b3c7950a44cdf4b7c012e22ccbcd8e4e", size = 4062689, upload-time = "2026-02-11T04:21:06.804Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/33/c0/ce6d3b1fe190f0021203e0d9b5b99e57843e345f15f9ef22fcd43842fd21/pillow-12.1.1-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:02f84dfad02693676692746df05b89cf25597560db2857363a208e393429f5e9", size = 4138535, upload-time = "2026-02-11T04:21:08.452Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a0/c6/d5eb6a4fb32a3f9c21a8c7613ec706534ea1cf9f4b3663e99f0d83f6fca8/pillow-12.1.1-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:e65498daf4b583091ccbb2556c7000abf0f3349fcd57ef7adc9a84a394ed29f6", size = 3601364, upload-time = "2026-02-11T04:21:10.194Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/14/a1/16c4b823838ba4c9c52c0e6bbda903a3fe5a1bdbf1b8eb4fff7156f3e318/pillow-12.1.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:6c6db3b84c87d48d0088943bf33440e0c42370b99b1c2a7989216f7b42eede60", size = 5262561, upload-time = "2026-02-11T04:21:11.742Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bb/ad/ad9dc98ff24f485008aa5cdedaf1a219876f6f6c42a4626c08bc4e80b120/pillow-12.1.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8b7e5304e34942bf62e15184219a7b5ad4ff7f3bb5cca4d984f37df1a0e1aee2", size = 4657460, upload-time = "2026-02-11T04:21:13.786Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9e/1b/f1a4ea9a895b5732152789326202a82464d5254759fbacae4deea3069334/pillow-12.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:18e5bddd742a44b7e6b1e773ab5db102bd7a94c32555ba656e76d319d19c3850", size = 6232698, upload-time = "2026-02-11T04:21:15.949Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/95/f4/86f51b8745070daf21fd2e5b1fe0eb35d4db9ca26e6d58366562fb56a743/pillow-12.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fc44ef1f3de4f45b50ccf9136999d71abb99dca7706bc75d222ed350b9fd2289", size = 8041706, upload-time = "2026-02-11T04:21:17.723Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/29/9b/d6ecd956bb1266dd1045e995cce9b8d77759e740953a1c9aad9502a0461e/pillow-12.1.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5a8eb7ed8d4198bccbd07058416eeec51686b498e784eda166395a23eb99138e", size = 6346621, upload-time = "2026-02-11T04:21:19.547Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/71/24/538bff45bde96535d7d998c6fed1a751c75ac7c53c37c90dc2601b243893/pillow-12.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:47b94983da0c642de92ced1702c5b6c292a84bd3a8e1d1702ff923f183594717", size = 7038069, upload-time = "2026-02-11T04:21:21.378Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/94/0e/58cb1a6bc48f746bc4cb3adb8cabff73e2742c92b3bf7a220b7cf69b9177/pillow-12.1.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:518a48c2aab7ce596d3bf79d0e275661b846e86e4d0e7dec34712c30fe07f02a", size = 6460040, upload-time = "2026-02-11T04:21:23.148Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/6c/57/9045cb3ff11eeb6c1adce3b2d60d7d299d7b273a2e6c8381a524abfdc474/pillow-12.1.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a550ae29b95c6dc13cf69e2c9dc5747f814c54eeb2e32d683e5e93af56caa029", size = 7164523, upload-time = "2026-02-11T04:21:25.01Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/73/f2/9be9cb99f2175f0d4dbadd6616ce1bf068ee54a28277ea1bf1fbf729c250/pillow-12.1.1-cp313-cp313-win32.whl", hash = "sha256:a003d7422449f6d1e3a34e3dd4110c22148336918ddbfc6a32581cd54b2e0b2b", size = 6332552, upload-time = "2026-02-11T04:21:27.238Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3f/eb/b0834ad8b583d7d9d42b80becff092082a1c3c156bb582590fcc973f1c7c/pillow-12.1.1-cp313-cp313-win_amd64.whl", hash = "sha256:344cf1e3dab3be4b1fa08e449323d98a2a3f819ad20f4b22e77a0ede31f0faa1", size = 7040108, upload-time = "2026-02-11T04:21:29.462Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d5/7d/fc09634e2aabdd0feabaff4a32f4a7d97789223e7c2042fd805ea4b4d2c2/pillow-12.1.1-cp313-cp313-win_arm64.whl", hash = "sha256:5c0dd1636633e7e6a0afe7bf6a51a14992b7f8e60de5789018ebbdfae55b040a", size = 2453712, upload-time = "2026-02-11T04:21:31.072Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/19/2a/b9d62794fc8a0dd14c1943df68347badbd5511103e0d04c035ffe5cf2255/pillow-12.1.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:0330d233c1a0ead844fc097a7d16c0abff4c12e856c0b325f231820fee1f39da", size = 5264880, upload-time = "2026-02-11T04:21:32.865Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/26/9d/e03d857d1347fa5ed9247e123fcd2a97b6220e15e9cb73ca0a8d91702c6e/pillow-12.1.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:5dae5f21afb91322f2ff791895ddd8889e5e947ff59f71b46041c8ce6db790bc", size = 4660616, upload-time = "2026-02-11T04:21:34.97Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f7/ec/8a6d22afd02570d30954e043f09c32772bfe143ba9285e2fdb11284952cd/pillow-12.1.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2e0c664be47252947d870ac0d327fea7e63985a08794758aa8af5b6cb6ec0c9c", size = 6269008, upload-time = "2026-02-11T04:21:36.623Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3d/1d/6d875422c9f28a4a361f495a5f68d9de4a66941dc2c619103ca335fa6446/pillow-12.1.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:691ab2ac363b8217f7d31b3497108fb1f50faab2f75dfb03284ec2f217e87bf8", size = 8073226, upload-time = "2026-02-11T04:21:38.585Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a1/cd/134b0b6ee5eda6dc09e25e24b40fdafe11a520bc725c1d0bbaa5e00bf95b/pillow-12.1.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e9e8064fb1cc019296958595f6db671fba95209e3ceb0c4734c9baf97de04b20", size = 6380136, upload-time = "2026-02-11T04:21:40.562Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/7a/a9/7628f013f18f001c1b98d8fffe3452f306a70dc6aba7d931019e0492f45e/pillow-12.1.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:472a8d7ded663e6162dafdf20015c486a7009483ca671cece7a9279b512fcb13", size = 7067129, upload-time = "2026-02-11T04:21:42.521Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/1e/f8/66ab30a2193b277785601e82ee2d49f68ea575d9637e5e234faaa98efa4c/pillow-12.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:89b54027a766529136a06cfebeecb3a04900397a3590fd252160b888479517bf", size = 6491807, upload-time = "2026-02-11T04:21:44.22Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/da/0b/a877a6627dc8318fdb84e357c5e1a758c0941ab1ddffdafd231983788579/pillow-12.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:86172b0831b82ce4f7877f280055892b31179e1576aa00d0df3bb1bbf8c3e524", size = 7190954, upload-time = "2026-02-11T04:21:46.114Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/83/43/6f732ff85743cf746b1361b91665d9f5155e1483817f693f8d57ea93147f/pillow-12.1.1-cp313-cp313t-win32.whl", hash = "sha256:44ce27545b6efcf0fdbdceb31c9a5bdea9333e664cda58a7e674bb74608b3986", size = 6336441, upload-time = "2026-02-11T04:21:48.22Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3b/44/e865ef3986611bb75bfabdf94a590016ea327833f434558801122979cd0e/pillow-12.1.1-cp313-cp313t-win_amd64.whl", hash = "sha256:a285e3eb7a5a45a2ff504e31f4a8d1b12ef62e84e5411c6804a42197c1cf586c", size = 7045383, upload-time = "2026-02-11T04:21:50.015Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a8/c6/f4fb24268d0c6908b9f04143697ea18b0379490cb74ba9e8d41b898bd005/pillow-12.1.1-cp313-cp313t-win_arm64.whl", hash = "sha256:cc7d296b5ea4d29e6570dabeaed58d31c3fea35a633a69679fb03d7664f43fb3", size = 2456104, upload-time = "2026-02-11T04:21:51.633Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "puremagic"
|
||||
version = "2.0.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/02/3b/0fe979ea1e2768758259f4d412b8cb26d9418e82d5fd10fdf7f00dc70e15/puremagic-2.0.2.tar.gz", hash = "sha256:3ebc28f9380e19dbd8179aeaa08e9692334d71194fc6e5865818770d2bee44c8", size = 1129446, upload-time = "2026-03-09T19:27:32.882Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/1e/67/11071126b95fba5a9f9db2c8dfbe676880bcff88eded31c0381c9bf76f7a/puremagic-2.0.2-py3-none-any.whl", hash = "sha256:31dfca8c21a818b143c667e4f89c70a6bf22fc0505a4a666a9e9b85501f73a33", size = 65819, upload-time = "2026-03-09T19:27:31.491Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pydantic"
|
||||
version = "2.12.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "annotated-types" },
|
||||
{ name = "pydantic-core" },
|
||||
{ name = "typing-extensions" },
|
||||
{ name = "typing-inspection" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928/pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49", size = 821591, upload-time = "2025-11-26T15:11:46.471Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/5a/87/b70ad306ebb6f9b585f114d0ac2137d792b48be34d732d60e597c2f8465a/pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d", size = 463580, upload-time = "2025-11-26T15:11:44.605Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pydantic-core"
|
||||
version = "2.41.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/71/70/23b021c950c2addd24ec408e9ab05d59b035b39d97cdc1130e1bce647bb6/pydantic_core-2.41.5.tar.gz", hash = "sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e", size = 460952, upload-time = "2025-11-04T13:43:49.098Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/87/06/8806241ff1f70d9939f9af039c6c35f2360cf16e93c2ca76f184e76b1564/pydantic_core-2.41.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:941103c9be18ac8daf7b7adca8228f8ed6bb7a1849020f643b3a14d15b1924d9", size = 2120403, upload-time = "2025-11-04T13:40:25.248Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/94/02/abfa0e0bda67faa65fef1c84971c7e45928e108fe24333c81f3bfe35d5f5/pydantic_core-2.41.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:112e305c3314f40c93998e567879e887a3160bb8689ef3d2c04b6cc62c33ac34", size = 1896206, upload-time = "2025-11-04T13:40:27.099Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/15/df/a4c740c0943e93e6500f9eb23f4ca7ec9bf71b19e608ae5b579678c8d02f/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbaad15cb0c90aa221d43c00e77bb33c93e8d36e0bf74760cd00e732d10a6a0", size = 1919307, upload-time = "2025-11-04T13:40:29.806Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9a/e3/6324802931ae1d123528988e0e86587c2072ac2e5394b4bc2bc34b61ff6e/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:03ca43e12fab6023fc79d28ca6b39b05f794ad08ec2feccc59a339b02f2b3d33", size = 2063258, upload-time = "2025-11-04T13:40:33.544Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c9/d4/2230d7151d4957dd79c3044ea26346c148c98fbf0ee6ebd41056f2d62ab5/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc799088c08fa04e43144b164feb0c13f9a0bc40503f8df3e9fde58a3c0c101e", size = 2214917, upload-time = "2025-11-04T13:40:35.479Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e6/9f/eaac5df17a3672fef0081b6c1bb0b82b33ee89aa5cec0d7b05f52fd4a1fa/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:97aeba56665b4c3235a0e52b2c2f5ae9cd071b8a8310ad27bddb3f7fb30e9aa2", size = 2332186, upload-time = "2025-11-04T13:40:37.436Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cf/4e/35a80cae583a37cf15604b44240e45c05e04e86f9cfd766623149297e971/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:406bf18d345822d6c21366031003612b9c77b3e29ffdb0f612367352aab7d586", size = 2073164, upload-time = "2025-11-04T13:40:40.289Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/bf/e3/f6e262673c6140dd3305d144d032f7bd5f7497d3871c1428521f19f9efa2/pydantic_core-2.41.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b93590ae81f7010dbe380cdeab6f515902ebcbefe0b9327cc4804d74e93ae69d", size = 2179146, upload-time = "2025-11-04T13:40:42.809Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/75/c7/20bd7fc05f0c6ea2056a4565c6f36f8968c0924f19b7d97bbfea55780e73/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:01a3d0ab748ee531f4ea6c3e48ad9dac84ddba4b0d82291f87248f2f9de8d740", size = 2137788, upload-time = "2025-11-04T13:40:44.752Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3a/8d/34318ef985c45196e004bc46c6eab2eda437e744c124ef0dbe1ff2c9d06b/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:6561e94ba9dacc9c61bce40e2d6bdc3bfaa0259d3ff36ace3b1e6901936d2e3e", size = 2340133, upload-time = "2025-11-04T13:40:46.66Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9c/59/013626bf8c78a5a5d9350d12e7697d3d4de951a75565496abd40ccd46bee/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:915c3d10f81bec3a74fbd4faebe8391013ba61e5a1a8d48c4455b923bdda7858", size = 2324852, upload-time = "2025-11-04T13:40:48.575Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/1a/d9/c248c103856f807ef70c18a4f986693a46a8ffe1602e5d361485da502d20/pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36", size = 1994679, upload-time = "2025-11-04T13:40:50.619Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/9e/8b/341991b158ddab181cff136acd2552c9f35bd30380422a639c0671e99a91/pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11", size = 2019766, upload-time = "2025-11-04T13:40:52.631Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/73/7d/f2f9db34af103bea3e09735bb40b021788a5e834c81eedb541991badf8f5/pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd", size = 1981005, upload-time = "2025-11-04T13:40:54.734Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pyparsing"
|
||||
version = "3.3.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/f3/91/9c6ee907786a473bf81c5f53cf703ba0957b23ab84c264080fb5a450416f/pyparsing-3.3.2.tar.gz", hash = "sha256:c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc", size = 6851574, upload-time = "2026-01-21T03:57:59.36Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl", hash = "sha256:850ba148bd908d7e2411587e247a1e4f0327839c40e2e5e6d05a007ecc69911d", size = 122781, upload-time = "2026-01-21T03:57:55.912Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "python-dateutil"
|
||||
version = "2.9.0.post0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "six" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432, upload-time = "2024-03-01T18:36:20.211Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892, upload-time = "2024-03-01T18:36:18.57Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pytz"
|
||||
version = "2026.1.post1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/56/db/b8721d71d945e6a8ac63c0fc900b2067181dbb50805958d4d4661cf7d277/pytz-2026.1.post1.tar.gz", hash = "sha256:3378dde6a0c3d26719182142c56e60c7f9af7e968076f31aae569d72a0358ee1", size = 321088, upload-time = "2026-03-03T07:47:50.683Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/10/99/781fe0c827be2742bcc775efefccb3b048a3a9c6ce9aec0cbf4a101677e5/pytz-2026.1.post1-py2.py3-none-any.whl", hash = "sha256:f2fd16142fda348286a75e1a524be810bb05d444e5a081f37f7affc635035f7a", size = 510489, upload-time = "2026-03-03T07:47:49.167Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pywavelets"
|
||||
version = "1.9.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/5a/75/50581633d199812205ea8cdd0f6d52f12a624886b74bf1486335b67f01ff/pywavelets-1.9.0.tar.gz", hash = "sha256:148d12203377772bea452a59211d98649c8ee4a05eff019a9021853a36babdc8", size = 3938340, upload-time = "2025-08-04T16:20:04.978Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/db/a7/dec4e450675d62946ad975f5b4d924437df42d2fae46e91dfddda2de0f5a/pywavelets-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:74f8455c143818e4b026fc67b27fd82f38e522701b94b8a6d1aaf3a45fcc1a25", size = 4316201, upload-time = "2025-08-04T16:19:16.259Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/aa/0c/b54b86596c0df68027e48c09210e907e628435003e77048384a2dd6767e3/pywavelets-1.9.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c50320fe0a4a23ddd8835b3dc9b53b09ee05c7cc6c56b81d0916f04fc1649070", size = 4286838, upload-time = "2025-08-04T16:19:17.92Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/5a/9c/333969c3baad8af2e7999e83addcb7bb1d1fd48e2d812fb27e2e89582cb1/pywavelets-1.9.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d6e059265223ed659e5214ab52a84883c88ddf3decbf08d7ec6abb8e4c5ed7be", size = 4430753, upload-time = "2025-08-04T16:19:19.529Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e5/1b/a24c6ff03b026b826ad7b9267bd63cd34ce026795a0302f8a5403840b8e7/pywavelets-1.9.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ae10ed46c139c7ddb8b1249cfe0989f8ccb610d93f2899507b1b1573a0e424b5", size = 4491315, upload-time = "2025-08-04T16:19:20.717Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d7/c7/e3fbb502fca3469e51ced4f1e1326364c338be91edc5db5a8ddd26b303fa/pywavelets-1.9.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c8f8b1cc2df012401cb837ee6fa2f59607c7b4fe0ff409d9a4f6906daf40dc86", size = 4437654, upload-time = "2025-08-04T16:19:22.359Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/92/44/c9b25084048d9324881a19b88e0969a4141bcfdc1d218f1b4b680b7af1c1/pywavelets-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:db43969c7a8fbb17693ecfd14f21616edc3b29f0e47a49b32fa4127c01312a67", size = 4496435, upload-time = "2025-08-04T16:19:23.842Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cd/b6/b27ec18c72b1dee3314e297af39c5f8136d43cc130dd93cb6c178ca820e5/pywavelets-1.9.0-cp313-cp313-win32.whl", hash = "sha256:9e7d60819d87dcd6c68a2d1bc1d37deb1f4d96607799ab6a25633ea484dcda41", size = 4132709, upload-time = "2025-08-04T16:19:25.415Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0a/87/78ef3f9fb36cdb16ee82371d22c3a7c89eeb79ec8c9daef6222060da6c79/pywavelets-1.9.0-cp313-cp313-win_amd64.whl", hash = "sha256:0d70da9d7858c869e24dc254f16a61dc09d8a224cad85a10c393b2eccddeb126", size = 4213377, upload-time = "2025-08-04T16:19:26.875Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8b/cd/ca0d9db0ff29e3843f6af60c2f5eb588794e05ca8eeb872a595867b1f3f5/pywavelets-1.9.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:4dc85f44c38d76a184a1aa2cb038f802c3740428c9bb877525f4be83a223b134", size = 4354336, upload-time = "2025-08-04T16:19:28.745Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/82/d6/70afefcc1139f37d02018a3b1dba3b8fc87601bb7707d9616b7f7a76e269/pywavelets-1.9.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:7acf6f950c6deaecd210fbff44421f234a8ca81eb6f4da945228e498361afa9d", size = 4335721, upload-time = "2025-08-04T16:19:30.371Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cd/3a/713f731b9ed6df0c36269c8fb62be8bb28eb343b9e26b13d6abda37bce38/pywavelets-1.9.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:144d4fc15c98da56654d0dca2d391b812b8d04127b194a37ad4a497f8e887141", size = 4418702, upload-time = "2025-08-04T16:19:31.743Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/44/e8/f801eb4b5f7a316ba20054948c5d6b27b879c77fab2674942e779974bd86/pywavelets-1.9.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1aa3729585408a979d655736f74b995b511c86b9be1544f95d4a3142f8f4b8b5", size = 4470023, upload-time = "2025-08-04T16:19:32.963Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e9/cc/44b002cb16f2a392f2082308dd470b3f033fa4925d3efa7c46f790ce895a/pywavelets-1.9.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:e0e24ad6b8eb399c49606dd1fcdcbf9749ad7f6d638be3fe6f59c1f3098821e2", size = 4426498, upload-time = "2025-08-04T16:19:34.151Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/91/fe/2b70276ede7878c5fe8356ca07574db5da63e222ce39a463e84bfad135e8/pywavelets-1.9.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:3830e6657236b53a3aae20c735cccead942bb97c54bbca9e7d07bae01645fe9c", size = 4477528, upload-time = "2025-08-04T16:19:35.932Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e7/ed/d58b540c15e36508cfeded7b0d39493e811b0dce18d9d4e6787fb2e89685/pywavelets-1.9.0-cp313-cp313t-win32.whl", hash = "sha256:81bb65facfbd7b50dec50450516e72cdc51376ecfdd46f2e945bb89d39bfb783", size = 4186493, upload-time = "2025-08-04T16:19:37.198Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/84/b2/12a849650d618a86bbe4d8876c7e20a7afe59a8cad6f49c57eca9af26dfa/pywavelets-1.9.0-cp313-cp313t-win_amd64.whl", hash = "sha256:47d52cf35e2afded8cfe1133663f6f67106a3220b77645476ae660ad34922cb4", size = 4274821, upload-time = "2025-08-04T16:19:38.436Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pyyaml"
|
||||
version = "6.0.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f", size = 130960, upload-time = "2025-09-25T21:33:16.546Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/d1/11/0fd08f8192109f7169db964b5707a2f1e8b745d4e239b784a5a1dd80d1db/pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8", size = 181669, upload-time = "2025-09-25T21:32:23.673Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b1/16/95309993f1d3748cd644e02e38b75d50cbc0d9561d21f390a76242ce073f/pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1", size = 173252, upload-time = "2025-09-25T21:32:25.149Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/50/31/b20f376d3f810b9b2371e72ef5adb33879b25edb7a6d072cb7ca0c486398/pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c", size = 767081, upload-time = "2025-09-25T21:32:26.575Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/49/1e/a55ca81e949270d5d4432fbbd19dfea5321eda7c41a849d443dc92fd1ff7/pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5", size = 841159, upload-time = "2025-09-25T21:32:27.727Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/74/27/e5b8f34d02d9995b80abcef563ea1f8b56d20134d8f4e5e81733b1feceb2/pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6", size = 801626, upload-time = "2025-09-25T21:32:28.878Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/f9/11/ba845c23988798f40e52ba45f34849aa8a1f2d4af4b798588010792ebad6/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6", size = 753613, upload-time = "2025-09-25T21:32:30.178Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3d/e0/7966e1a7bfc0a45bf0a7fb6b98ea03fc9b8d84fa7f2229e9659680b69ee3/pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be", size = 794115, upload-time = "2025-09-25T21:32:31.353Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/de/94/980b50a6531b3019e45ddeada0626d45fa85cbe22300844a7983285bed3b/pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26", size = 137427, upload-time = "2025-09-25T21:32:32.58Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/97/c9/39d5b874e8b28845e4ec2202b5da735d0199dbe5b8fb85f91398814a9a46/pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c", size = 154090, upload-time = "2025-09-25T21:32:33.659Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/73/e8/2bdf3ca2090f68bb3d75b44da7bbc71843b19c9f2b9cb9b0f4ab7a5a4329/pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb", size = 140246, upload-time = "2025-09-25T21:32:34.663Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
version = "2.32.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "certifi" },
|
||||
{ name = "charset-normalizer" },
|
||||
{ name = "idna" },
|
||||
{ name = "urllib3" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "scipy"
|
||||
version = "1.16.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/0a/ca/d8ace4f98322d01abcd52d381134344bf7b431eba7ed8b42bdea5a3c2ac9/scipy-1.16.3.tar.gz", hash = "sha256:01e87659402762f43bd2fee13370553a17ada367d42e7487800bf2916535aecb", size = 30597883, upload-time = "2025-10-28T17:38:54.068Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/72/f1/57e8327ab1508272029e27eeef34f2302ffc156b69e7e233e906c2a5c379/scipy-1.16.3-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:d2ec56337675e61b312179a1ad124f5f570c00f920cc75e1000025451b88241c", size = 36617856, upload-time = "2025-10-28T17:33:31.375Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/44/13/7e63cfba8a7452eb756306aa2fd9b37a29a323b672b964b4fdeded9a3f21/scipy-1.16.3-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:16b8bc35a4cc24db80a0ec836a9286d0e31b2503cb2fd7ff7fb0e0374a97081d", size = 28874306, upload-time = "2025-10-28T17:33:36.516Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/15/65/3a9400efd0228a176e6ec3454b1fa998fbbb5a8defa1672c3f65706987db/scipy-1.16.3-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:5803c5fadd29de0cf27fa08ccbfe7a9e5d741bf63e4ab1085437266f12460ff9", size = 20865371, upload-time = "2025-10-28T17:33:42.094Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/33/d7/eda09adf009a9fb81827194d4dd02d2e4bc752cef16737cc4ef065234031/scipy-1.16.3-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:b81c27fc41954319a943d43b20e07c40bdcd3ff7cf013f4fb86286faefe546c4", size = 23524877, upload-time = "2025-10-28T17:33:48.483Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/7d/6b/3f911e1ebc364cb81320223a3422aab7d26c9c7973109a9cd0f27c64c6c0/scipy-1.16.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0c3b4dd3d9b08dbce0f3440032c52e9e2ab9f96ade2d3943313dfe51a7056959", size = 33342103, upload-time = "2025-10-28T17:33:56.495Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/21/f6/4bfb5695d8941e5c570a04d9fcd0d36bce7511b7d78e6e75c8f9791f82d0/scipy-1.16.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7dc1360c06535ea6116a2220f760ae572db9f661aba2d88074fe30ec2aa1ff88", size = 35697297, upload-time = "2025-10-28T17:34:04.722Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/04/e1/6496dadbc80d8d896ff72511ecfe2316b50313bfc3ebf07a3f580f08bd8c/scipy-1.16.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:663b8d66a8748051c3ee9c96465fb417509315b99c71550fda2591d7dd634234", size = 36021756, upload-time = "2025-10-28T17:34:13.482Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/fe/bd/a8c7799e0136b987bda3e1b23d155bcb31aec68a4a472554df5f0937eef7/scipy-1.16.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eab43fae33a0c39006a88096cd7b4f4ef545ea0447d250d5ac18202d40b6611d", size = 38696566, upload-time = "2025-10-28T17:34:22.384Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/cd/01/1204382461fcbfeb05b6161b594f4007e78b6eba9b375382f79153172b4d/scipy-1.16.3-cp313-cp313-win_amd64.whl", hash = "sha256:062246acacbe9f8210de8e751b16fc37458213f124bef161a5a02c7a39284304", size = 38529877, upload-time = "2025-10-28T17:35:51.076Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/7f/14/9d9fbcaa1260a94f4bb5b64ba9213ceb5d03cd88841fe9fd1ffd47a45b73/scipy-1.16.3-cp313-cp313-win_arm64.whl", hash = "sha256:50a3dbf286dbc7d84f176f9a1574c705f277cb6565069f88f60db9eafdbe3ee2", size = 25455366, upload-time = "2025-10-28T17:35:59.014Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/e2/a3/9ec205bd49f42d45d77f1730dbad9ccf146244c1647605cf834b3a8c4f36/scipy-1.16.3-cp313-cp313t-macosx_10_14_x86_64.whl", hash = "sha256:fb4b29f4cf8cc5a8d628bc8d8e26d12d7278cd1f219f22698a378c3d67db5e4b", size = 37027931, upload-time = "2025-10-28T17:34:31.451Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/25/06/ca9fd1f3a4589cbd825b1447e5db3a8ebb969c1eaf22c8579bd286f51b6d/scipy-1.16.3-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:8d09d72dc92742988b0e7750bddb8060b0c7079606c0d24a8cc8e9c9c11f9079", size = 29400081, upload-time = "2025-10-28T17:34:39.087Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/6a/56/933e68210d92657d93fb0e381683bc0e53a965048d7358ff5fbf9e6a1b17/scipy-1.16.3-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:03192a35e661470197556de24e7cb1330d84b35b94ead65c46ad6f16f6b28f2a", size = 21391244, upload-time = "2025-10-28T17:34:45.234Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a8/7e/779845db03dc1418e215726329674b40576879b91814568757ff0014ad65/scipy-1.16.3-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:57d01cb6f85e34f0946b33caa66e892aae072b64b034183f3d87c4025802a119", size = 23929753, upload-time = "2025-10-28T17:34:51.793Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4c/4b/f756cf8161d5365dcdef9e5f460ab226c068211030a175d2fc7f3f41ca64/scipy-1.16.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:96491a6a54e995f00a28a3c3badfff58fd093bf26cd5fb34a2188c8c756a3a2c", size = 33496912, upload-time = "2025-10-28T17:34:59.8Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/09/b5/222b1e49a58668f23839ca1542a6322bb095ab8d6590d4f71723869a6c2c/scipy-1.16.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:cd13e354df9938598af2be05822c323e97132d5e6306b83a3b4ee6724c6e522e", size = 35802371, upload-time = "2025-10-28T17:35:08.173Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/c1/8d/5964ef68bb31829bde27611f8c9deeac13764589fe74a75390242b64ca44/scipy-1.16.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:63d3cdacb8a824a295191a723ee5e4ea7768ca5ca5f2838532d9f2e2b3ce2135", size = 36190477, upload-time = "2025-10-28T17:35:16.7Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ab/f2/b31d75cb9b5fa4dd39a0a931ee9b33e7f6f36f23be5ef560bf72e0f92f32/scipy-1.16.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e7efa2681ea410b10dde31a52b18b0154d66f2485328830e45fdf183af5aefc6", size = 38796678, upload-time = "2025-10-28T17:35:26.354Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b4/1e/b3723d8ff64ab548c38d87055483714fefe6ee20e0189b62352b5e015bb1/scipy-1.16.3-cp313-cp313t-win_amd64.whl", hash = "sha256:2d1ae2cf0c350e7705168ff2429962a89ad90c2d49d1dd300686d8b2a5af22fc", size = 38640178, upload-time = "2025-10-28T17:35:35.304Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8e/f3/d854ff38789aca9b0cc23008d607ced9de4f7ab14fa1ca4329f86b3758ca/scipy-1.16.3-cp313-cp313t-win_arm64.whl", hash = "sha256:0c623a54f7b79dd88ef56da19bc2873afec9673a48f3b85b18e4d402bdd29a5a", size = 25803246, upload-time = "2025-10-28T17:35:42.155Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "seaborn"
|
||||
version = "0.13.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "matplotlib" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pandas" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/86/59/a451d7420a77ab0b98f7affa3a1d78a313d2f7281a57afb1a34bae8ab412/seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7", size = 1457696, upload-time = "2024-01-25T13:21:52.551Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987", size = 294914, upload-time = "2024-01-25T13:21:49.598Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "setuptools"
|
||||
version = "79.0.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/bb/71/b6365e6325b3290e14957b2c3a804a529968c77a049b2ed40c095f749707/setuptools-79.0.1.tar.gz", hash = "sha256:128ce7b8f33c3079fd1b067ecbb4051a66e8526e7b65f6cec075dfc650ddfa88", size = 1367909, upload-time = "2025-04-23T22:20:59.241Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/0d/6d/b4752b044bf94cb802d88a888dc7d288baaf77d7910b7dedda74b5ceea0c/setuptools-79.0.1-py3-none-any.whl", hash = "sha256:e147c0549f27767ba362f9da434eab9c5dc0045d5304feb602a0af001089fc51", size = 1256281, upload-time = "2025-04-23T22:20:56.768Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "six"
|
||||
version = "1.17.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81", size = 34031, upload-time = "2024-12-04T17:35:28.174Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "statsmodels"
|
||||
version = "0.14.6"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "numpy" },
|
||||
{ name = "packaging" },
|
||||
{ name = "pandas" },
|
||||
{ name = "patsy" },
|
||||
{ name = "scipy" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/0d/81/e8d74b34f85285f7335d30c5e3c2d7c0346997af9f3debf9a0a9a63de184/statsmodels-0.14.6.tar.gz", hash = "sha256:4d17873d3e607d398b85126cd4ed7aad89e4e9d89fc744cdab1af3189a996c2a", size = 20689085, upload-time = "2025-12-05T23:08:39.522Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/81/59/a5aad5b0cc266f5be013db8cde563ac5d2a025e7efc0c328d83b50c72992/statsmodels-0.14.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:47ee7af083623d2091954fa71c7549b8443168f41b7c5dce66510274c50fd73e", size = 10072009, upload-time = "2025-12-05T23:11:14.021Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/53/dd/d8cfa7922fc6dc3c56fa6c59b348ea7de829a94cd73208c6f8202dd33f17/statsmodels-0.14.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:aa60d82e29fcd0a736e86feb63a11d2380322d77a9369a54be8b0965a3985f71", size = 9980018, upload-time = "2025-12-05T23:11:30.907Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ee/77/0ec96803eba444efd75dba32f2ef88765ae3e8f567d276805391ec2c98c6/statsmodels-0.14.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:89ee7d595f5939cc20bf946faedcb5137d975f03ae080f300ebb4398f16a5bd4", size = 10060269, upload-time = "2025-12-05T23:11:46.338Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/10/b9/fd41f1f6af13a1a1212a06bb377b17762feaa6d656947bf666f76300fc05/statsmodels-0.14.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:730f3297b26749b216a06e4327fe0be59b8d05f7d594fb6caff4287b69654589", size = 10324155, upload-time = "2025-12-05T23:12:01.805Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ee/0f/a6900e220abd2c69cd0a07e3ad26c71984be6061415a60e0f17b152ecf08/statsmodels-0.14.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f1c08befa85e93acc992b72a390ddb7bd876190f1360e61d10cf43833463bc9c", size = 10349765, upload-time = "2025-12-05T23:12:18.018Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/98/08/b79f0c614f38e566eebbdcff90c0bcacf3c6ba7a5bbb12183c09c29ca400/statsmodels-0.14.6-cp313-cp313-win_amd64.whl", hash = "sha256:8021271a79f35b842c02a1794465a651a9d06ec2080f76ebc3b7adce77d08233", size = 9540043, upload-time = "2025-12-05T23:12:33.887Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tornado"
|
||||
version = "6.5.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/f8/f1/3173dfa4a18db4a9b03e5d55325559dab51ee653763bb8745a75af491286/tornado-6.5.5.tar.gz", hash = "sha256:192b8f3ea91bd7f1f50c06955416ed76c6b72f96779b962f07f911b91e8d30e9", size = 516006, upload-time = "2026-03-10T21:31:02.067Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/59/8c/77f5097695f4dd8255ecbd08b2a1ed8ba8b953d337804dd7080f199e12bf/tornado-6.5.5-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:487dc9cc380e29f58c7ab88f9e27cdeef04b2140862e5076a66fb6bb68bb1bfa", size = 445983, upload-time = "2026-03-10T21:30:44.28Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/ab/5e/7625b76cd10f98f1516c36ce0346de62061156352353ef2da44e5c21523c/tornado-6.5.5-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:65a7f1d46d4bb41df1ac99f5fcb685fb25c7e61613742d5108b010975a9a6521", size = 444246, upload-time = "2026-03-10T21:30:46.571Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b2/04/7b5705d5b3c0fab088f434f9c83edac1573830ca49ccf29fb83bf7178eec/tornado-6.5.5-cp39-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:e74c92e8e65086b338fd56333fb9a68b9f6f2fe7ad532645a290a464bcf46be5", size = 447229, upload-time = "2026-03-10T21:30:48.273Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/34/01/74e034a30ef59afb4097ef8659515e96a39d910b712a89af76f5e4e1f93c/tornado-6.5.5-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:435319e9e340276428bbdb4e7fa732c2d399386d1de5686cb331ec8eee754f07", size = 448192, upload-time = "2026-03-10T21:30:51.22Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/be/00/fe9e02c5a96429fce1a1d15a517f5d8444f9c412e0bb9eadfbe3b0fc55bf/tornado-6.5.5-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:3f54aa540bdbfee7b9eb268ead60e7d199de5021facd276819c193c0fb28ea4e", size = 448039, upload-time = "2026-03-10T21:30:53.52Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/82/9e/656ee4cec0398b1d18d0f1eb6372c41c6b889722641d84948351ae19556d/tornado-6.5.5-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:36abed1754faeb80fbd6e64db2758091e1320f6bba74a4cf8c09cd18ccce8aca", size = 447445, upload-time = "2026-03-10T21:30:55.541Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/5a/76/4921c00511f88af86a33de770d64141170f1cfd9c00311aea689949e274e/tornado-6.5.5-cp39-abi3-win32.whl", hash = "sha256:dd3eafaaeec1c7f2f8fdcd5f964e8907ad788fe8a5a32c4426fbbdda621223b7", size = 448582, upload-time = "2026-03-10T21:30:57.142Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2c/23/f6c6112a04d28eed765e374435fb1a9198f73e1ec4b4024184f21faeb1ad/tornado-6.5.5-cp39-abi3-win_amd64.whl", hash = "sha256:6443a794ba961a9f619b1ae926a2e900ac20c34483eea67be4ed8f1e58d3ef7b", size = 448990, upload-time = "2026-03-10T21:30:58.857Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b7/c8/876602cbc96469911f0939f703453c1157b0c826ecb05bdd32e023397d4e/tornado-6.5.5-cp39-abi3-win_arm64.whl", hash = "sha256:2c9a876e094109333f888539ddb2de4361743e5d21eece20688e3e351e4990a6", size = 448016, upload-time = "2026-03-10T21:31:00.43Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tqdm"
|
||||
version = "4.67.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/09/a9/6ba95a270c6f1fbcd8dac228323f2777d886cb206987444e4bce66338dd4/tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb", size = 169598, upload-time = "2026-02-03T17:35:53.048Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/16/e1/3079a9ff9b8e11b846c6ac5c8b5bfb7ff225eee721825310c91b3b50304f/tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf", size = 78374, upload-time = "2026-02-03T17:35:50.982Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typeguard"
|
||||
version = "4.5.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/2b/e8/66e25efcc18542d58706ce4e50415710593721aae26e794ab1dec34fb66f/typeguard-4.5.1.tar.gz", hash = "sha256:f6f8ecbbc819c9bc749983cc67c02391e16a9b43b8b27f15dc70ed7c4a007274", size = 80121, upload-time = "2026-02-19T16:09:03.392Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/91/88/b55b3117287a8540b76dbdd87733808d4d01c8067a3b339408c250bb3600/typeguard-4.5.1-py3-none-any.whl", hash = "sha256:44d2bf329d49a244110a090b55f5f91aa82d9a9834ebfd30bcc73651e4a8cc40", size = 36745, upload-time = "2026-02-19T16:09:01.6Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "types-pytz"
|
||||
version = "2026.1.1.20260304"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/fe/56/2f12a15ea8c5615c8fb896c4fbbb527ab1c0f776ed5860c6fc9ec26ea2c7/types_pytz-2026.1.1.20260304.tar.gz", hash = "sha256:0c3542d8e9b0160b424233440c52b83d6f58cae4b85333d54e4f961cf013e117", size = 11198, upload-time = "2026-03-04T03:57:24.445Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/94/b8/e77c355f179dc89d44e7ca6dbf7a46e650806df1d356a5462e5829fccea5/types_pytz-2026.1.1.20260304-py3-none-any.whl", hash = "sha256:175332c1cf7bd6b1cc56b877f70bf02def1a3f75e5adcc05385ce2c3c70e6500", size = 10126, upload-time = "2026-03-04T03:57:23.481Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typing-extensions"
|
||||
version = "4.15.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466", size = 109391, upload-time = "2025-08-25T13:49:26.313Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548", size = 44614, upload-time = "2025-08-25T13:49:24.86Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typing-inspection"
|
||||
version = "0.4.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464", size = 75949, upload-time = "2025-10-01T02:14:41.687Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7", size = 14611, upload-time = "2025-10-01T02:14:40.154Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tzdata"
|
||||
version = "2025.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/5e/a7/c202b344c5ca7daf398f3b8a477eeb205cf3b6f32e7ec3a6bac0629ca975/tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7", size = 196772, upload-time = "2025-12-13T17:45:35.667Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/c7/b0/003792df09decd6849a5e39c28b513c06e84436a54440380862b5aeff25d/tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1", size = 348521, upload-time = "2025-12-13T17:45:33.889Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "urllib3"
|
||||
version = "2.6.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "visions"
|
||||
version = "0.8.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "attrs" },
|
||||
{ name = "multimethod" },
|
||||
{ name = "networkx" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pandas" },
|
||||
{ name = "puremagic" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/9c/b3/254fb50734da453cfb660812994f5652a6bf2b3d5300dc413865cd701470/visions-0.8.1.tar.gz", hash = "sha256:37f55c37d7bcf124054e612850b28a4f0bab9b200733cedd8f1781c3ac5cc3f0", size = 566439, upload-time = "2025-02-01T23:39:21.748Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/90/36/4a0d674198adabadba21eb4048df5cc2e25a4ecff38d75e974d51a83fda2/visions-0.8.1-py3-none-any.whl", hash = "sha256:aca16b66c93acf6c39d3b6b952429947605203e02c0678a42ea06257fcbb1211", size = 105366, upload-time = "2025-02-01T23:39:20.157Z" },
|
||||
]
|
||||
|
||||
[package.optional-dependencies]
|
||||
type-image-path = [
|
||||
{ name = "imagehash" },
|
||||
{ name = "pillow" },
|
||||
{ name = "puremagic" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wordcloud"
|
||||
version = "1.9.6"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "matplotlib" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pillow" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6f/04/a3d3c4b94a35586ddb97c6a3c508913159161cd558b34f315b382b924bf7/wordcloud-1.9.6.tar.gz", hash = "sha256:df17c468ff903bd0aba4f87c6540745d13a4931220dd4937cb363ad85a4771b9", size = 27563741, upload-time = "2026-01-22T02:08:52.976Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/d8/a5/067c0a7c75db885c573b80834deb16b63a8a145146916438b640439eaa46/wordcloud-1.9.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:706d19a085170151b1deade56fcc1b367e809b4ebea76f2ee39ecb95d45b2fcc", size = 169349, upload-time = "2026-01-22T02:08:09.01Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/65/bd/54e8ef889a73f47ac0216b8acc774bf7b260dbad4cd0a62f8638d43730ca/wordcloud-1.9.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ec02d1a44040d32a21acdeaf3fe7d1c4f4ad6d42fd417b13c7c60b41403c6978", size = 168343, upload-time = "2026-01-22T02:08:10.055Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4e/6e/e306dc81577e540b14e88f44fae111a3dd2542f04bcc770660a22b03da7a/wordcloud-1.9.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:122d01c617cac7a6620acdcf182ff117df1e08dc31d1947ac669c5af1946c9bf", size = 543612, upload-time = "2026-01-22T02:08:11.829Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/51/cf/b70f403be0a6fb722fd6654b0905d0b4914fec6a5c5a11525715dc5facd9/wordcloud-1.9.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9cad69c24ae6b3f33eae5ebff012ad6c5dd7e79c0f6f768646676722281acf8f", size = 550736, upload-time = "2026-01-22T02:08:13.383Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/6c/1d/1c5aef5da9a90fb4859ca014d4068a5d5d2a310868e2f94b0c1cbac965fa/wordcloud-1.9.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7f5fef15420e4fd1c3ba18766cd7225f6310a780602798cdd35046b004e6adb8", size = 536274, upload-time = "2026-01-22T02:08:14.467Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/23/af/fb4e76467a8c992d873da67e2e2fef6d63d47d2424fcb426ba7c28dadee3/wordcloud-1.9.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4b82ee3bf54d1f324346c7eebe4d0146748b913e790ddb661679d7559fcc0769", size = 551984, upload-time = "2026-01-22T02:08:16.499Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0c/94/1a9760be65dcd2f9152a36b3935182d748d06195c5cd535baf4498fc8d94/wordcloud-1.9.6-cp313-cp313-win32.whl", hash = "sha256:3a245498f429b4b37e909e5410887da8aed697f1d8b70c0a6d7f37ac7188654d", size = 296019, upload-time = "2026-01-22T02:08:18.153Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/a7/4a/a9cd73b01af02fa84265cf35e19ce91c31f9f7c538325115fe258bf0ada3/wordcloud-1.9.6-cp313-cp313-win_amd64.whl", hash = "sha256:3d3c5b0b5f66a385300dacb5ba2c2dba67c18c332b934fdac08261c1c7ee7d7a", size = 306987, upload-time = "2026-01-22T02:08:19.821Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "xyzservices"
|
||||
version = "2025.11.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/ee/0f/022795fc1201e7c29e742a509913badb53ce0b38f64b6db859e2f6339da9/xyzservices-2025.11.0.tar.gz", hash = "sha256:2fc72b49502b25023fd71e8f532fb4beddbbf0aa124d90ea25dba44f545e17ce", size = 1135703, upload-time = "2025-11-22T11:31:51.82Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/ef/5c/2c189d18d495dd0fa3f27ccc60762bbc787eed95b9b0147266e72bb76585/xyzservices-2025.11.0-py3-none-any.whl", hash = "sha256:de66a7599a8d6dad63980b77defd1d8f5a5a9cb5fc8774ea1c6e89ca7c2a3d2f", size = 93916, upload-time = "2025-11-22T11:31:50.525Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ydata-profiling"
|
||||
version = "4.18.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "dacite" },
|
||||
{ name = "filetype" },
|
||||
{ name = "imagehash" },
|
||||
{ name = "jinja2" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "minify-html" },
|
||||
{ name = "multimethod" },
|
||||
{ name = "numba" },
|
||||
{ name = "numpy" },
|
||||
{ name = "pandas" },
|
||||
{ name = "phik" },
|
||||
{ name = "pydantic" },
|
||||
{ name = "pyyaml" },
|
||||
{ name = "requests" },
|
||||
{ name = "scipy" },
|
||||
{ name = "seaborn" },
|
||||
{ name = "statsmodels" },
|
||||
{ name = "tqdm" },
|
||||
{ name = "typeguard" },
|
||||
{ name = "visions", extra = ["type-image-path"] },
|
||||
{ name = "wordcloud" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/40/83/03011a81f7148a71b81dfd9afda9c497de9801a3af24a2f636e47701b052/ydata_profiling-4.18.1.tar.gz", hash = "sha256:6dc529893c84abecda2e6038564cabcd69a6b801a730e077b61b6d500a98f30c", size = 331100, upload-time = "2026-01-13T18:28:59.076Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/64/2c/992c6ef2677b182b86157eef2124a0e837aa3d128b5b09f6fb03cd51bb0a/ydata_profiling-4.18.1-py2.py3-none-any.whl", hash = "sha256:cd816865930f090cc71bbd5c2045b90c727e7448e3402d22f397f7ed3d4e2927", size = 400396, upload-time = "2026-01-13T18:28:57.08Z" },
|
||||
]
|
||||
Reference in New Issue
Block a user