Login
Discover
Waves
Communities
Login
Signup
Petre Popescu
@ppopescu
41
Followers
4
Following
10
Follow
Resource Credits
Available
Used
Website
https://petrepopescu.tech
Created
2021-08-24 11:37
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
@ppopescu
cross-posted
@ppopescu/keep-your-code-well-organized-...
to
STEMGeeks
ppopescu
java
2021-10-25 05:11
Keep your code well organized. How I structure my web project
Article originally posted on my personal website at How to organize your web project It is easy to get carried away and just write code. The code may even work as intended but trust me that, in 6 months
$ 0.000
1
ppopescu
java
2021-10-25 05:11
Keep your code well organized. How I structure my web project
Article originally posted on my personal website at How to organize your web project It is easy to get carried away and just write code. The code may even work as intended but trust me that, in 6 months
$ 0.000
1
@ppopescu
cross-posted
@ppopescu/exposing-sequential-ids-is-bad...
to
Programming & Dev
ppopescu
java
2021-10-18 10:47
Exposing sequential IDs is bad! Here is how to avoid it.
When working on LOGaritmical, I initially had my primary keys defined as UUIDs. I took this approach for two reasons: security and to avoid collisions even when there are many rows. My initial reasoning
@ppopescu
cross-posted
@ppopescu/exposing-sequential-ids-is-bad...
to
STEMGeeks
ppopescu
java
2021-10-18 10:47
Exposing sequential IDs is bad! Here is how to avoid it.
When working on LOGaritmical, I initially had my primary keys defined as UUIDs. I took this approach for two reasons: security and to avoid collisions even when there are many rows. My initial reasoning
ppopescu
java
2021-10-18 10:47
Exposing sequential IDs is bad! Here is how to avoid it.
When working on LOGaritmical, I initially had my primary keys defined as UUIDs. I took this approach for two reasons: security and to avoid collisions even when there are many rows. My initial reasoning
@ppopescu
cross-posted
@ppopescu/designing-and-coding-event-man...
to
STEMGeeks
ppopescu
java
2021-10-11 08:42
Designing and Coding Event Management in Java
An improved version and source code on my personal website: How to code events in Java A few years ago, back when ActionScript 3 was still used, but barely, I wanted to try game development in Java. All
ppopescu
java
2021-10-11 08:42
Designing and Coding Event Management in Java
An improved version and source code on my personal website: How to code events in Java A few years ago, back when ActionScript 3 was still used, but barely, I wanted to try game development in Java. All
ppopescu
java
2021-10-06 06:28
Building a form in Play Framework
Almost all websites require a form in one way or another. It can be as simple as a search field or a more complex form with many inputs and validation mechanisms. Either way, the main principles are the
@ppopescu
cross-posted
@ppopescu/you-should-always-do-server-si...
to
DevTalk
ppopescu
java
2021-09-28 05:30
You should always do server-side validation! Always!
Original article with another example on my personal website Web technologies have evolved a lot in the past few years, both on the server-side as well as on the client’s side. There are many web frameworks,
@ppopescu
cross-posted
@ppopescu/you-should-always-do-server-si...
to
Programming & Dev
ppopescu
java
2021-09-28 05:30
You should always do server-side validation! Always!
Original article with another example on my personal website Web technologies have evolved a lot in the past few years, both on the server-side as well as on the client’s side. There are many web frameworks,
@ppopescu
cross-posted
@ppopescu/you-should-always-do-server-si...
to
STEMGeeks
ppopescu
java
2021-09-28 05:30
You should always do server-side validation! Always!
Original article with another example on my personal website Web technologies have evolved a lot in the past few years, both on the server-side as well as on the client’s side. There are many web frameworks,
ppopescu
java
2021-09-28 05:30
You should always do server-side validation! Always!
Original article with another example on my personal website Web technologies have evolved a lot in the past few years, both on the server-side as well as on the client’s side. There are many web frameworks,
@ppopescu
cross-posted
@ppopescu/how-to-properly-store-a-passwo...
to
DevTalk
ppopescu
java
2021-09-19 14:29
How to properly store a password in the Database
Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of the first functionalities that I implemented was registering a new user.
@ppopescu
cross-posted
@ppopescu/how-to-properly-store-a-passwo...
to
Programming & Dev
ppopescu
java
2021-09-19 14:29
How to properly store a password in the Database
Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of the first functionalities that I implemented was registering a new user.
@ppopescu
cross-posted
@ppopescu/how-to-properly-store-a-passwo...
to
STEMGeeks
ppopescu
java
2021-09-19 14:29
How to properly store a password in the Database
Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of the first functionalities that I implemented was registering a new user.
ppopescu
java
2021-09-19 14:29
How to properly store a password in the Database
Article originally posted on my website un How to securely store the password in the Database When I started LOGaritmical, one of the first functionalities that I implemented was registering a new user.
@ppopescu
cross-posted
@ppopescu/simple-collection-manipulation...
to
Nerds of Hive
ppopescu
java
2021-09-09 06:02
Simple Collection Manipulation in Java Using Lambdas
One of the most powerful features introduced in Java 8 was Lambda Even though at first it may not seem much, the new functionality speeds up both coding and execution in many cases, if used correctly.
@ppopescu
cross-posted
@ppopescu/simple-collection-manipulation...
to
Programming & Dev
ppopescu
java
2021-09-09 06:02
Simple Collection Manipulation in Java Using Lambdas
One of the most powerful features introduced in Java 8 was Lambda Even though at first it may not seem much, the new functionality speeds up both coding and execution in many cases, if used correctly.
@ppopescu
cross-posted
@ppopescu/simple-collection-manipulation...
to
STEMGeeks
ppopescu
java
2021-09-09 06:02
Simple Collection Manipulation in Java Using Lambdas
One of the most powerful features introduced in Java 8 was Lambda Even though at first it may not seem much, the new functionality speeds up both coding and execution in many cases, if used correctly.
ppopescu
java
2021-09-09 06:02
Simple Collection Manipulation in Java Using Lambdas
One of the most powerful features introduced in Java 8 was Lambda Even though at first it may not seem much, the new functionality speeds up both coding and execution in many cases, if used correctly.
← Latest
Older →