DEV Community

JP Dias
JP Dias

Posted on • Originally published at jpdias.me on

Hello, World!

Hello world , this is my first blog post. A place for sharing ideas, thoughts, experiments and other tales of a jack-of-all-trades and master of some.<!--more-->

All the lines of text, lines of code (LoC), circuit diagrams and everything else that will be shared here alongside with all of their bugs and typos are my own and under the MIT license (otherwise the origin will be cited).

Now in Typescript:

class Greeter {
    constructor(public greeting: string) { }
    greet() {
        return this.greeting
    }
};

var greeter = new Greeter("Hello, World!")
console.log(greeter.greet())
Enter fullscreen mode Exit fullscreen mode

So, if you’re reading this, welcome to Tales of I/O.

For any feedback, ideas, doubts and bugs and typos feel free to contact me.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more