#Rust #PortSniffer #TensorProgramming In this video, we create an updated version of an old rust project, the port sniffer project. Source Code (v2): https://github.com/tensor-programming/Rust_Port_Sniffer Source Code (v1):...
active · last success 2026-06-19 22:49
#Rust #PortSniffer #TensorProgramming In this video, we create an updated version of an old rust project, the port sniffer project. Source Code (v2): https://github.com/tensor-programming/Rust_Port_Sniffer Source Code (v1):...
#Dart #TensorProgramming #Null_Safety In this LiveStream, we will be building a simple Chat application with vanilla Dart and Dart2js. The Purpose is to explore the new null satefy system in the language. Feedback is welcome Source Code for this example:...
#Rust #tensorprogramming #proc-macro In this live stream, we worked through part of the identity_derive library for the identity project. In this library, we looked at implementing procedural macros for deriving traits on unknown data types. Feel free to support the channel:...
#Rust #IOTA #TensorProgramming In this video, I talk about one of my recent projects, stronghold. I go over the different crates and discuss how they work and what they do. Source Code: https://github.com/iotaledger/stronghold.rs Blog Post about Stronghold:...
#Flutter #FlutterIntl #TensorProgramming In this Flutter tutorial, we take a look at Intl and Flutter_Intl and how the Internationalization process has been streamlined by the plugin. Source Code: https://github.com/tensor-programming/intl_example VSCode Plugin:...
#Flutter #WidgetTesting #TensorProgramming In this Flutter tutorial, we take a generalized look at Unit and Widget testing with the Flutter_Test framework. We start with simple unit tests and move to widget testing using the testing interface to manipulate the widget tree....
#Flutter #GetStream #TensorProgramming In this Flutter tutorial, we take a generalized look at Stream's chat service for building custom chat apps. Flutter combined with Stream's chat API make it possible to build a Flutter chat app similar to Facebook Messenger or WhatsApp....
#Rust #TensorProgramming #OwnershipAndBorrowing In this video we take a beginners look at Tests in Rust. We also touch on generic Boxing Errors and creating a Custom Result and we look at test driven development. Source Code:...
#Rust #TensorProgramming #OwnershipAndBorrowing In this video we take a look at Rust's memory management model. That is the Ownership and Borrowing Model. We talk about the Stack and the Heap as well as Stack frames and pointers. Source Code:...
#Rust #TensorProgramming #WebCrawler In this video we build a Web crawler in Rust using Surf and Async-Std. This video is meant to introduce the concept of Futures, async, await and tasks. Source Code: https://github.com/tensor-programming/crawler_example #Rust...
#Flutter #TensorProgramming #clockcontest In this Live Stream, we will be looking at the Flutter Clock Contest and building a Prototype clock for submission. Feedback is always welcome Source Code: https://github.com/tensor-programming/clock-stream Cloudways Web Hosting:...
#tensorprogramming #dart2native #learndart In this video, we build a simple Command Line interface and make use of the Dart2Native command to build a native executable. Source Code: https://github.com/tensor-programming/native_weather_cli Good Programming Laptops: Lenovo...
#tensorprogramming #extensionmethods #learndart In this video we take a look at the Dart 2.6 extension method syntax. We look at the various concepts behind the syntactic sugar and their purpose. Source Code:...
#tensorprogramming #golang #microservices In this series, we take a look at the hexagonal microservice architecture in go by building a simple URL shortener service. In this video we finish the application by creating a REST API. Source Code:...
#tensorprogramming #golang #microservices In this series, we take a look at the hexagonal microservice architecture in go by building a simple URL shortener service. In this video we build out the Repository and Serializer logic. Source Code:...