Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Monthly Archives: February 2022

2 Methods to Ignore Properties During Serialization in Symfony 7

2 Methods to Ignore Properties During Serialization in Symfony 7

  • February 8, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 6796 Views
Symfony provides the Serializer component which allows converting objects to specific format (e.g. JSON, XML) and vice versa. By default, all properties are included during object serialization. This tutorial provides...
Make Route Available if Debug Mode is Enabled in Symfony 7

Make Route Available if Debug Mode is Enabled in Symfony 7

  • February 7, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 1015 Views
Symfony framework allows restricting routes through conditions. This tutorial explains how to make route available if debug mode is enabled in Symfony 7 application. In .env file, we can specify...
2 Methods to Get Session Object in Symfony 7

2 Methods to Get Session Object in Symfony 7

  • February 6, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 3991 Views
Symfony framework provides the Session object which can be used for storing information about the user between requests. This tutorial provides 2 methods how to get Session object in Symfony...
Play Video File using LibVLC on Android

Play Video File using LibVLC on Android

  • February 5, 2022 (January 19, 2023)
  • Android
  • 2 Comments
  • 4903 Views
VLC engine on Android application can be embedded using LibVLC library. This tutorial provides example how to play a video file using LibVLC on Android application. Firstly, add the LibVLC...
Find Route That Matches Given URL using Console Command in Symfony 7

Find Route That Matches Given URL using Console Command in Symfony 7

  • February 4, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 1007 Views
Symfony framework has many built-in commands which can be used to debug various application parts. This tutorial explains how to use console command to find the route that matches a...
2 Methods to Define Console Command Lazy Loaded in Symfony 7

2 Methods to Define Console Command Lazy Loaded in Symfony 7

  • February 3, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 1091 Views
In Symfony application, console commands can be lazy loaded. It means that the command is instantiated when it is actually called. It can improve performance you have lots of commands...
Display Configured Routes using Console Command in Symfony 7

Display Configured Routes using Console Command in Symfony 7

  • February 2, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 2828 Views
Symfony framework provides various built-in commands for debugging and development purpose. This tutorial shows how to use console command to display configured routes in Symfony 7 application. Let's say we...
2 Methods to Clear Cache using Console Command in Symfony 7

2 Methods to Clear Cache using Console Command in Symfony 7

  • February 1, 2022 (December 26, 2023)
  • Symfony
  • 0 Comments
  • 16672 Views
Symfony framework provides many built-in console commands through the bin/console script to perform various tasks. This tutorial provides 2 methods how to clear cache using console command in Symfony 7...
  • «
  • 1
  • 2
  • 3
Buy Me a Coffee

Recent Posts

  • Compile with Specific Code Standard using gcc or g++ Compiler
  • Get Linux Kernel Build Date and Time
  • 3 Methods to Lock Screen on Ubuntu
  • Get CPU Architecture on Linux
  • Set Positive Array Elements to Zero using C++ SIMD

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved