Restricting Notification Permission Prompts in Firefox – Future Releases
In April we announced our intent to reduce the amount of annoying permission prompts for receiving desktop notifications that our users are seeing on a daily basis. To that effect, ...
I'm Chris McCord. I work at Fly.io and created Phoenix, an Elixir web framework. Phoenix provides features out-of-the-box that are difficult in other languages and frameworks. This is a post about how we created LiveView, our flagship feature.
This post looks at what is missing from the current state-of-the-art web architectures, where they should be improved and what tools we have at hand for that.
Using Clojurescript to launch iOS/Android apps to 1M users - Emin Hasanov (Lambda Days 2017)
http://www.lambdadays.org/lambdadays2017/emin-hasanov
Story of how a small company in Azerbaijan used ClojureScript + React Native to launch iOS/Android apps to its one million users in just 3 months and with only one mobile app developer.
I will go through how we were able to quickly develop and iterate both iOS and Android versions at the same time, how we connected existing Rails app to provide a Transit API and how we use CodePush to provide over-the-air updates without going through app stores.
This will be a practical talk, with code examples and description of real problems and how they can be solved.
JavaScript in the browser runs many times faster than it did two decades ago. And that happened because the browser vendors spent that time working on intensive performance optimizations.
When authoring CSS we have to carefully think about source code order, selector specificity, and the use of !important. Let's take a look at how Cascade Layers (CSS @layer) can take away some of the pain regarding this.
How to use Auto Layout for beginners in Swift - iOS 2021
💻 Source Code: https://patreon.com/iOSAcademy
🎥 Subscribe for more: https://www.youtube.com/iOSAcademy?sub_confirmation=1
😎 Like my teaching style? Check out some of my most popular courses: https://courses.iosacademy.io
iOS Academy offers the #1 course for iOS Development for Beginners. Learn to create iPhone and iPad apps from scratch. Everyone these days has an app idea; learn the important skill of making those apps, make yourself more marketable, change industries to get a different job, and enjoy the ride!
Like my teaching style? Learn to build the TikTok iOS App with my recent course! https://ios-academy.teachable.com/p/building-tiktok-for-ios
This video is brought to you by Skillshare - an only community of teachers sharing awesome skills. Use the following link to get 2 months of FREE premium: https://www.skillshare.com/r/user/afraz
When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though! CSS gives us the tools to create rich, lush, lifelike shadows. In this tutorial, I'll show you how.
I was always amazed by @Hexacorn’s Beyond good ol' Run key blog post series, which collects various persistence methods on Windows. It’s an awesome series, which has 133 parts at the time of this writing. I find them pretty cool, and if you are doing either offensive or defensive work on Windows, this is a must read and follow blog.
In the past years as my interest in macOS grew, and now that I’m mostly doing only macOS related research and studies I started to came across many - many tricks, which allows someone to do persistence on macOS beyond just the LaunchDaemons or LaunchAgents directories, which is used to store the launchd startup files.