show episodes
 
Artwork

1
GradCentric

Jason Anderson

Unsubscribe
Unsubscribe
Monthly
 
GradCentric is a podcast hosted by Gradmetrics to help families plan and prepare for college and manage student loan debt. Every week we share tips on college topics including student loans, financial aid, FAFSA, CSS Profile, merit aid, scholarships, exploring majors, finding a career, and school selection.
  continue reading
 
Buy the lads a pint: https://ko-fi.com/thevisualdiv What's the craic? Welcome to The Visual Div, your unfiltered gateway to all things Webflow, straight from the Emerald Isle. No fluff, just two devs from Ireland dissecting the latest features, community buzz, and tech developments in the world of Webflow. Picture it like this: two mates, endless digital chatter, and maybe a pint or two. It's like your typical Friday night pub talk, but with way more CSS and API calls. So grab your headphone ...
  continue reading
 
Artwork

1
CSWB 110

Teresa Pelkie

Unsubscribe
Unsubscribe
Monthly
 
CSWB 110 - Web Page Development Using HTML and XHTML - at Palomar College, San Marcos, CA - Instructor Teresa Pelkie.This show will consist of video recordings of the PowerPoint presentations and / or code display for the classes in this course.
  continue reading
 
Artwork
 
We are The Uni Diaries Podcast, brought to you by Unimelb SAMM. Tune is as we chat about uni, study, careers, navigating your way through your late teens/early twenties, as well as chatting to some wicked guests. Make sure you follow us on insta @the_unidiaries to stay up to date on all of our content!! 🔥🤪🍉🐠🪐 Our Hosts: Steph, Kaylee, Isabella, Chamudi, Karthik and Adrianna https://www.theunidiaries.online/ @the_unidiaries @unimelbsamm Get in touch with us: communications@unimelbsamm.com or, ...
  continue reading
 
Weekly Code Quickies is a podcast designed for programmers and developers of all skill levels. Each episode is a bite-sized, quick-hit of valuable information and tips on a specific programming languages, back to front-end frameworks, best tools, emerging technologies, and best practices for working remotely. The podcast is perfect for those who are short on time but still want to stay up-to-date with the latest developments in the industry, including the latest tech news, new technologies, ...
  continue reading
 
This is the Commit Your Code Podcast! A show about software development, technology, and the developers that use it! Each Episode will Have 3 guests! - 1 Special Guest Host - 1 Technical Guest - 1 Junior Developer who has landed a job in tech within the last 18 months! I am your host, Danny Thompson! *DISCLAIMER ALL OPINIONS ON THE PODCAST ARE THAT OF THE SPEAKER AND DOES NOT REPRESENT THE VIEWS OR OPINIONS OF THEIR COMPANIES Support this podcast: https://podcasters.spotify.com/pod/show/comm ...
  continue reading
 
Loading …
show series
 
This story was originally published on HackerNoon at: https://hackernoon.com/6-steps-to-run-spin-apps-on-your-kubernetes-cluster. Deploy and run serverless WebAssembly workloads on Kubernetes using SpinKube with these six simple steps. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive c…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-build-a-web-page-summarization-app-with-nextjs-openai-langchain-and-supabase. An app that can understand the context of any web page. We'll show you how to create a handy web app that can summarize the content of any web page Check more stories related to programmin…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-order-in-if-statement-impacts-on-performance. Explore how optimizing condition order in code led to a 50% performance boost in Skaffold's latest update. Learn practical tips for improving code efficiency. Check more stories related to programming at: https://hackernoon…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/steganography-how-to-hide-text-in-images-using-javascript. Steganography is a method of hiding secret messages in another, non-secret file. This article describes how to implement such an encoding engine using JS. Check more stories related to programming at: https://hacke…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/mastering-modern-ui-development-with-react-and-tailwind-css. Learn to build responsive and maintainable user interfaces with React and Tailwind CSS in this comprehensive guide. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-migrate-from-python-2-to-python-3. Learn how to migrate your Python projects from Python 2 to Python 3 with detailed steps on handling libraries, function annotations, and compatibility issues. Check more stories related to programming at: https://hackernoon.com/c/p…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-enhance-react-apps-with-usetransition-hook. The useTransition hook in React helps manage state updates with a focus on user experience. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #re…
  continue reading
 
Show Description We've got follow up on Cloudflare and Cara from last episode, a question about setting up Prettier and auto linting, a cool tool from a listener on comparing colors, a question about using tooling like Craft or more user friendly apps like Webflow when working with clients, and our takes on accessibility overlays. Listen on Website…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/getting-logging-right-observability-foundation. Logging is a crucial yet frequently underestimated component of application development. Proper logging practices can enhance the visibility of your application Check more stories related to programming at: https://hackernoon…
  continue reading
 
An airhacks.fm conversation with Nicolai Parlog (@nipafx) about: the advantages and challenges of Object-oriented programming (OOP) vs data-oriented programming (DOP) in Java, using Java record classes, sealed interfaces, and switch expressions to implement business logic outside of data classes, the advantages of polymorphism and transparent persi…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/efficient-kubernetes-resource-management-across-multiple-clusters-using-modern-dashboards. Explore efficient Kubernetes resource management across multiple clusters using modern dashboards like Lens and Devtron, enhancing visibility and control. Check more stories related …
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/the-calculator-project-why-it-was-easier-yet-full-of-hurdles. Join me on my coding adventure as I tackle the Calculator Project. Discover the challenges I faced, the solutions I found, and the valuable lessons I learned. Check more stories related to programming at: https:…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-quick-image-uploads-enhance-user-experience-on-your-website. Learn how to implement fast image upload functionality to improve user engagement and satisfaction on your website. Check more stories related to programming at: https://hackernoon.com/c/programming. You can …
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-i-created-my-own-telegram-bot-pt-1. how I built a powerful Telegram bot and API library using NestJS. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #telegram-bot, #nodejs, #nestjs, #postgr…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/25-key-rest-api-interview-questions-and-answers. Prepare for your tech job interview with these 25 essential REST API questions that cover both theoretical and practical aspects. Check more stories related to programming at: https://hackernoon.com/c/programming. You can al…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/what-is-opentelemetry-and-how-it-can-improve-your-backend-quality. Discover how OpenTelemetry revolutionizes monitoring and debugging in backend systems, enhancing reliability and performance with comprehensive tools. Check more stories related to programming at: https://h…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/code-to-an-interface-everything-you-need-to-know. How often have you heard "Code to an interface"? I'm sure, at least a few times, and I know it can be hard to understand at first. So let's see what it means. Check more stories related to programming at: https://hackernoon…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-create-scrollable-lists-with-protocol-oriented-design-and-uicollectionviewcompositionallayout. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #swift-programming, #ios-app-development, #i…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/shades-of-open-source-understanding-the-many-meanings-of-open. Open source has evolved from a few pioneering transparent projects into the backbone of modern development across the industry. Check more stories related to programming at: https://hackernoon.com/c/programming…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/refactoring-013-eliminating-repeated-code-with-dry-principles. Learn how to eliminate repeated code, enhance maintainability, and create a single source of truth with our DRY (Don't Repeat Yourself) principles. Check more stories related to programming at: https://hackerno…
  continue reading
 
Matt asks Ailín to explain why he has a pile of cow poo on his drive before we do a deep dive on membership platforms that dovetail well with Webflow. Buy the lads a Guinness! The Visual Div is 100% powered by you, our lovely listeners. If you enjoy the craic and reckon you’d buy us a Guinness if we bumped into you at the local, then here's your di…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-create-your-first-react-profile-page. Creating a profile page in React is not only essential but also super fun! It lets your users view and manage their personal info in style. Check more stories related to programming at: https://hackernoon.com/c/programming. You …
  continue reading
 
Matt and Ailín go off piste with random chat about the meaning of work, flying planes, and Webflow's new page template feature. --- Buy the lads a Guinness! The Visual Div is 100% powered by you, our lovely listeners. If you enjoy the craic and reckon you’d buy us a Guinness if we bumped into you at the local, then here's your digital barman! €3 = …
  continue reading
 
Show Description We dive a bit deeper into the Cloudflare drama of the past couple of weeks, Instagram ads vs Cara art, what to do about Auth in your app, pre-negging any sponsorships, prototyping and feedback on projects, and ideas for future topics. Listen on Website → Links Cloudflare took down our website after trying to force us to pay 120k$ w…
  continue reading
 
An airhacks.fm conversation with ethauvin (@Erik C. Thauvin) about: Erik previously on: "#298 The bld Power User", running a high-traffic link blog using JSP and Tomcat, challenges with caching and performance, meeting Geert Bevin through discussions about URL encoding, evaluating and migrating his blog to the Rife framework, appreciating Rife's le…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-perform-gis-computations-on-non-gis-databases. If your backend storage doesn't natively support spatial queries, this article is tailored for you. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive conten…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-become-an-ios-developer-and-start-your-own-business. Kirill, 33 years old, an iOS developer, never worked as a programmer, income from programming: 0. He created his own VPN application for iOS Check more stories related to programming at: https://hackernoon.com/c/p…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/temporary-lifetime-extension-complicated-cases. Software design is difficult. One has to design features to fit past and future code. C++ Temporary lifetime extension can teach us a lesson about such design. Check more stories related to programming at: https://hackernoon.…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/introducing-huey-a-celery-alternative-for-django. Trying out a lightweight asynchronous task queue as an alternative to Celery with Django Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #django…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/overview-and-practical-examples-of-cdc-pattern-with-kafka-connect. The idea of the CDC is to track changes in the database, capture, transform (optionally), and send them to the message queue for further processing. Check more stories related to programming at: https://hac…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-create-a-server-driven-ui-engine-for-flutter. Nui is a new and promising Server Driven UI engine for Flutter applications. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #flutter, #flutt…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/evolution-of-localization-in-swift-from-strings-to-string-catalogs. his guide explains the transition in localization in Swift, from the early techniques to the latest tool to help developers fully take advantage Check more stories related to programming at: https://hacker…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/introducing-the-blockchain-api-writing-contest-by-drpc-and-hackernoon. Win cash prizes by sharing your insights on blockchain APIs in the #blockchain-api writing contest. Open from June 12 to September 12, 2024. Check more stories related to programming at: https://hackern…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/unlocking-the-secrets-of-url-a-journey-for-all. Unlock the hidden power of web addresses and embark on a transformative journey. Instagram serves as our compass to navigate the digital realm, revealing secret Check more stories related to programming at: https://hackernoon…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/kafka-schema-evolution-a-guide-to-the-confluent-schema-registry. Learn Kafka Schema Evolution: Understand, Manage & Scale Data Streams with Confluent Schema Registry. Essential for Data Engineers & Architects. Check more stories related to programming at: https://hackernoo…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/top-12-react-boilerplates-and-starter-kits-for-2024. What criteria do you use when choosing a React boilerplate? We made a comparison of boilerplates by features and analyzed each of them Check more stories related to programming at: https://hackernoon.com/c/programming. Y…
  continue reading
 
Show Description Sven Neumann aka Sven Codes talks with us about SudokuPad, developing a cross-platform app, integrating new puzzles and features, the benefits of being easy to use, building a community, and monetizing an app while not upsetting your user base. Listen on Website → Guests Sven Neumann Guest's Main URL • Guest's Twitter Creator of Sv…
  continue reading
 
An airhacks.fm conversation with Erik C. Thauvin (@ethauvin) about: previously Erik on "#287 How Linkblog Happened",from Rife to bld, Gert on "#284 No Dependencies--Or How Rife 2 and Bld Happened",the simplicity and power of bld compared to Gradle and Maven, using Java as the build language without any DSLs or plugins, the advantages of a direct ap…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/verification-of-a-rust-implementation-of-knuths-dancing-links-using-acl2-related-work. In this paper, researchers describe an implementation of the Dancing Links optimization in the Rust programming language. Check more stories related to programming at: https://hackernoon…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/verification-of-a-rust-implementation-of-knuths-dancing-links-using-acl2-rust-and-rar. In this paper, researchers describe an implementation of the Dancing Links optimization in the Rust programming language. Check more stories related to programming at: https://hackernoon…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/from-codeigniter-2-to-4-upgrade-journey-and-coding-samples. Upgrade from CodeIgniter 2 to 4 seamlessly with clear instructions & coding samples. Enhance security & access to new features effortlessly! Check more stories related to programming at: https://hackernoon.com/c/p…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-colorize-a-black-and-white-photo. Colorizing black and white photos using DeOldify and Python Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #python, #ml, #how-to-colorize-pohots, #what-…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/optimizing-opentelemetry-tracing-with-multi-stack-warehouse-components. Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #opentelemetry, #observability, #distributed-tracing, #golang, #ruby, #apa…
  continue reading
 
This story was originally published on HackerNoon at: https://hackernoon.com/crypto-networks-can-overcome-obstacles-open-source-projects-face-drips-founder-says. Ele Diakomichalis explores Drips’ mission to sustain open-source projects through transparent funding for the creators of tomorrow's essential software. Check more stories related to progr…
  continue reading
 
Loading …

Quick Reference Guide