cointelegraph.com
Disaster looms for Digital Currency Group thanks to regulators and whales
Regulators failed to regulate, and venture capital firms invested without conducting the proper due diligence…
#DigitalCurrencyGroup #Grayscale #FTX
dev.to
1. A look into JSONB in YugabyteDB
To see how JSON is stored in YugabyteDB, we have to take a look at both PostgreSQL and YugabyteDB.
Let's create two test tables for investigation:
drop table if exists test1;
create table test1
(
id int primary key,
val json
)
split into 1 tablets
;
drop table if exists test2;
create table test2
(
id int primary key,
val jsonb
)
split into 1 tablets
;
The reason I create two tables is to be able to see the difference between PostgreSQL JSON and JSONB. The JSON data type in PostgreSQL is sto…
2. Introducing Klepto: Sharing and Stealing Great Ideas
What I built
Klepto - a platform for sharing and stealing great ideas
Category Submission:
Choose Your Own Adventure
App Link
https://klepto.vercel.app
Screenshots
Description
Ever had an amazing idea, but no clue what to do with it? Do you maybe want to build a new project, but are out of ideas?
Well, I have just the solution for you: Klepto!
Klepto is a platform for freely sharing and stealing great ideas, a place where dreamers and doers can have a constructive exchange, an init…
#atlashackathon22 #svelte #sveltekit #mongodb
theverge.com
1. The best Black Friday deals you can get at Target - link
2. The best Black Friday deals you can get at Best Buy - link
3. The best Black Friday deals under $50 - link
4. Spotify wanted amateurs to make podcasts — now one of their shows is topping the charts - link
Disaster looms for Digital Currency Group thanks to regulators and whales
Regulators failed to regulate, and venture capital firms invested without conducting the proper due diligence…
#DigitalCurrencyGroup #Grayscale #FTX
dev.to
1. A look into JSONB in YugabyteDB
To see how JSON is stored in YugabyteDB, we have to take a look at both PostgreSQL and YugabyteDB.
Let's create two test tables for investigation:
drop table if exists test1;
create table test1
(
id int primary key,
val json
)
split into 1 tablets
;
drop table if exists test2;
create table test2
(
id int primary key,
val jsonb
)
split into 1 tablets
;
The reason I create two tables is to be able to see the difference between PostgreSQL JSON and JSONB. The JSON data type in PostgreSQL is sto…
2. Introducing Klepto: Sharing and Stealing Great Ideas
What I built
Klepto - a platform for sharing and stealing great ideas
Category Submission:
Choose Your Own Adventure
App Link
https://klepto.vercel.app
Screenshots
Description
Ever had an amazing idea, but no clue what to do with it? Do you maybe want to build a new project, but are out of ideas?
Well, I have just the solution for you: Klepto!
Klepto is a platform for freely sharing and stealing great ideas, a place where dreamers and doers can have a constructive exchange, an init…
#atlashackathon22 #svelte #sveltekit #mongodb
theverge.com
1. The best Black Friday deals you can get at Target - link
2. The best Black Friday deals you can get at Best Buy - link
3. The best Black Friday deals under $50 - link
4. Spotify wanted amateurs to make podcasts — now one of their shows is topping the charts - link
dev.to
1. SvelteKit 1.0 Has Been Released! 🥳
After two years in development, SvelteKit has finally reached 1.0. As of today, it’s the recommended way to build Svelte apps of all shapes and sizes.
Read the full announcement here…
#svelte #sveltekit #javascript
2. My year in review
Photo by Mantas Hesthaven on Unsplash
This is going to be challenging to write. This year felt like my last 10 years combined. If you follow me on Twitter, you already know this was not the best year I had. I was expecting things to go right. We (my partner and me) gave it a lot of thought, and we decided to move to a new country. I could get a DevRel job in the future, and we will have a better life for our daughter. End of 2021 was doing all the documentation to move to Germany, which was ver…
#review #journey
1. SvelteKit 1.0 Has Been Released! 🥳
After two years in development, SvelteKit has finally reached 1.0. As of today, it’s the recommended way to build Svelte apps of all shapes and sizes.
Read the full announcement here…
#svelte #sveltekit #javascript
2. My year in review
Photo by Mantas Hesthaven on Unsplash
This is going to be challenging to write. This year felt like my last 10 years combined. If you follow me on Twitter, you already know this was not the best year I had. I was expecting things to go right. We (my partner and me) gave it a lot of thought, and we decided to move to a new country. I could get a DevRel job in the future, and we will have a better life for our daughter. End of 2021 was doing all the documentation to move to Germany, which was ver…
#review #journey
dev.to
1. Host SvelteKit apps with SSR-support via ploi.io (on Hetzner Cloud)
SvelteKit 1.0 was officially released a few hours ago 🥳, time to dive into NodeJS and SvelteKit 1.0 hosting.
One key advantage of SvelteKit is that you can generate static sites as well as take advantage of Server Side Rendering (SSR).
In order to use SSR mode, one option is to use the awesome server management service ploi.io.
Ploi enables you to deploy NodeJS apps to european cloud server providers like Hetzner (which is good for GDPR-compliance). Ploi is like a nice graphical user interf…
#sveltekit #svelte #devops #cloud
2. A Framework For Knowing What You Don't Know
This blog post was originally posted on my website.
Over my career I've had to learn new things many, many times. I've been an elementary school teacher, a digital marketer, a software engineer, and now I'm a full-time developer advocate. Over and over again, I've had to learn completely new concepts. It's great; it keeps me humble, it keeps me happy. There's a lot of dopamine involved in learning. But one of the most difficult parts of learning is knowing what you don't know. And knowing what …
#beginners #productivity #career #devrel
1. Host SvelteKit apps with SSR-support via ploi.io (on Hetzner Cloud)
SvelteKit 1.0 was officially released a few hours ago 🥳, time to dive into NodeJS and SvelteKit 1.0 hosting.
One key advantage of SvelteKit is that you can generate static sites as well as take advantage of Server Side Rendering (SSR).
In order to use SSR mode, one option is to use the awesome server management service ploi.io.
Ploi enables you to deploy NodeJS apps to european cloud server providers like Hetzner (which is good for GDPR-compliance). Ploi is like a nice graphical user interf…
#sveltekit #svelte #devops #cloud
2. A Framework For Knowing What You Don't Know
This blog post was originally posted on my website.
Over my career I've had to learn new things many, many times. I've been an elementary school teacher, a digital marketer, a software engineer, and now I'm a full-time developer advocate. Over and over again, I've had to learn completely new concepts. It's great; it keeps me humble, it keeps me happy. There's a lot of dopamine involved in learning. But one of the most difficult parts of learning is knowing what you don't know. And knowing what …
#beginners #productivity #career #devrel
dev.to
1. The Best SvelteKit 1.0 YouTube Tutorials – January 2023 🤓 🎓
SvelteKit 1.0 has been released.
So besides older tutorials as listed in my older post (The Best SvelteKit YouTube Tutorials – UPDATED on October 2022) here goes the list of brand new ones.
Some of the tutorials are still in progress with new episodes being released still.
LevelUpTuts
Full Tutorial
Joy of Code
Full Playlist
Huntabyte
Full Playlist
WebJeda
Full Playlist
Web Dev Kit
Full Tutorial
Fireship
Ali Alaa…
#sveltekit #svelte #tutorial
2. Recap my 2022 Year
The year 2022 has almost closed to an end.I literally don't believed that I did a lot of things which i scarred about once.But Im happy that I overcome on my fears and putting it out aside from my mind and move on with positivity ,motivation and last but not least with a great mindset.These things helps me soo much to grow up and building my new skills and improved some previous skills.Well Let's start
A lot of things I did this year but I failed many time rather than get achievement.As it is s…
#webdev #newyear #learning #javascript
1. The Best SvelteKit 1.0 YouTube Tutorials – January 2023 🤓 🎓
SvelteKit 1.0 has been released.
So besides older tutorials as listed in my older post (The Best SvelteKit YouTube Tutorials – UPDATED on October 2022) here goes the list of brand new ones.
Some of the tutorials are still in progress with new episodes being released still.
LevelUpTuts
Full Tutorial
Joy of Code
Full Playlist
Huntabyte
Full Playlist
WebJeda
Full Playlist
Web Dev Kit
Full Tutorial
Fireship
Ali Alaa…
#sveltekit #svelte #tutorial
2. Recap my 2022 Year
The year 2022 has almost closed to an end.I literally don't believed that I did a lot of things which i scarred about once.But Im happy that I overcome on my fears and putting it out aside from my mind and move on with positivity ,motivation and last but not least with a great mindset.These things helps me soo much to grow up and building my new skills and improved some previous skills.Well Let's start
A lot of things I did this year but I failed many time rather than get achievement.As it is s…
#webdev #newyear #learning #javascript
dev.to
Create your own ChatGPT App in 1 Minute
Here's what we'll be building in just a minute: The create-svelte-chatgpt package enables you to...
#svelte #chatgpt #openai #sveltekit
Create your own ChatGPT App in 1 Minute
Here's what we'll be building in just a minute: The create-svelte-chatgpt package enables you to...
#svelte #chatgpt #openai #sveltekit
dev.to
NodeJS Server Side Rendering (SSR) - do we really need it?
I already blogged about this briefly. Now Theo (t3.gg) delivered a new, brilliant summary about this...
#webdev #node #devops #sveltekit
NodeJS Server Side Rendering (SSR) - do we really need it?
I already blogged about this briefly. Now Theo (t3.gg) delivered a new, brilliant summary about this...
#webdev #node #devops #sveltekit