I'm a software engineer that specializes in web development and penetration testing.
// environment.ts
export const environment = {
production: true,
name: "Steve Tautonico",
job: "software engineer",
interests: ["web development", "pen testing", "mobile development", "networking", "it", "homelabs"],
technologies: {
languages: ["python", "javascript", "typescript", "java", "dart", "css", "less", "html", "rust", "c ", "c"],
runTimes: ["nodejs", "deno"],
frontend: {
js: ["typescript", "javascript", "jquery"],
css: ["materialize", "bootstrap", "fontawesome"],
frameworks: ["angular", "vue"]
},
backend: {
frameworks: ["django", "express", "oak"],
databases: ["mongodb", "mysql", "sqlite"]
},
mobile: ["native script", "angular", "flutter"],
devops: ["aws", "nginx", "gcp", "selfhost", "digitalocean", "github actions", "webpack"],
misc: ["redis"]
},
currentOS: "Arch Linux",
currentDE: "SDDM i3"
pgpKey: "https://stautonico.keybase.pub/public_pgp.txt",
social: {
"website": "https://dotslashsteve.sh/",
"github": "https://github.com/stautonico/",
"keybase": "https://keybase.io/stautonico",
"email": "[email protected]"
}
};