JC Frane

JC Frane Travel and Tour. Developer. Gamer. Apple Enthusiast.

Inside is sale for 61 php 🤗This is a highly rated game on steam!
13/03/2023

Inside is sale for 61 php 🤗

This is a highly rated game on steam!

They should add a pre-requisite before downloading…Buy new f***** HDD.
31/01/2022

They should add a pre-requisite before downloading…

Buy new f***** HDD.

A new year means a new Warzone map. But where is the new Warzone map set? When will it be released, and how big will it be? All your questions answered.

CTTO.
14/08/2021

CTTO.

🤯🤯🤯https://jcfrane.com/laravel-queue-archiving-pdf-files/
13/08/2021

🤯🤯🤯

https://jcfrane.com/laravel-queue-archiving-pdf-files/

I’ve been working with Laravel Queues lately and it is indeed a pleasant experience. If you are not yet familiar with Laravel Queue you can read more about it here. Queues are typically used in tasks that require an intensive amount of resources. For example, generating a large CSV report might ta...

06/08/2021
Read about this new cool feature of JS that you may not know.https://jcfrane.com/javascript-optional-chaining/
06/08/2021

Read about this new cool feature of JS that you may not know.

https://jcfrane.com/javascript-optional-chaining/

2020 is a hell of a year for most of us but not with Javascript as it has introduced a lot of new cool features including one of my favorites: Optional Chaining. If you haven’t tried Typescript before, this might be new to you but this functionality is very much used in Typescript. Let’s dive [....

https://jcfrane.com/tf-is-noop-and-whats-the-use-of-it-js/
05/08/2021

https://jcfrane.com/tf-is-noop-and-whats-the-use-of-it-js/

Have you encountered a function or a variable that is called noop in any source code you are reading? Have you asked yourself what the hell is that for? Well, noop just means NO OPERATION. Meaning do not do something, return undefined or return an empty function. It is literally simple as that. So w...

Yeah it's okay :)https://jcfrane.com/its-okay-to-be-unproductive/
01/08/2021

Yeah it's okay :)

https://jcfrane.com/its-okay-to-be-unproductive/

Or is it? Maybe sometimes. Have you ever felt that you just want to spend the rest of the weekends just lying on the bed? binge-watch Netflix? play your favorite computer games? But have you noticed that after doing nothing productive in a day there is somehow a weird feeling of guilt? I have the [....

call() vs apply() vs bind() 🤯https://jcfrane.com/call-vs-apply-vs-bind/
27/07/2021

call() vs apply() vs bind() 🤯

https://jcfrane.com/call-vs-apply-vs-bind/

If you started your career as a javascript developer using frameworks such as vue and angular, javascript native functions might be unfamiliar to you. If you stumbled upon functions like call, apply, and bind and seems you can’t wrap your head around them, this article is for you.

Share this with your co-devs
27/07/2021

Share this with your co-devs

Are you planning to use S3 as your file storage but want to test it first in your local machine avoiding the hassle of AWS setup?

26/07/2021

It will give your new tab a new function in which development news/articles will be made available to you in a nice and sleek UI. Meet dailydev.

28/06/2021

Torn between playing Dota or studying another tech stuffs.

Hala napindot ung purchase ng hindi sinasadya 😔😔😔
24/06/2021

Hala napindot ung purchase ng hindi sinasadya 😔😔😔

Today I learned about this amazing Javascript Library that lets you build monolith application with seamless integration...
15/06/2021

Today I learned about this amazing Javascript Library that lets you build monolith application with seamless integration with Vue / React and Laravel. It's called inertia.js

It's very easy to use out of the box. If you just want a quick development without the hassle of building a separate repository / deployment for your SPA apps, this is definetely the way to go.

https://inertiajs.com/

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

As I started my first open-source project called Ignite, I had many opportunities applying Angular concepts that I seldo...
29/06/2020

As I started my first open-source project called Ignite, I had many opportunities applying Angular concepts that I seldom use when doing my freelance jobs. When you have a deadline, you tend not to adhere very well to the paradigm that components should be reused as much as possible. As such, my components template span several hundred lines. My rule of thumb is that when a piece of functionality will not be reused anywhere do not bother to create a separate component for it. [ 1,281 more word ]
https://jcfrane.com/content-projection-contentchildren-and-querylist/

As I started my first open-source project called Ignite, I had many opportunities applying Angular concepts that I seldom use when doing my freelance jobs. When you have a deadline,…

As a freelance developer, when we are starting an application we have some sort of "template" or "boilerplate" to kickst...
27/06/2020

As a freelance developer, when we are starting an application we have some sort of "template" or "boilerplate" to kickstart our projects faster. This might include an admin site, an auth server, a front end, etc. Some of us might even start from scratch and spend many hours just bootstrapping our applications. This happens to me very often that I decided to create an open-source project that will help my fellow freelancers to kickstart their applications without thinking the basic functionalities that an application will be needing. [ 160 more words ]
https://jcfrane.com/kickstart-your-startup-applications-with-ignite/

As a freelance developer, when we are starting an application we have some sort of “template” or “boilerplate” to kickstart our projects faster. This might include an admin site, an…

Did you know GitHub's unlimited private repositories are now free? Yeah, you read that right!As such, I started to use i...
25/04/2020

Did you know GitHub's unlimited private repositories are now free? Yeah, you read that right!As such, I started to use it on my new projects. Who doesn't want a large contributions graph on their Github profile?But what amazes me more is their new update! You can now click the definition of a function, class, and variables and jump to the actual file all within the Github Web Interface 😀It even also shows references! [ 41 more words ]
https://jcfrane.com/github-code-navigation-made-easy/

Did you know GitHub’s unlimited private repositories are now free? Yeah, you read that right!As such, I started to use it on my new projects. Who doesn’t want a large…

Symfony is on version 5 as of writing. If you are a starting Symfony developer or you have experience in development in ...
15/04/2020

Symfony is on version 5 as of writing. If you are a starting Symfony developer or you have experience in development in Symfony but haven't worked with your CI / CD or deployment, then this article is for you. Beginners often neglect to understand the importance of environment variables in their applications. What are environment variables? In simple terms, environment variables are key / value pairs that are accessible throughout your system's shell. [ 535 more words ]
https://jcfrane.com/working-with-environment-variables-in-your-symfony-applications/

If you are a starting Symfony developer or you have experience in development in Symfony but haven't worked with your CI / CD or deployment, then this article is for you. Beginners often neglect to understand the importance of environment variables in their applications.

I recently joined an FB group (which I forgot the name) but the group is all about canceled food deliveries from known f...
02/04/2020

I recently joined an FB group (which I forgot the name) but the group is all about canceled food deliveries from known food delivery apps. The riders who got their parcels canceled are the ones who are posting in the group and concerned people will comment to buy the deliveries themselves. Viral posts about food riders who got their food deliveries canceled are always circulating on social media such as FB. [ 163 more words ]
https://jcfrane.com/an-app-for-cancelled-food-deliveries/

I recently joined an FB group (which I forgot the name) but the group is all about canceled food deliveries from known food delivery apps. The riders who got their…

Since I started working professionally as a web and mobile developer it is always my dream to start a web and mobile dev...
31/03/2020

Since I started working professionally as a web and mobile developer it is always my dream to start a web and mobile development agency that will be of help to starting entrepreneurs/businesses to start their online presence and to boost their operational functions. As such, It is my utmost desire to provide these businesses/entrepreneurs with cost-efficient integration with technologies that will be surely worth investing. [ 213 more words ]
https://jcfrane.com/koala-technologies-is-now-app-and-running/

Since I started working professionally as a web and mobile developer it is always my dream to start a web and mobile development agency that will be of help to…

In this article, I will share with you my approach on how I dockerize my angular applications. While the code I will sha...
27/03/2020

In this article, I will share with you my approach on how I dockerize my angular applications. While the code I will share maybe not the best practice but it served well for my usages from the development environment to production builds. I will assume that you will have some knowledge of Docker because I will not explain everything in detail. [ 862 more words ]
https://jcfrane.com/dockerizing-angular-application/

In this article, I will share with you my approach on how I dockerize my angular applications. While the code I will share maybe not the best practice but it…

Today I and my brother accompanied my Mother to PGH for her chemotherapy session. We don't own a car so we have to borro...
21/03/2020

Today I and my brother accompanied my Mother to PGH for her chemotherapy session. We don't own a car so we have to borrow one from the barangay. We are grateful for our Barangay Captain for letting us use the Barangay's Ambulance and for taking us to the hospital and waiting for us to get us home. Since this is the first time I got out, since the day of the quarantine, I am pretty curious about how the outside looks like. [ 430 more words ]
https://jcfrane.com/covid-19-quarantine-day-6/

Today I and my brother accompanied my Mother to PGH for her chemotherapy session. We don’t own a car so we have to borrow one from the barangay. We are…

Authorization is such an important part of any good system. A secured and robust system must have an efficient set of ru...
09/03/2020

Authorization is such an important part of any good system. A secured and robust system must have an efficient set of rules on how a particular user should access a given resource.
https://jcfrane.com/hassle-free-role-management-in-symfony/

Authorization is such an important part of any good system. A secured and robust system must have an efficient set of rules on how a particular user should access a given resource.

Content Projection is a pretty complex topic in Angular that not everyone might be familiar with. Content Projection is ...
06/03/2020

Content Projection is a pretty complex topic in Angular that not everyone might be familiar with.

Content Projection is an old concept that is already present on angularjs 1.x and is called transclusion.

In simple terms, Content Projection is just inserting elements/components into a slot provided by a particular element for it to render.

https://jcfrane.com/understanding-angulars-content-projection/

Content Projection is an old concept that is already present on angularjs 1.x and it's called transclusion. Wikipedia describes it like this. In simple terms, Content Projection is just inserting elements/components into a slot provided by a particular element for it to render.

05/03/2020

Development, Passion, Hobbies.

Address


Alerts

Be the first to know and let us send you an email when JC Frane posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Videos

Shortcuts

  • Address
  • Alerts
  • Videos
  • Claim ownership or report listing
  • Want your business to be the top-listed Media Company?

Share