Skip to content

Latest commit

 

History

History
117 lines (68 loc) · 5.89 KB

File metadata and controls

117 lines (68 loc) · 5.89 KB
title Tipsrundan 37
description Today we're **stacked** with content 🎉 So let's get this party started! 🥳
slug 37
authors
hlondogard

👋 Welcome to Tipsrundan! A biweekly newsletter by AFRY IT South with ❤️
_Today we're stacked with content 🎉 So let's get this party started! 🥳 _

Tipslådan 🗳


Supertipset 💡

Temporary Notepad in the Web Browser

Oscar Carlsson has a great little 'hack' that will have your friends turn their head.
Start of by having a Web Browser, then open a new tab and paste the following

data:text/html, <html contenteditable>

Then open the page. This will give you a editable blank area. 🎉 And you'll certainly feel a bit like a hacker 👨‍💻.

On a more serious note this is seriously a really good way to have a notepad ready to quickly alter text before moving it somewhere else.
Oscar suggests that you add this as a bookmark to simplify the usage!


Godisboxen 🍭

🎒 Hosting SQLite databases on GitHub Pages or any static file host

This is really mind-bending. I love it.
It takes a lot of "thinking outside of the box", a pinch of genius and work to have made this and the blog.

If you're interested in understanding how a static file hoster (like GitHub Pages) can be used in conjunction with a DB without a backend then make sure to check this out.

It really is a treat and left me amazed!

phiresky.github.io↗

🔀 Radio Garden – Explore live radio by rotating the globe

Internet Radio has become a standard which every channel now supports. This has brought some awesome integrations with apps and everything, but one thing that is really cool is radio.garden which allows you to listen to any channel available on the earth 🌍!

Scroll around the earth and listen to some cool languages & their music.

radio.garden↗

🔀 Project Starline: Feel like you're there, together

A new cool project from Google where Spatial Audio and a large screen is supposed to make virtual communication much closer to real-life experience.

.. Project Starline — a technology project that combines advances in hardware and software to enable friends, families and coworkers to feel together, even when they're cities (or countries) apart.

Who knows, it might end up in the famous killedbygoogle.com-graveyard but it's pretty cool and I love the progress made on communication tech!

blog.google↗

📱 Real World: CSS vs CSS-in-JS

A lot of modern front-ender now supply JS inside the JS code through different tools like styled-components which is pretty awesome because it makes the CSS much simpler to reason and understand.

But is there any drawbacks? What about size? What about load times?
In this blog you'll learn all about the different approaches performance characteristics. What do you prefer?

pustelto.com↗

📱 You Might Not Need jQuery

Sometimes things happen in parallel, or you're using a tool because it has always existed. The browser itself has evolved a lot and so has the built-in methods & CSS. A lot of things previously done programatically, often through jQuery, is now possible with simple tools.

Make sure to check out this page before you start implementing something complex!

youmightnotneedjquery.com↗

🎒 The Twelve-Factor App: A methodology for building Software-as-a-Service (SaaS)

A new cool project from Google where Spatial Audio and a large screen is supposed to make virtual communication much closer to real-life experience.

.. Project Starline — a technology project that combines advances in hardware and software to enable friends, families and coworkers to feel together, even when they're cities (or countries) apart.

Who knows, it might end up in the famous killedbygoogle.com-graveyard but it's pretty cool and I love the progress made on communication tech!

12factor.net↗

🎒 Adding git repositories as a dependency using PURE gradle

The twelve-factor app is a methodology for building software-as-a-service apps that:

Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;
Have a clean contract with the underlying operating system, offering maximum portability between execution environments;
Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration;
Minimize divergence between development and production, enabling continuous deployment for maximum agility;
And can scale up without significant changes to tooling, architecture, or development practices.

The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).

Even if you don't end up reading this it's certainly a good thing to bookmark!

schlaubi.medium.com↗

🎒 Kotlin/Native Memory Management Update

Native? Memory? Good writing?
✅ ✅ ✅

For those that don't really know how memory/GC:s work I think this is a good introduction on some implementations and I'd be happy to find someone to discuss / work more in this field with!

blog.jetbrains.com↗


Thank you for this time see you in two weeks

  • Hampus Londögård @ AFRY IT South