What is the Solidity Programming Language?

0xRommel
The Solidity language is a programming language designed to create smart contracts. Smart contracts are a type of contract that can be used to create enforceable agreements between two or more parties. They are often used in the context of the blockchain, which is a distributed ledger of all cryptocurrency transactions. The programming language interacts with the Ethereum Virtual Machine (EVM), which is the abstraction layer between the executing code and execution machine.

How to Use Custom CSS on Hugo Site (With Pictures)

0xRommel
After setting up your Hugo site for the first time, next thing to do is to customize it to your own liking. One of the more common things you have to do is to change some of the styling (CSS). Here’s how to do it. Note: I use Visual Studio code (VS Code). My IDE of choice. All steps below were executed from VSC. Should be doable as well from a different IDE.

How to Set up a Hugo Site In Cloudflare (With Pictures)

0xRommel
Prerequisites 1. You should have a Cloudflare account If you don’t have one, it’s easy to register and it’s free to start. It does a have paid premium service but all of the Cloudflare services that we’ll use below are all free. 2. You should have already installed Hugo on your machine Try to get the latest Hugo release. If you haven’t installed Hugo yet, check Hugo’s quick start guide to get started.

Who Not How - Book Review

0xRommel
I got introduced to this book via listening to different podcasts. I can’t remember now which specific podcasts but they were quite a few and the book has always been highly rated by those who mentioned it. And, so it got me curious and here’s my review of the book, “Who Not How” by Dan Sullivan and Dr. Benjamin Hardy. 1. What is the book all about The main promises of the book are:

What is Services Oriented Architecture (SOA)?

0xRommel
Service Oriented Architecture, or SOA, is a type of software design that focuses on creating reusable services. This approach to software design is intended to make life easier for developers, by providing them with building blocks that can be reused in different ways to create new applications. In theory, SOA sounds like a great idea. However, in practice, it can be quite difficult to achieve. This is because different services need to be able to work together seamlessly in order for the overall system to function correctly.

Is Python the Easiest Programming Language to Learn?

0xRommel
This is a question that has been asked by literally thousands of programmers (and non-programmers) who are interested in programming. If you have an opinion, let us know. The basic answer is: Of course it is! The truth is, anyone can learn to program, you just need the right resources, and the right attitude. The easiest programming language to learn is the language that you have a natural affinity for. Most programmers who are good at programming, learned a language or two by themselves.