Tag: How to
-
Empowering students to develop an Agile mindset
Posted on January 19, 2023, Level beginner Resource Length medium
Fostering collaboration in the classroom is vital in preparing our students for life. Working in groups can be challenging, which is why implementing an agility framework can become a powerful tool. Developing an agile mindset will empower students to take ownership of their learning while developing social-emotional and critical thinking skills. By Greta Sandler.
Tags agile learning app-development teams how-to
-
Spatial search functionality with Neo4j
Posted on January 3, 2023, Level intermediate Resource Length long
In this post we explore some techniques for working with geospatial data in Neo4j. We will cover some basic spatial Cypher functions, spatial search, routing algorithms, and different methods of importing geospatial data into Neo4j. By William Lyon.
Tags apis how-to devops web-development open-source nosql miscellaneous
-
Safety Check! How to keep your iOS devices stalker free
Posted on December 22, 2022, Level beginner Resource Length medium
Perform an emergency safety check to quickly disconnect apps and people from your iPhone. By Shubham Agarwal.
Tags ios miscellaneous app-development how-to
-
How desktop and GPU virtualisation power up automotive innovation
Posted on October 27, 2022, Level beginner Resource Length medium
With the race towards autonomy becoming fiercer, the costs to use these new enabling technologies are rising exponentially. Moreover, the need for talent and experts across the world is forcing companies to shift to remote work. You've probably heard of virtual desktop infrastructures (VDI) and vGPUs (virtual GPUs), but why would you need one and how could they help your company? By Bertrand Boisseau.
Tags robotics linux miscellaneous software how-to teams
-
Live streaming commerce: A playbook
Posted on October 14, 2022, Level beginner Resource Length long
To better assist customers with product discovery, retailers are discovering and leveraging innovative ways like live streaming. Live streaming commerce is an interactive social commerce tool that combines video streaming and TV entertainment formats like talk shows and chat. By Shantala Raman.
Tags miscellaneous streaming cio how-to cloud
-
Why your cached JavaScript is still slow and incurs performance overhead
Posted on July 22, 2022, Level intermediate Resource Length medium
Web Developers often fixate on optimizing the delivery of assets to the end-user's device, and overlook the computation that takes place on the end-user's device once those assets arrive. By Joe Liccini.
Tags app-development web-development how-to performance
-
Guidelines for choosing a Node.js framework
Posted on June 2, 2022, Level beginner Resource Length long
With lots of frameworks to choose from, and all those strong opinions, it's easy to feel a little lost. Comparing frameworks based on the features they list can be a headache, and features are only part of the picture. It would be awesome if you had a clear checklist you could evaluate Node.js frameworks against. By Simon Plenderleith.
Tags javascript how-to app-development learning cio agile management
-
Web3: What is it and what it means for freelancers
Posted on June 1, 2022, Level beginner Resource Length long
It is being said that Web3 is the future of the internet which promises a decentralised, immutable version of the global web -- free of intermediaries and equipped with the same cryptographic verifiability as cryptocurrencies and non-fungible tokens (NFTs). But what does that really mean? By Stefania Volpe.
Tags cloud fintech blockchain how-to management
-
Stacks vs. Solana vs. Polygon: How do they compare from a developer perspective?
Posted on May 31, 2022, Level beginner Resource Length long
What's the best blockchain for building Web3 applications? It depends on what you want to prioritize across the blockchain trilemma. The trilemma argues that blockchains can only provide two of the three properties of decentralization, security, and scalability, and that no matter where you build, you'll be making a tradeoff. By Joe Bender.
Tags blockchain cloud fintech how-to miscellaneous performance
-
What exactly should we be logging?
Posted on May 15, 2022, Level intermediate Resource Length medium
As a security architect and the technical leader for the Logging Made Easy project, I am often asked "what logs should I be collecting?" I absolutely hate the standard 'it depends' response. So, I've been answering with a question of my own: "For what?" This has led to a number of interesting discussions on the topic of who should be logging what, and when. By Adam B.
Tags infosec devops programming learning software how-to
-
Swift actors: How do they work, and what kinds of problems do they solve?
Posted on May 12, 2022, Level intermediate Resource Length medium
Since the very first version of Swift, we've been able to define our various types as either classes, structs, or enums. But now, with the launch of Swift 5.5 and its built-in concurrency system, a new type declaration keyword has been added to the mix -- actor. By John Sundell.
Tags swiftlang linux how-to programming learning
-
Modern alternatives to some of the classic Linux commands
Posted on May 11, 2022, Level beginner Resource Length medium
When you start learning Linux, you begin with a standard set of Linux commands that have been in existence since the UNIX days. As you grow old as a Linux user, you keep on mastering the same set of standard commands. By Abhishek Prakash.
Tags miscellaneous linux how-to devops learning