cointelegraph.com
DeGods and Y00ts NFTs are bridging off Solana. Here's why
The migration of Solana's top two NFT projects to Polygon and Ethereum is set for the first quarter of 2023 on an opt-in basis…
#DeGod #y00ts #TwitterSpaces #IntellectualProperty #Branding #TotalValueLocked #TradingVolume #AnatolyYakovenko #BenArmstrong #Migration #Netflix #DisneyPlus #HBOMax
DeGods and Y00ts NFTs are bridging off Solana. Here's why
The migration of Solana's top two NFT projects to Polygon and Ethereum is set for the first quarter of 2023 on an opt-in basis…
#DeGod #y00ts #TwitterSpaces #IntellectualProperty #Branding #TotalValueLocked #TradingVolume #AnatolyYakovenko #BenArmstrong #Migration #Netflix #DisneyPlus #HBOMax
dev.to
1. Architecting A Highly Dynamic Card List In Angular
Let's look at one way to architect Angular's highly customizable and dynamic card list component. The goal is to make it easier to render different kinds of card lists using one single component.
Dynamic Card List Component
The component should be dynamic enough to render different designs while maintaining a common structure. The consumer should be able to use the component and provide just the config and a data source, the rest is all gonna be taken care of by our dynamic card list componen…
#angular #typescript #webdev #javascript
2. OpenBSD アップグレード 7.1 から 7.2 へ
はじめに
OpenBSD プロジェクトから 2022 年 10 月 20 日に OS の 7.2 がリリースされました✨ 53 番目のリリースに当たります。
OpenBSD
@openbsd
The OpenBSD project celebrates its 53rd release!See what's new here: openbsd.org/72.htmlRead the announcement here: marc.info/?l=openbsd-ann…
14:08 PM - 20 Oct 2022
What's New (英語) | Changelog (英語)
本記事で OpenBSD を 7.1 から 7.2 にアップロードする手順をご説明します。
各手順は 公式のすばらしいガイド (英語) に基づいています。
チュートリアル
実行するコマンド一式を示しながら、ステップ・バイ・ステップ形式で書いた、アップグレード用のガイドです。
🌊 🐡 🌊
1. アップグレード前準備: 検証とカスタイマイズ
公式のチュートリアルには Befo…
#openbsd #upgrade #migration #server
3. PostgreSQL 14.5 on OpenBSD 7.2: インストール
はじめに
OpenBSD において 7.2 のリリースに伴って PostgreSQL が 14.5 にアップデートされました。
最新の OpenBSD に PostgreSQL をインストールする流れをご紹介します。
環境
OS: OpenBSD 7.2
データベース: PostgreSQL 14.5
概観
各ステップの詳細はこの後で記載します。
$ doas pkg_add postgresql-server
$ doas su - _postgresql
$ # 下記 --locale の指定は必要に応じて行います
$ # スーパーユーザーすなわち下記 "postgres" のパスワードを聞かれます
$ initdb -D /var/postgresql/data -U postgres \
-W -A scram-sha-256 -E UTF-8 --locale=xx_XX.UTF-8
$ exit
$ doas rcctl enable postgresql
$ doas rcctl start postgresql
チュートリアル
手順ごと…
#postgres #database #server #install
1. Architecting A Highly Dynamic Card List In Angular
Let's look at one way to architect Angular's highly customizable and dynamic card list component. The goal is to make it easier to render different kinds of card lists using one single component.
Dynamic Card List Component
The component should be dynamic enough to render different designs while maintaining a common structure. The consumer should be able to use the component and provide just the config and a data source, the rest is all gonna be taken care of by our dynamic card list componen…
#angular #typescript #webdev #javascript
2. OpenBSD アップグレード 7.1 から 7.2 へ
はじめに
OpenBSD プロジェクトから 2022 年 10 月 20 日に OS の 7.2 がリリースされました✨ 53 番目のリリースに当たります。
OpenBSD
@openbsd
The OpenBSD project celebrates its 53rd release!See what's new here: openbsd.org/72.htmlRead the announcement here: marc.info/?l=openbsd-ann…
14:08 PM - 20 Oct 2022
What's New (英語) | Changelog (英語)
本記事で OpenBSD を 7.1 から 7.2 にアップロードする手順をご説明します。
各手順は 公式のすばらしいガイド (英語) に基づいています。
チュートリアル
実行するコマンド一式を示しながら、ステップ・バイ・ステップ形式で書いた、アップグレード用のガイドです。
🌊 🐡 🌊
1. アップグレード前準備: 検証とカスタイマイズ
公式のチュートリアルには Befo…
#openbsd #upgrade #migration #server
3. PostgreSQL 14.5 on OpenBSD 7.2: インストール
はじめに
OpenBSD において 7.2 のリリースに伴って PostgreSQL が 14.5 にアップデートされました。
最新の OpenBSD に PostgreSQL をインストールする流れをご紹介します。
環境
OS: OpenBSD 7.2
データベース: PostgreSQL 14.5
概観
各ステップの詳細はこの後で記載します。
$ doas pkg_add postgresql-server
$ doas su - _postgresql
$ # 下記 --locale の指定は必要に応じて行います
$ # スーパーユーザーすなわち下記 "postgres" のパスワードを聞かれます
$ initdb -D /var/postgresql/data -U postgres \
-W -A scram-sha-256 -E UTF-8 --locale=xx_XX.UTF-8
$ exit
$ doas rcctl enable postgresql
$ doas rcctl start postgresql
チュートリアル
手順ごと…
#postgres #database #server #install
dev.to
1. Web Scraping With Puppeteer for Total Noobs
Web scraping is something I never thought I'd do. I'm primarily a UI developer, although my career started as a backend developer. I've never been asked at a job to perform any scraping tasks, and I'd never had a personal project that required me to scrape some data until recently. I'll share what I've learned, which is honestly probably just scratching the surface of what you can do with a technology like Puppeteer. In this post I'll walk you through installing and writing a Node.js script that…
#javascript #beginners #tutorial #webdev
2. Data Pipelines with Great Expectations | Introduction
My background is mostly in web development, but I am learning data engineering because I am interested in business intelligence and want to level-up my knowledge. One of the things that I have recently discovered is data validation within a data pipeline. Let me share a quick example from a previous job I had that illustrates the need for data validation in a data pipeline.
Example of a faulty data pipeline
We had a web app that allowed our clients to log into an account and view performance d…
#datascience #dataengineering #datavalidation #greatexpectations
3. A Comprehensive Guide to Cloud Migration from On-Prem Datacenter to AWS
Cloud migration is the process of moving data, applications, or other business elements from an on-premise environment to a cloud-based environment. Migrating to Amazon Web Services (AWS) is a popular choice for organizations looking to take advantage of the benefits of cloud computing.
Phases of Cloud Migration
Assessment: In this phase, organizations conduct a thorough assessment of their existing on-premise infrastructure and identify the elements that need to be migrated to AWS. The asses…
#aws #cloudmigration #cloud #migration
1. Web Scraping With Puppeteer for Total Noobs
Web scraping is something I never thought I'd do. I'm primarily a UI developer, although my career started as a backend developer. I've never been asked at a job to perform any scraping tasks, and I'd never had a personal project that required me to scrape some data until recently. I'll share what I've learned, which is honestly probably just scratching the surface of what you can do with a technology like Puppeteer. In this post I'll walk you through installing and writing a Node.js script that…
#javascript #beginners #tutorial #webdev
2. Data Pipelines with Great Expectations | Introduction
My background is mostly in web development, but I am learning data engineering because I am interested in business intelligence and want to level-up my knowledge. One of the things that I have recently discovered is data validation within a data pipeline. Let me share a quick example from a previous job I had that illustrates the need for data validation in a data pipeline.
Example of a faulty data pipeline
We had a web app that allowed our clients to log into an account and view performance d…
#datascience #dataengineering #datavalidation #greatexpectations
3. A Comprehensive Guide to Cloud Migration from On-Prem Datacenter to AWS
Cloud migration is the process of moving data, applications, or other business elements from an on-premise environment to a cloud-based environment. Migrating to Amazon Web Services (AWS) is a popular choice for organizations looking to take advantage of the benefits of cloud computing.
Phases of Cloud Migration
Assessment: In this phase, organizations conduct a thorough assessment of their existing on-premise infrastructure and identify the elements that need to be migrated to AWS. The asses…
#aws #cloudmigration #cloud #migration
dev.to
PostgreSQL on OpenBSD: Upgrade 14 to 15 with pg_upgrade
Summary OpenBSD gives us good documentation as a series of the project. (For example, the...
#postgres #database #openbsd #migration
PostgreSQL on OpenBSD: Upgrade 14 to 15 with pg_upgrade
Summary OpenBSD gives us good documentation as a series of the project. (For example, the...
#postgres #database #openbsd #migration
dev.to
PostgreSQL on OpenBSD: 12 から 13 へのアップグレード - pg_dumpall 使用
はじめに OpenBSD の 6.8 から 6.9 へのアップグレードに際しては、PostgreSQL サーバーも (12.6 から 13.2)...
#postgres #database #migration #openbsd
PostgreSQL on OpenBSD: 12 から 13 へのアップグレード - pg_dumpall 使用
はじめに OpenBSD の 6.8 から 6.9 へのアップグレードに際しては、PostgreSQL サーバーも (12.6 から 13.2)...
#postgres #database #migration #openbsd
dev.to
PostgreSQL on OpenBSD: 14 から 15 へのアップグレード - pg_upgrade 使用
はじめに OpenBSD はすばらしいドキュメンテーションをプロジェクトの一環として提供してくれています。 (例えば man ページ (英語) は丁寧に維持されています。) これは...
#postgres #database #migration #openbsd
PostgreSQL on OpenBSD: 14 から 15 へのアップグレード - pg_upgrade 使用
はじめに OpenBSD はすばらしいドキュメンテーションをプロジェクトの一環として提供してくれています。 (例えば man ページ (英語) は丁寧に維持されています。) これは...
#postgres #database #migration #openbsd