Blog.
A statically generated blog example using Next.js and WordPress.
A content management system, or CMS, allows users to manage website content without knowing how to code through a backend user interface (UI). Most CMSs come with a standard set of features…
More Stories
Elixir Phoenix – Display Pow User as an Author in a Blog Post
Create a new project mix phx.new author_example mix phx.new author_example cd author_example && mix ecto.create git init && git add –all && git commit -m “initial-commit Adding Pow Pow is a robust, modular, and extendable authentication and user management solution for Phoenix and Plug-based apps. Features User registration Session based authorization Per Endpoint/Plug configuration API… Continue reading Elixir Phoenix – Display Pow User as an Author in a Blog Post
Elixir Getting Started with Google Sheets API and Service Accounts
Create app mix new google_sheets_example cd google_sheets_example && mix ecto.create git init && git add –all && git commit -m “initial commit” Create Credentials Go to https://console.developers.google.com/apis/credentials > Create credentials > Service account key Add the downloaded credentials directory path to an environment variable: export GOOGLE_APPLICATION_CREDENTIALS=service_account.json Add dependencies To use Google Sheets API V4 all… Continue reading Elixir Getting Started with Google Sheets API and Service Accounts
ElixirConf 2019 Recap
Event Overview ElixirConf advances the elixir programming language and the communities and companies surrounding it by bringing together the technically minded to establish relationships for work, collaboration, and entrepreneurship. We learned from over 40 speakers, trainers, and keynotes on how top companies and developers are taking advantage of Elixir’s ability to build resilient distributed systems,… Continue reading ElixirConf 2019 Recap
ElixirConf USA 2019 Preview
Very excited about this event. For the past couple of months, I have spent nights and weekends on a rebrand of Space-Rocket using Elixir and Phoenix. ElixirConf will be the launch of the new site, hooray! Whats is ElixirConf ElixirConf US 2019 is a four-day Elixir conference taking place at the Marriot Gaylord hotel in… Continue reading ElixirConf USA 2019 Preview
Why Your WordPress Website is Slow (and how to fix it)
Is your WordPress site slow? Here is how to fix it!