SSSoft Skillerinsoftskillpro.hashnode.dev·Aug 11, 2023 · 3 min readProblems to be addressed in using generative AIGenerative AI is a powerful new technology that has the potential to revolutionize many industries. However, it also comes with some potential risks. In this blog post, we will explore some of the dark side of generative AI, and how businesses can mi...00
SSSoft Skillerinsoftskillpro.hashnode.dev·Jul 29, 2023 · 4 min readDeveloper experience in the AI era, what is changing and how should I deal with it?Ever since the launch of generative AI tools like ChatGPT and DALL-E, the world has been abuzz about AI, and rightfully so. We’ve seen how AI can be used to create movie trailers, write content, and can even pass medical, law, and business school exa...01T
SSSoft Skillerinsoftskillpro.hashnode.dev·Jul 24, 2023 · 4 min readBasics of Gas Optimization in Solidity Smart ContractGas optimization is a matter of doing what is cheap and avoiding what is expensive in terms of gas costs on EVM blockchains. What is cheap: Reading constants and immutable variables. Reading and writing local variables. Reading and writing memory ...00
SSSoft Skillerinsoftskillpro.hashnode.dev·Jul 21, 2023 · 6 min read5 reasons why your team sucks at reviewing pull requestsCode reviews are an essential part of software development. They help to ensure that code is correct, efficient, and secure. However, code reviews can also be time-consuming and inefficient. If your team is not following best practices, your code rev...00
SSSoft Skillerinsoftskillpro.hashnode.dev·Jul 12, 2023 · 8 min readAn Overview of ERC-4337 (Account Abstraction) in EthereumIntroduction ERC-4337 (another called the Account Abstraction Standard) is an Ethereum standard that introduces a new way of handling accounts on the Ethereum blockchain. It allows users to combine the functionality of both externally owned accounts ...00