Code Monkey home page Code Monkey logo

jakewharton.com's Introduction

jakewharton.com

Blog posts, presentations, podcasts, and other things...

Development

Ensure you have the correct version of Ruby installed (per .ruby-version). Also ensure you have the Bundler gem installed.

One-time setup

bundle install --path vendor/bundle

Note: If you're on Mac OS and this fails installing nokogiri, run brew unlink xz, install, and then brew link xz.

Running the site

Local development:

bundle exec jekyll serve

Update GitHub Pages gem:

bundle update github-pages

License

The content of the site (blog posts, presentation slides, etc.) are licensed as Creative Commons CC BY 4.0.

The code powering the site is licensed as:

Copyright 2017 Jake Wharton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

jakewharton.com's People

Contributors

cketti avatar dependabot[bot] avatar jakewharton avatar lroellin avatar nickbutcher avatar onyxmueller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jakewharton.com's Issues

Change presentation URL structure

/{name}-{event} with each slugified.

  • Provide redirects for old links
  • Do not link future presentations as the name won't be set yet.
  • Update to new URL structure

Archive blog posts

Those which are no longer super relevant (i.e., ABS posts) but should still be archived

Move to Netlify

Advantages:

  • Faster deploy
  • Can use actual HTTP redirects (e.g., feed.xml to atom.xml)
  • Can insert headers to block Google's FloC bullshit

Reduce margins on phones

Wasted space on small screens. Should be halved for 360px or whatever the breakpoint for phones is

Hosted presentations page.

Archive of event, date, location, topic, description, slides (embedded), video (YT or Parleys, embedded).

Line spacing

Woke up hating the line spacing. Feels cramped. Needs another pixel or something.

Blog series

Some kind of mechanism for organizing series of posts such as the D8/R8 posts.

Gradle best practices in KMP Compose post

https://jakewharton.com/multiplatform-compose-and-gradle-module-metadata-abuse/

https://github.com/JakeWharton/jakewharton.com/blame/gh-pages/_posts/2021-11-04-multiplatform-compose-and-gradle-module-metadata-abuse.md#L199

I noticed that in

tasks.named("generateMetadataFileForKotlinMultiplatformPublication").configure

you didn't declare the 4 implicit inputs to the task. This might cause up to date issues if the version changes or the text files change. I'm almost certain that in your real project you actually did do that, but ommited those 4 lines for brevity. If that's the case, would you add those in, just because people might copy-paste this as coming from a "authorative source" and introduce problems in their own builds.

Happy to PR if you accept the suggestion.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.