Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

1. I was afraid of TS, now my blog is written in it and I love it.
In this article, we'll get acquainted with TypeScript, tailwind and the dev.to api in a super friendly. As you'll see, its super simple to get started.

I finally decided to put together a blog / portfolio. Right now it's super simple and retrieves articles from my dev.to account. It uses Next.JS, Tailwind CSS and TypeScript.

In the directory you'd like to create your project run

npx create-next-app@latest .
# or
yarn create next-app .
# or
pnpm create next-app .

Go ahead and select yes fo…
#typescript #tailwindcss

2. Netlify vs Vercel vs Surge | The best platform I use to deploy your projects 🤔?!
One of the most important steps that should be considered when building Web projects is deploying your project so that anyone can see your work and try the project and its Features live as reading your code is not enough!

there are several ways and websites used to do this but in this article, I'll mention the most ones I use and I prefer.

But the most ways I follow for deploying my projects are :

Vercel
Netlify
Surge

These three tools are Great and too helpful and each one has its advantage…
#webdev #beginners #programming

3. (re-)Introduction
Hello 👋🏻

I'm Martin, a UK based Web Developer and AWS consultant.

I've been a member of this community for 4 years now, but purely in read-only mode I'm afraid. Recent events have made me reconsider my online profile and I'm trying to take more ownership of my content.

Still dipping-my-toe into dev.to, but hope to make it a more regular fixture in 2023.

I've just published a handful of back-dated posts from my personal website - martinhicks.net - over here as a starter for ten.

1. A loo…
#introduction #webcomponents #webframeworks #javascript