home.social

#solutionarchitect — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #solutionarchitect, aggregated by home.social.

fetched live
  1. 🔧 Spiegazione su cosa fa un Solution Architect e come diventarlo: scopri i passaggi per costruire una carriera in questo campo affascinante! #SolutionArchitect #CareerGoals

    🔗 tomshw.it/business/cosa-fa-un-

  2. i got fired 😕 -- NO! i got laid off! i'm not useless 😄
    #getfedihired
    over 30% of devs got the boot.

    hit me up for #frontend #wcag #accessibillity #css #semanticWeb #informationArchitecture #solutionArchitect #componentLibraries

    😳any help and pointers much appreciated. Primarily Oslo hybrid.

  3. i got fired 😕 -- NO! i got laid off! i'm not useless 😄
    #getfedihired
    over 30% of devs got the boot.

    hit me up for #frontend #wcag #accessibillity #css #semanticWeb #informationArchitecture #solutionArchitect #componentLibraries

    😳any help and pointers much appreciated. Primarily Oslo hybrid.

  4. W ciągu ostatnich 3 miesięcy zdałem #AWS-owe trio certyfikatów Cloud Associate, czyli #Developer, #SysOps oraz #SolutionArchitect. Zacząłem od SAA. Najtrudniejszym był #SAA, jego pytania były najdłuższe i najbardziej wymagały zastanowienia, natomiast najprostszym był #DVA - ten jest na kompletnie niższym poziomie zaawansowania (nie licząc pewnych wyjątków). #SOA to w zasadzie trochę taki SAA, ale z krótszymi pytaniami i bardziej skupiający się na korzystaniu z AWS-a niż na migracjach.

  5. W ciągu ostatnich 3 miesięcy zdałem #AWS-owe trio certyfikatów Cloud Associate, czyli #Developer, #SysOps oraz #SolutionArchitect. Zacząłem od SAA. Najtrudniejszym był #SAA, jego pytania były najdłuższe i najbardziej wymagały zastanowienia, natomiast najprostszym był #DVA - ten jest na kompletnie niższym poziomie zaawansowania (nie licząc pewnych wyjątków). #SOA to w zasadzie trochę taki SAA, ale z krótszymi pytaniami i bardziej skupiający się na korzystaniu z AWS-a niż na migracjach.

  6. "I'm a Solution Architect." Are you? Or are you just a Senior Developer who likes meetings? Architects talk about Trade-offs (Cost vs. Performance, Buy vs. Build). Developers talk about Implementation (How to write the code). Know the difference before you apply.

    #SolutionArchitect #CareerPath #GIGSTECH #GIGSDOTTECH

  7. My #UselessInfrastructure is making progress. And I learned a lot about #docker, #dockercompose, #Kafka and #OpenSearch while setting it up.

    I added also #KafkaUI to get some insights on the topics and what's going on under the hood in Kafka.

    If you are interested in playing around with it, it's just a `git clone github.com/sebastian-muthwill/ and `docker compose up` away. 🤣

    github.com/sebastian-muthwill/
    #solutionarchitect #cloud #playground

  8. My #UselessInfrastructure is making progress. And I learned a lot about #docker, #dockercompose, #Kafka and #OpenSearch while setting it up.

    I added also #KafkaUI to get some insights on the topics and what's going on under the hood in Kafka.

    If you are interested in playing around with it, it's just a `git clone github.com/sebastian-muthwill/ and `docker compose up` away. 🤣

    github.com/sebastian-muthwill/
    #solutionarchitect #cloud #playground

  9. In my day job I'm working as a #solutionarchitect and get sometimes to tinker around with different technologies.

    Yesterday I played around with #elasticsearch and realized that it is #opencode and not really #opensource so I tried out also the #apache #solr search platform.

    But this is not about elastic search vs. Solar.

    Since I anyhow had to implement a view test scripts I thought what if I build a kind of "useless infrastructure" the only purpose is to see how things are integrated.

  10. In my day job I'm working as a #solutionarchitect and get sometimes to tinker around with different technologies.

    Yesterday I played around with #elasticsearch and realized that it is #opencode and not really #opensource so I tried out also the #apache #solr search platform.

    But this is not about elastic search vs. Solar.

    Since I anyhow had to implement a view test scripts I thought what if I build a kind of "useless infrastructure" the only purpose is to see how things are integrated.

  11. 🚀 We're #hiring: Senior Solution Architect.

    📍Amsterdam, Netherlands 🇳🇱 or Cambridge, UK 🇬🇧

    In this unique role, you'll get involved with both software architecture and software development, coordinating and specifying software development activities to support GÉANT and our network.

    Read more and apply 👉 jobs.geant.org/vacancies/66/se

    #SeniorSolutionArchitect #SolutionArchitect #businessapplications #softwaredevelopment #softwarearchitecture #AmsterdamJobs #NetherlandsJobs #Cambridgejobs #UKjobs

  12. 🚀 We're #hiring: Senior Solution Architect.

    📍Amsterdam, Netherlands 🇳🇱 or Cambridge, UK 🇬🇧

    In this unique role, you'll get involved with both software architecture and software development, coordinating and specifying software development activities to support GÉANT and our network.

    Read more and apply 👉 jobs.geant.org/vacancies/66/se

    #SeniorSolutionArchitect #SolutionArchitect #businessapplications #softwaredevelopment #softwarearchitecture #AmsterdamJobs #NetherlandsJobs #Cambridgejobs #UKjobs

  13. Very pleased to have completed the Solution Architect track and gain this badge.

    It was a great way to get hands on through AWS Labs and practice some key skills in order to gain more experience and develop architect qualities on the AWS stack.

    I found Cloud Quest a really good way to learn and prepare for one of the next steps which will hopefully be the Solution Architect Associate exam.

    lnkd.in/ec3ZyVvH

  14. Calling all solutions architects and folks in the same kind of role, what methods, techniques, and tools do you use when estimating RFPs and proposals? I've been using PERT via an excel template a predecessor created. It works pretty well overall, but I can't help but wonder if there is something better.

    #SolutionsArchitect #SolutionArchitect #PreSales #Consulting #RFP #Proposal #Estimation

  15. After a long day, here's the prize: studying for another certification test, this time about #OVH

    Let's go!

    #cloud #CloudArchitect #SolutionArchitect #IT #Tech #TechTribe

  16. On-site project (i.e IoT, robotics, webapp, …) require mutable system. It mean your logic and user interface can be modified at anytime after being deployed, maybe via ssh/sftp/uart.

    Off-site project (i.e apps/games, services, website, …) require immutable system. It mean each deployment produce immutable artifacts. To harden security and protect your costumers, no one can modify it. The only way to update the system is by redeploy.
    system = build(change) |> deploy(target)

  17. On-site project (i.e IoT, robotics, webapp, …) require mutable system. It mean your logic and user interface can be modified at anytime after being deployed, maybe via ssh/sftp/uart.

    Off-site project (i.e apps/games, services, website, …) require immutable system. It mean each deployment produce immutable artifacts. To harden security and protect your costumers, no one can modify it. The only way to update the system is by redeploy.
    system = build(change) |> deploy(target)

    #solutionarchitect

  18. Okay, 10 questions in to this example exam (without any revision) and I'm CLEARLY not ready for #AWS #SolutionArchitect at #Professional grade 😕

  19. Okay, 10 questions in to this example exam (without any revision) and I'm CLEARLY not ready for #AWS #SolutionArchitect at #Professional grade 😕

  20. @timbray If you are just running a single user instance, you probably run everything inside a single VM, with maybe some S3 integration, in which case it's not too bad. If you care about things like high availability and scalability though, then it can become more complicated and more expensive as you distribute functions across multiple VMs, employ load balancers, etc., and that's where #AWS #SolutionArchitect skills come in handy...

  21. @timbray If you are just running a single user instance, you probably run everything inside a single VM, with maybe some S3 integration, in which case it's not too bad. If you care about things like high availability and scalability though, then it can become more complicated and more expensive as you distribute functions across multiple VMs, employ load balancers, etc., and that's where #AWS #SolutionArchitect skills come in handy...

  22. Hello, #introduction time!

    My name is Jason, by profession I am a #SolutionArchitect. Most of day is spent researching technology, designing solutions, prototyping and providing guidance to various parts of the business.

    In my personal life, I have three children that take up a lot of my time. I enjoy #f1, #squash and learning things. Next year I am looking to get back into #warhammer

    Joined to meet some interesting people.

  23. Hello, time!

    My name is Jason, by profession I am a . Most of day is spent researching technology, designing solutions, prototyping and providing guidance to various parts of the business.

    In my personal life, I have three children that take up a lot of my time. I enjoy , and learning things. Next year I am looking to get back into

    Joined to meet some interesting people.

  24. A Learning Plan pulls together training content for a particular role or solution, and organizes those assets from foundational to advanced.

    #AWS #AWSBlog #SolutionArchitect #Cloud #CloudComputing #AmazonWebServices
    bit.ly/3W4gxE8

  25. A Learning Plan pulls together training content for a particular role or solution, and organizes those assets from foundational to advanced.

    #AWS #AWSBlog #SolutionArchitect #Cloud #CloudComputing #AmazonWebServices
    bit.ly/3W4gxE8

  26. Hello! I'm Kaia. I've been a #SolutionArchitect for a major corporation for 3+ years. Collaborating with technical and non-technical stakeholders to create solutions to business problems is a fascinating space to work in. I frequently helped teams decide between #AWS and on-premise solutions.

    I believe that #RemoteWork is the future. People can work together no matter where they are.

    I am proudly #trans. My hobbies include #SimRacing and #Writing.

    #introduction

  27. Hello! I'm Kaia. I've been a for a major corporation for 3+ years. Collaborating with technical and non-technical stakeholders to create solutions to business problems is a fascinating space to work in. I frequently helped teams decide between and on-premise solutions.

    I believe that is the future. People can work together no matter where they are.

    I am proudly . My hobbies include and .

  28. heise+ | Gehälter 2022: Das verdienen IT-Architekten in Deutschland

    IT-Architekten analysieren den Bedarf einer Firma und erstellen die hoffentlich perfekte IT-Infrastruktur. Für den Aufwand gibts ein hohes Gehalt.
    Gehälter 2022: Das verdienen IT-Architekten in Deutschland