• Create secure code with Secure Code Bootcamp

    Create secure code with Secure Code Bootcamp

    Software development contains many aspects which the developer has to take care and think about. One of them is information security and secure code which affects the product and its users. There are different ways to learn information security and how to create secure and quality code and this time I’ll shortly go through what…

  • Short notes on tech 28/2021

    Week 28 of 2021 CSS CSS system colors“Jim Nielsen reveals the system colors we can use in CSS and how useful this can be for light and dark mode themes.” (from WDRL) Cloud The Gamer Guide to Playing Amazon Web Services (AWS)“This is such a nice article, sharing a getting started guide for AWS, in…

  • Starting with React Native and Expo

    For some time I’ve wanted to experiment with React Native and mobile development outside native iOS but there has always been something on the way to get really started with it. Recently I had time to watch React Europe 2020 conference talks and “On Expo and React Native Web” by Evan Bacon got me inspired.……

  • Short notes on tech 26/2021

    Week 26 of 2021 Team An incomplete list of skills senior engineers need, beyond coding How to run a meeting, and no, being the person who talks the most in the meeting is not the same thing as running itHow to write a design doc, take feedback, and drive it to resolution, in a reasonable…

  • Linting GraphQL Schema and queries

    Analyzing code for compliance with guidelines is one part of the code quality assuarance and automating it with tools like ESLint and binding the checks with build process is common and routine operation. But what about validating GraphQL schema and queries? Here are some pointers to tools you can use to start linting your GraphQL…

  • Short notes on tech 23/2021

    Week 23 of 2021 Infosec CitySec Mayhem presentations playlist“Five Ways To Fail At Crime, Spotting the Storm: Attack Detection in the Cloud, Hunted: From Wanted Blackhat to Celebrated Whitehat, Plug – Silver Sparrow And The Tale Of The Mysterious Insu File, Forensics Crash Course, Find & kill your WordPress intruder with bare hands (and logs)”…

  • Short notes on tech 20/2021

    Short notes on tech 20/2021

    Week 2o of 2021 Learn The UI & UX Tips Collection: Volume TwoRound two, more UI/UX tips, simply explained and beautifully illustrated. (from Weekend Reading) Modern Javascript: Everything you missed over the last 10 years“JavaScript has come a long way since I knew it as the “D” in DHTML.… Jatka lukemista →

  • Short notes on tech 15/2021

    Week 15 of 2021 Backend development OpenAPI tools OpenAPI.ToolsSwagger EditorNSwag: The Swagger/OpenAPI toolchainStoplight Studio Building REST API with Express, TypeScript and Swagger A categorized list of all Java and JVM features since JDK 8 to 16“Since the release of version 8, up to version 16, Java is shaped by 180 JDK Enhancement Proposals, each of…

  • Short notes on tech 13/2021

    Week 13 of 2021 Learn SMS: Substitutable Message Service“Replacing the content of previously sent SMSs is actually possible.” Emoji under the hoodHow “biggest innovation in human communication since the invention of the letter 🅰️” works under the hood. Tools of the trade PyrightStatic type checker for Python. lazydockerA simple terminal UI for both docker and…

  • Automate your dependency management using update tool

    Automate your dependency management using update tool

    Software often consists of not just your own code but also is dependent of third party libraries and other software which has their own update cycle and new versions are released now and then with fixes to vulnerabilities and with new features. Now the question is what is your dependency management strategy and how do…