Category: Uncategorized

Interested in crypto and block-chain?

Web3 is here. Web3 is confusing. What is the blockchain, how it works? What is this NFT maddness (on the surface) and why protocols can be the next big thing on the internet? I think these curated resources can be very heplful to address some of these questions.

Podcasts

Understanding the block chain

What problems Solana is trying to solve

Metaverse and web3

https://www.geekwire.com/2021/we-asked-seven-venture-capitalists-if-the-metaverse-is-the-next-big-thing-or-just-a-lot-of-hype/amp/

Aspects of SAAS engineering today

What areas and aspects do you need to cover if you wanted to build a scalable and robust platform?

Security – one of the most important factor. Covering security for your overall operation. Multi-factor authentication, single sign-on, policies such as passwords and pentests.

Accessibility – how accessible is your platform? Assessments and improvements are good but building a platform with accessibility in mind from the beginning makes it much easier.

Observability – knowing what happens in your application and how to reproduce and eventually fix these issues that are most likely happening in your production environment is paramount to deliver a better and ever improving experience. Also showing a blank screen or a confusing error message should be avoided.

Scalability – this is a very old aspect and important too. Your availability, uptime and success will be depending on this as you grow gradually. Today’s cloud services can provide you with on demand resource allocation but your architecture and budget must be ready for this. The keywords here are things like Docker, Kubernetes, AWS and similar tools.

Methodology – about working practices and about how do you ship your code. Do you follow Agile? Which framework, Kanban or Scrum, perhaps something else that works for you and your team. Do you have (peer) code reviews? E2E testing? Linting? Static type analysis? Some coding guidelines and preferences that agreed widely in your team? Do you have a pipeline and continuous integration to be able to catch up with ever changing requirements of the digital world and it challenges to adopt and respond quickly as possible?

Workflow management and communication – how do you manage your sprints and the communication during the sprint? There are good tools out there and surely all sound familiar: Trello, Jira, Slack, Zoom, Google Meet / Hangouts.

ADR – how do you log your architecture related decisions?

Well, there could be more aspects but these are above the most important of those I can think of right now.

Basic VIM shortcuts and movements

I thought it would be beneficial to have a record of the most commonly used VIM shortcuts. I am not a VIM expert but I am proudly using it almost every day on servers across different environments (OSX, Ubuntu, CentOS) without any special configuration (I know with that it could be even more powerful – one day may be).

(more…)